Metadata-Version: 2.1
Name: dependency-comb
Version: 0.2.0
Summary: A tool to analyze requirements with Libraries.io API
Home-page: https://github.com/sveetch/dependency-comb
Author: David Thenon
Author-email: sveetch@gmail.com
License: MIT
Project-URL: Source Code, https://github.com/sveetch/dependency-comb
Project-URL: Issue Tracker, https://github.com/sveetch/dependency-comb/issues
Project-URL: Changelog, https://dependency-comb.readthedocs.io/en/latest/history.html
Project-URL: Documentation, https://dependency-comb.readthedocs.io/
Keywords: Python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/x-rst
License-File: LICENCE.txt
Requires-Dist: click>=8.0
Requires-Dist: colorlog>=6.8.2
Requires-Dist: requests>=2.32.3
Requires-Dist: humanize>=4.9.0
Requires-Dist: packaging>=24.0
Requires-Dist: tabulate>=0.9.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: freezegun; extra == "dev"
Provides-Extra: quality
Requires-Dist: flake8; extra == "quality"
Requires-Dist: tox; extra == "quality"
Requires-Dist: twine; extra == "quality"
Provides-Extra: doc
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: furo==2023.7.26; extra == "doc"
Requires-Dist: sphinx-copybutton==0.5.2; extra == "doc"
Provides-Extra: doc-live
Requires-Dist: livereload; extra == "doc-live"

.. _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/
.. _Libraries.io: https://www.python.org/
.. _tabulate: https://pypi.org/project/tabulate/
.. _colorlog: https://pypi.org/project/colorlog/


===============
Dependency comb
===============

A tool to analyze requirements lateness with `Libraries.io`_ API.

The plan is to have a tool to read project requirements and check their informations
from `Libraries.io`_ API and build a report about packages activities. The report will
contains some informations to see if versions from requirements is below the latest
packages release versions, last time since the last release and how many versions
behind the latest release.

This can be especially useful when auditing an existing project.


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


Links
*****

* Read the documentation on `Read the docs <https://dependency-comb.readthedocs.io/>`_;
* Download its `PyPi package <https://pypi.python.org/pypi/dependency-comb>`_;
* Clone it on its `Github repository <https://github.com/sveetch/dependency-comb>`_;


Credits
*******

Logo vector and icon by `SVG Repo <https://www.svgrepo.com>`_.
