Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd1de4c8

Browse files
and-semakinsybrenstuvel
authored andcommitted
Add py.typed marker file for PEP 561 compliance
1 parent214c0f9 commitd1de4c8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

‎CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
- Switch to[Poetry](https://python-poetry.org/) for dependency and release management.
66
- Chain exceptions using`raise new_exception from old_exception`
77
([#157](https://github.com/sybrenstuvel/python-rsa/pull/157))
8+
- Added marker file for PEP 561. This will allow type checking tools in dependent projects
9+
to use type annotations from Python-RSA
10+
([#136](https://github.com/sybrenstuvel/python-rsa/pull/136)).
811

912
##Version 4.7.2 - released 2021-02-24
1013

‎rsa/py.typed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Marker file for PEP 561. The rsa package uses inline types.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp