We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214c0f9 commit d1de4c8Copy full SHA for d1de4c8
CHANGELOG.md
@@ -5,6 +5,9 @@
5
- Switch to [Poetry](https://python-poetry.org/) for dependency and release management.
6
- Chain exceptions using `raise new_exception from old_exception`
7
([#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)).
11
12
## Version 4.7.2 - released 2021-02-24
13
rsa/py.typed
@@ -0,0 +1 @@
1
+# Marker file for PEP 561. The rsa package uses inline types.
0 commit comments