{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/3"}],"enrichment":{"capability":"Provides PEP 561 type stubs for SQLAlchemy, enabling type checkers like mypy, pyright, and pytype to validate code using SQLAlchemy.","skillfed_tags":["type-stubs","sqlalchemy","type-checking"],"use_cases":["Enable mypy or pyright to type-check SQLAlchemy ORM code in a legacy codebase using SQLAlchemy 1.4.x","Provide IDE type hints and autocompletion for SQLAlchemy queries and model definitions","Enforce stricter type safety in CI/CD pipelines that run static type checkers on database layer code","Support pytype or PyCharm's built-in type checking for SQLAlchemy-based applications"],"what_it_does":"types-SQLAlchemy is a stub-only package that provides type information for the SQLAlchemy ORM library. It is sourced from typeshed and allows static type checkers to understand and validate the types of SQLAlchemy objects and methods in your code. This enables IDE autocompletion, type error detection, and better code quality assurance when working with SQLAlchemy.\n\nThe package is designed for developers using SQLAlchemy versions prior to 2.0.0, which did not include native type annotations. If you are already on SQLAlchemy 2.0.0 or later, the package documentation explicitly recommends uninstalling types-SQLAlchemy in favor of the built-in annotations. The stubs are maintained as part of the typeshed project and receive updates through that repository.","worth_installing":"Yes, if you are using SQLAlchemy 1.4.x and want type checking support\u2014install friction is negligible and the stubs are actively maintained via typeshed. No, if you are on SQLAlchemy 2.0.0 or later, as the package itself recommends uninstalling in favor of SQLAlchemy's native type annotations. Check your SQLAlchemy version first."},"id":"types-sqlalchemy","links":{"html":"https://skillfed.io/packages/types-sqlalchemy","md":"https://skillfed.io/packages/types-sqlalchemy.md","pypi":"https://pypi.org/project/types-sqlalchemy/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2023-05-01","license_spdx":null,"license_treatment":"permissive","name":"types-SQLAlchemy","python_support":"unspecified","summary":"Typing stubs for SQLAlchemy"},"popularity":{"monthly_downloads":503640,"position":6303,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.4.53.38"}
