Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benesch/cryptography-347-stubs
https://github.com/benesch/cryptography-347-stubs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/benesch/cryptography-347-stubs
- Owner: benesch
- Created: 2021-07-15T22:50:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T22:53:11.000Z (over 3 years ago)
- Last Synced: 2024-09-30T09:08:30.900Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cryptography-347-stubs
Backported type stubs for Python's [cryptography] package.
The unreleased `main` branch of cryptography has dozens of improvements to the
inline type hints. This package backports those improvements and re-exports
them as stubs, so you can stay on the latest stable release of `cryptography`
while still getting proper type hints.The source from which these stubs were exported is available at
.## Usage
```
# requirements.txt
cryptography==3.4.7
cryptography-347-stubs==1.0.0
```[cryptography]: https://github.com/pyca/cryptography.git