Metadata-Version: 2.1
Name: depythel
Version: 0.1.0
Summary: CLT for Interdependency Visualiser and Dependency Hell scrutiniser
License: GPL-3.0-or-later
Author: harens
Author-email: harensdeveloper@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: beartype (>=0.10.3,<0.11.0)
Requires-Dist: click (>=8.0.3,<9.0.0)
Requires-Dist: depythel_api (>=0.1.0,<0.2.0)
Requires-Dist: networkx (>=2.6.3,<3.0.0)
Requires-Dist: pyvis (>=0.1.9,<0.2.0)
Requires-Dist: rich (>=11.0.0,<12.0.0)
Requires-Dist: rich-click (>=1.2.1,<2.0.0)
Description-Content-Type: text/x-rst

About
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

|generate-image| |visualise-image|

**depythel** is a series of open-source pure Python tools to help you manage dependencies in a variety of different projects.

It aims to provide a visual solution to your dependency woes, helping you to make informed judgements about how to
manage your project distribution.

.. |generate-image| image:: https://raw.githubusercontent.com/harens/depythel/main/art/python-terminal-api.png
   :height: 410
   :alt: JSON output for Python 3.10 from MacPorts in iTerm2

.. |visualise-image| image:: https://raw.githubusercontent.com/harens/depythel/main/art/visualise-macports-python.png
   :height: 380
   :alt: Visualising a dependency graph for Python 3.10 from MacPorts

Installation
-----------------------------------------------------------------------------------------------------------------------

PyPi
***********************************************************************************************************************

.. code-block:: console

    $ pip install depythel

License
-----------------------------------------------------------------------------------------------------------------------

This project is `free software <https://www.gnu.org/philosophy/free-sw.en.html>`_, and it will always stay free.

We respect the `essential freedoms <https://www.gnu.org/philosophy/free-sw.en.html#four-freedoms>`_ of our users, and
so both the API and the CLT are openly licensed under
`GPL-3.0-or-later <https://github.com/harens/depythel/blob/master/LICENSE>`_.

In the same sense, the project's extensive documentation is freely licensed under the `GNU Free Documentation License
v1.3 or later <https://www.gnu.org/licenses/fdl-1.3.html>`_.

