scipy-stubs

SciPy stubs

Provides type hints and auto-completion support for SciPy libraries without requiring additional configuration or static type-checker plugins.

Typing Stubs for SciPy

GitHub

23 stars
1 watching
7 forks
Language: Python
last commit: about 12 hours ago
Linked from 1 awesome list

basedmypybasedpyrightdata-sciencemypypep484pep561pyrightpythonpython-stubspython-typingpython3scipystubstype-stubs

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
josverl/micropython-stubs A collection of pre-defined function signatures and type information to simplify development for MicroPython-based projects 168
dropbox/sqlalchemy-stubs Provides type stubs and plugins to improve static typing for SQLAlchemy-based applications 571
bradenm/micropy-stubs Automates creation of stub packages for microcontrollers and firmware-specific modules. 29
josverl/micropython-stubber A tool to generate and maintain type hints for MicroPython projects to improve code completion and error detection in integrated development environments. 184
typeddjango/django-stubs Provides precise static types and type inference for Django framework 1,623
lxml/lxml-stubs Provides type annotations for a specific Python package to support static analysis and code completion tools 45
python-qt-tools/pyqt5-stubs Mypy type hints for PyQt5 framework 68
pycqa/flake8-pyi Enhances Flake8 to better handle stub files used in type hinting 73
shabbyrobe/grpc-stubs Provides type information for gRPC 37
kotlinisland/basedtypeshed Provides static type annotations for the Python standard library and third-party packages 3
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 454
ambv/retype Re-applies type annotations from .pyi stubs to codebases 141
microbit-foundation/micropython-microbit-stubs Type stubs for MicroPython used by the Python Editor V3 to support code intelligence and API documentation 3
dry-python/classes Enables typed polymorphism and type-safe business logic in Python without inheritance or interfaces. 678