{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/16"}],"enrichment":{"capability":"A client library for querying PyPI's JSON API to retrieve package metadata, dependencies, and release information programmatically.","skillfed_tags":["api-client","pypi-integration"],"use_cases":["Fetch package metadata and release history for dependency analysis or auditing tools.","Build automation scripts that check PyPI for package updates or new versions.","Analyze package dependencies and their transitive closure programmatically.","Create package search or discovery tools that query PyPI without web scraping."],"what_it_does":"pypi-json is a Python client library that wraps PyPI's JSON API, allowing you to programmatically fetch package metadata, version history, dependencies, and other warehouse information without parsing HTML or managing HTTP requests directly. It depends on requests for HTTP calls, packaging for version handling, and apeye for URL management.\n\nThe library is typed, actively maintained, and supports Python 3.7 through 3.13 on both CPython and PyPy. It's useful when you need to integrate PyPI lookups into automation, build tools, or analysis scripts\u2014anywhere you'd otherwise call the raw JSON API endpoints yourself.","worth_installing":"Yes. Low install friction, permissive MIT license, active maintenance, no known vulnerabilities, and typed code make this a straightforward choice if you need to query PyPI metadata from Python. The three-dependency footprint is minimal and all are well-established packages."},"id":"pypi-json","links":{"html":"https://skillfed.io/packages/pypi-json","md":"https://skillfed.io/packages/pypi-json.md","pypi":"https://pypi.org/project/pypi-json/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-02-19","license_spdx":null,"license_treatment":"permissive","name":"pypi-json","python_support":"supports_current","summary":"PyPI JSON API client library"},"popularity":{"monthly_downloads":180213,"position":10149,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.5.0.post1"}
