Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hauntsaninja/useful_types
Useful types for Python
https://github.com/hauntsaninja/useful_types
Last synced: 7 days ago
JSON representation
Useful types for Python
- Host: GitHub
- URL: https://github.com/hauntsaninja/useful_types
- Owner: hauntsaninja
- License: mit
- Created: 2023-06-18T22:59:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-07T21:28:34.000Z (about 1 month ago)
- Last Synced: 2024-10-13T23:13:23.115Z (26 days ago)
- Language: Python
- Size: 33.2 KB
- Stars: 89
- Watchers: 8
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-python-typing - useful-types - Collection of useful protocols and type aliases. (Additional types)
README
# useful_types
This package contains useful types!
Are you tired of defining the same protocols and type aliases over and over in your projects?
Look no further.The types in this package are not special cased by type checkers in any way. Feel free to vendor
them in your project instead of depending on this package.While most of this library will work on any recent type checker version,
some types depend on newer type checker features. We guarantee
support on mypy 1.4 and pyright 1.1.314 or higher.