{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/4"}],"enrichment":{"capability":"Provides type annotations for the peewee ORM library, enabling type checkers like mypy and pyright to validate code that uses peewee.","skillfed_tags":["type-stubs","orm"],"use_cases":["Enable mypy or pyright to type-check a peewee-based application and catch database model errors early.","Improve IDE autocomplete and inline documentation for peewee model definitions and queries.","Validate peewee ORM usage in a CI/CD pipeline to prevent type-related bugs in production code.","Contribute missing type annotations back to typeshed to help the broader Python community.","Use peewee in a strictly typed codebase where all dependencies must have type support."],"what_it_does":"types-peewee is a type stub package that provides type annotations for the peewee ORM library. It allows Python type checkers like mypy, pyright, and ty to understand and validate code that uses peewee, catching type errors before runtime. The package is maintained as part of the typeshed project, the standard repository for Python type stubs, and is tested against multiple type checkers.\n\nThis is a stub-only package with no runtime dependencies\u2014it exists purely to enhance your development experience by enabling static type checking. The package is marked as partial, meaning some annotations may be incomplete; the maintainers welcome contributions to fill gaps. It targets peewee 4.3.0 and requires Python 3.10 or later.","worth_installing":"Yes, if you use peewee and want type checking. Install it alongside peewee to unlock static type validation in your IDE and CI pipeline. The package is lightweight, actively maintained, and has no runtime overhead. Only skip it if you do not use a type checker or do not use peewee."},"id":"types-peewee","links":{"html":"https://skillfed.io/packages/types-peewee","md":"https://skillfed.io/packages/types-peewee.md","pypi":"https://pypi.org/project/types-peewee/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-07","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-peewee","python_support":"supports_current","summary":"Typing stubs for peewee"},"popularity":{"monthly_downloads":120349,"position":12028,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"4.3.0.20260807"}
