An open API service indexing awesome lists of open source software.

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

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 `_.