Metadata-Version: 2.1
Name: depythel-api
Version: 0.1.0
Summary: Library 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
Description-Content-Type: text/x-rst

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

.. image:: https://raw.githubusercontent.com/harens/depythel/main/art/generate-macports-python.png
  :width: 600
  :alt: Generate dependencies of gping from MacPorts

**depythel API** is an open-source pure Python API tool to help manage dependencies in a variety of different projects.

Use this tool if you like the standard depythel CLT, but don't want the extra baggage that comes with a command line tool.

Benefits
-----------------------------------------------------------------------------------------------------------------------

- 🎉 No third party dependencies
- 🐍 Compatible with all `supported Python versions <https://endoflife.date/python>`_ (3.7+)
- 👀 `PEP 561 compatible <https://www.python.org/dev/peps/pep-0561>`_, with built in support for type checking

Install
-----------------------------------------------------------------------------------------------------------------------

.. code-block:: console

    $ pip install depythel-api

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

The depythel API 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 depythel is openly licensed under `GPL-3.0-or-later <https://github.com/harens/depythel/blob/master/LICENSE>`_.

