{"categories":[{"label":"Build Tools","url":"https://skillfed.io/packages/category/software-development-build-tools"}],"enrichment":{"capability":"Parses Python dependency files (requirements.txt, conda.yml, tox.ini, Pipfile, poetry.lock, pyproject.toml) and extracts structured dependency information including version specs and hashes.","skillfed_tags":["dependency-management","file-parsing"],"use_cases":["Audit Python projects by parsing their dependency files to extract and analyze all declared packages and versions.","Build a dependency update tool that reads requirements.txt or Pipfile and rewrites them with updated versions.","Validate lock files (Pipfile.lock, poetry.lock) by parsing them to check for consistency or security issues.","Integrate dependency parsing into a CI/CD pipeline to extract and report on project dependencies.","Create a multi-format dependency analyzer that can read conda.yml, tox.ini, and requirements.txt from the same codebase."],"what_it_does":"dparse is a lightweight parser that reads Python dependency declaration files and extracts their contents into a structured, queryable format. It supports a range of common dependency file types\u2014requirements.txt, conda.yml, tox.ini, Pipfile, Pipfile.lock, poetry.lock, and pyproject.toml\u2014though not all support both parsing and updating. The package returns dependency metadata as JSON-serializable objects, including package names, version specifications, hashes, and source information.\n\nYou would use dparse when you need to programmatically analyze or manipulate Python dependency files\u2014for example, in a dependency auditing tool, a lock-file validator, or a build system that needs to read and understand what packages a project declares. It handles the parsing complexity so you can work with clean Python objects instead of raw file text.","worth_installing":"Yes, if you need to parse Python dependency files programmatically. The package is stable, has low install friction, carries a permissive license, and has no known vulnerabilities. However, be aware that maintenance is dormant (644 days since last release)\u2014it is suitable for stable, read-heavy use cases but may not receive updates for new Python versions or emerging dependency file formats."},"id":"dparse","links":{"html":"https://skillfed.io/packages/dparse","md":"https://skillfed.io/packages/dparse.md","pypi":"https://pypi.org/project/dparse/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2024-11-08","license_spdx":null,"license_treatment":"permissive","name":"dparse","python_support":"supports_current","summary":"A parser for Python dependency files"},"popularity":{"monthly_downloads":4712718,"position":2248,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.6.4"}
