{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/8"}],"enrichment":{"capability":"Provides PEP 561 type stubs for the orjson package, enabling type checkers like mypy and PyCharm to validate code using orjson.","skillfed_tags":["type-stubs","deprecated"],"use_cases":["Type-checking legacy code that uses orjson versions older than 3.6.1 with mypy or similar tools.","Ensuring IDE autocompletion and type hints work correctly in projects locked to older orjson releases.","Validating orjson usage in a codebase where the type checker does not yet recognize orjson's built-in stubs."],"what_it_does":"types-orjson is a PEP 561 type stub package that provides type hints for the orjson JSON serialization library. It allows static type checkers such as mypy, PyCharm, and pytype to understand and validate the types of orjson's functions and return values when analyzing your code. This is useful for catching type errors before runtime and improving IDE autocompletion.\n\nHowever, the package is now largely superseded: orjson has included its own type annotations since version 3.6.1, making this stub package redundant for users on current orjson versions. The stub package itself has not been updated since January 2022 and relies on typeshed as its source, so it may lag behind orjson's actual API.","worth_installing":"No, unless you are using orjson older than 3.6.1. For orjson 3.6.1 and later, uninstall this package and rely on orjson's built-in type stubs instead. The package has not been updated in over 1680 days and is explicitly marked as obsolete by its own documentation."},"id":"types-orjson","links":{"html":"https://skillfed.io/packages/types-orjson","md":"https://skillfed.io/packages/types-orjson.md","pypi":"https://pypi.org/project/types-orjson/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2022-01-07","license_spdx":null,"license_treatment":"permissive","name":"types-orjson","python_support":"unspecified","summary":"Typing stubs for orjson"},"popularity":{"monthly_downloads":422513,"position":6781,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"3.6.2"}
