{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/12"}],"enrichment":{"capability":"Provides type stubs for the polib package, enabling static type checkers like mypy and pyright to validate code that uses polib for working with gettext PO files.","skillfed_tags":["type-stubs","typeshed"],"use_cases":["Enable type checking in projects that use polib to parse or generate gettext PO translation files.","Catch type errors in translation workflow automation scripts before deployment.","Improve IDE autocomplete and inline documentation when working with polib in type-aware editors.","Enforce type safety in CI/CD pipelines that validate translation tooling code."],"what_it_does":"types-polib is a type stub package that bridges the gap between the polib library (used for reading and writing gettext PO translation files) and Python's static type checkers. When installed, it allows mypy, pyright, and other type checkers to understand the types and signatures of polib's public API, so you can catch type errors in your code before runtime.\n\nThis is a pure metadata package with no runtime dependencies\u2014it only provides type information. It's part of the typeshed project, the community-maintained repository of type stubs for popular packages that don't ship their own. The stubs are kept in sync with polib 1.2.x and tested against current versions of mypy and pyright.","worth_installing":"Yes, if you use polib and want static type checking. It has no runtime cost, no dependencies, and is actively maintained. Install it alongside polib and configure your type checker to use it. If you don't use a type checker or don't use polib, it provides no value."},"id":"types-polib","links":{"html":"https://skillfed.io/packages/types-polib","md":"https://skillfed.io/packages/types-polib.md","pypi":"https://pypi.org/project/types-polib/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-18","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"types-polib","python_support":"supports_current","summary":"Typing stubs for polib"},"popularity":{"monthly_downloads":243375,"position":8806,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.2.0.20260518"}
