{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/7"},{"label":"Packaging","url":"https://skillfed.io/packages/category/system-archiving-packaging"}],"enrichment":{"capability":"Yarg is a PyPI client library that queries package metadata from PyPI, returning structured information about packages including their releases, authors, and distribution formats.","skillfed_tags":["pypi-integration","metadata-inspection"],"use_cases":["Build a tool that monitors when specific packages receive new releases on PyPI","Query package metadata programmatically to gather information for dependency analysis or auditing","Fetch the latest package version and release history without making raw HTTP calls to PyPI","Inspect package distribution formats (wheel, egg, source) to determine compatibility","Discover newly published packages or recently updated packages via PyPI's RSS feeds"],"what_it_does":"Yarg wraps PyPI's JSON API to let you programmatically fetch and inspect package metadata from Python. It abstracts HTTP requests and JSON parsing into a simple object model where you can query package names, authors, release history, and distribution formats (wheels, eggs, source distributions). The package depends only on requests, making it lightweight to integrate into tools that need to inspect PyPI without building HTTP calls from scratch.\n\nThe library is in Beta status and has been dormant for over two years, with minimal active maintenance. Its last update added Python 3.12 support, but the core functionality has remained stable since its initial release in 2014. It works with modern Python versions (3.8 through 3.12) and PyPy, though you should verify that PyPI's API hasn't changed in ways that would break yarg's parsing.","worth_installing":"Yes, if you need lightweight PyPI metadata queries and don't require active maintenance. The low install friction (one dependency) and permissive license make it a reasonable choice for simple use cases. However, verify that PyPI's API remains compatible with yarg's parsing logic, since the package is dormant and you may need to maintain a fork or switch to an actively maintained alternative if PyPI changes its response format."},"id":"yarg","links":{"html":"https://skillfed.io/packages/yarg","md":"https://skillfed.io/packages/yarg.md","pypi":"https://pypi.org/project/yarg/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-08-09","license_spdx":null,"license_treatment":"permissive","name":"yarg","python_support":"unspecified","summary":"A semi hard Cornish cheese, also queries PyPI (PyPI client)"},"popularity":{"monthly_downloads":1245469,"position":4167,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.1.10"}
