https://github.com/sveetch/dependency-comb
Analyze Python requirements for lateness and activity
https://github.com/sveetch/dependency-comb
lateness pypi python requirements
Last synced: 4 months ago
JSON representation
Analyze Python requirements for lateness and activity
- Host: GitHub
- URL: https://github.com/sveetch/dependency-comb
- Owner: sveetch
- License: mit
- Created: 2024-06-29T13:36:19.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T13:09:35.000Z (over 1 year ago)
- Last Synced: 2025-10-08T08:48:48.508Z (8 months ago)
- Topics: lateness, pypi, python, requirements
- Language: Python
- Homepage: https://dependency-comb.readthedocs.io/
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
Awesome Lists containing this project
README
.. _Python: https://www.python.org/
.. _Click: https://click.palletsprojects.com
.. _requests: https://www.python.org/
.. _semantic-version: https://www.python.org/
.. _humanize: https://www.python.org/
.. _packaging: https://www.python.org/
.. _Pypi API: https://warehouse.pypa.io/api-reference/index.html
.. _tabulate: https://pypi.org/project/tabulate/
.. _colorlog: https://pypi.org/project/colorlog/
.. _rich: https://rich.readthedocs.io/
===============
Dependency comb
===============
This tool will read given project requirements and check packages informations to build
a report about project lateness and related packages activities.
Analyze is performed using informations from `Pypi API`_ and can be formatted to various
formats (ReStructuredText, JSON, CSV, Rich).
This is commonly used when auditing an existing project to know about its dependencies
states.
Dependencies
************
* `Python`_>=3.8;
* `Click`_>=8.0;
* `requests`_>=2.32.3;
* `humanize`_>=4.9.0;
* `packaging`_>=24.0;
* `tabulate`_>=0.9.0;
* `colorlog`_>=6.8.2;
* `rich`_>=13.6.0 (optional);
Links
*****
* Read the documentation on `Read the docs `_;
* Download its `PyPi package `_;
* Clone it on its `Github repository `_;
Credits
*******
Logo vector and icon by `SVG Repo `_.