basedtypeshed
Type stubs
Provides static type annotations for the Python standard library and third-party packages
Collection of library stubs for Python, with static types
3 stars
1 watching
0 forks
Language: Python
last commit: over 1 year ago basedhacktoberfestpythontyping
Related projects:
Repository | Description | Stars |
---|---|---|
kotlinisland/basedmypy | A Python type checker built to resolve issues with the mypy project and Python's typing system | 143 |
kotlinisland/basedtyping | A collection of helpers and utilities to aid in dealing with types at static analysis and runtime. | 9 |
typeddjango/django-stubs | Provides precise static types and type inference for Django framework | 1,612 |
lxml/lxml-stubs | Provides type annotations for a specific Python package to support static analysis and code completion tools | 43 |
dropbox/sqlalchemy-stubs | Provides type stubs and plugins to improve static typing for SQLAlchemy-based applications | 572 |
ambv/retype | Re-applies type annotations from .pyi stubs to codebases | 142 |
jorenham/scipy-stubs | Provides type hints and stubs for SciPy libraries to facilitate code completion and error detection in Python. | 16 |
sbdchd/celery-types | Type stubs for several related projects in the Celery ecosystem. | 87 |
typeddjango/djangorestframework-stubs | Mypy stubs for Django REST Framework to support type hinting and static typing | 453 |
hbmartin/pythonista-stubs | Typed interface stubs for the Pythonista iOS API | 13 |
mariusvniekerk/pytest-monkeytype | A pytest plugin that generates annotations and stubs for Python modules based on their type definitions | 43 |
shabbyrobe/grpc-stubs | Provides type information for gRPC | 36 |
aa-turner/python-phonenumbers-stubs | Provides Python type definitions for the phonenumbers library, enabling developers to use the library in their code while maintaining type safety. | 2 |
pycqa/flake8-pyi | Enhances Flake8 to better handle stub files used in type hinting | 73 |
mplanchard/safetywrap | Typesafe wrappers for handling errors and absent data in Python | 44 |