{"categories":[{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance"}],"enrichment":{"capability":"Provides type stubs and a mypy plugin to enable static type checking of SQLAlchemy code, helping type checkers understand SQLAlchemy's dynamic features.","skillfed_tags":["type-checking","sqlalchemy","mypy-plugin"],"use_cases":["Enable mypy type checking on SQLAlchemy ORM models to catch type errors at development time.","Infer column and relationship types automatically in SQLAlchemy model definitions.","Integrate SQLAlchemy type checking into a CI/CD pipeline that runs mypy.","Improve IDE autocomplete and type hints for SQLAlchemy query results and model attributes."],"what_it_does":"sqlalchemy-stubs is a type-checking plugin for mypy that adds static type support to SQLAlchemy code. SQLAlchemy uses dynamic Python features that static type checkers cannot easily understand, so this package bridges that gap by providing type stubs and a mypy plugin that work together to infer types more precisely.\n\nThe package requires mypy and typing-extensions as runtime dependencies and must be enabled in your mypy configuration file by adding 'plugins = sqlmypy' to your mypy config. It currently supports basic use cases like inferring model field types, though the project is in alpha status and dormant\u2014the last release was 2021-01-12, so compatibility with recent versions is uncertain.","worth_installing":"Yes-with-conditions. The package is useful if you need mypy support for SQLAlchemy, but its dormant status (last release 2021-01-12) means you should verify compatibility with your current SQLAlchemy and mypy versions before relying on it."},"id":"sqlalchemy-stubs","links":{"html":"https://skillfed.io/packages/sqlalchemy-stubs","md":"https://skillfed.io/packages/sqlalchemy-stubs.md","pypi":"https://pypi.org/project/sqlalchemy-stubs/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2021-01-12","license_spdx":null,"license_treatment":"permissive","name":"sqlalchemy-stubs","python_support":"unspecified","summary":"SQLAlchemy stubs and mypy plugin"},"popularity":{"monthly_downloads":2122244,"position":3276,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.4"}
