Metadata-Version: 2.1
Name: phosphorus
Version: 0.0.1a1.dev1
Summary: A dependency management and packaging tool in python
Home-page: https://phosphorus.readthedocs.io/en/stable/
License: LGPL-3.0+
Keywords: dependency
Author: Stephanos Kuma
Author-email: stephanos@kuma.ai
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Build Tools
Project-URL: Documentation, https://phosphorus.readthedocs.io/en/stable/
Project-URL: Repository, https://github.com/spapanik/phosphorus
Description-Content-Type: text/x-rst

================================================================
phosphorus: A dependency management and packaging tool in python
================================================================

.. image:: https://github.com/spapanik/phosphorus/actions/workflows/tests.yml/badge.svg
  :alt: Tests
  :target: https://github.com/spapanik/phosphorus/actions/workflows/tests.yml
.. image:: https://img.shields.io/github/license/spapanik/phosphorus
  :alt: License
  :target: https://github.com/spapanik/phosphorus/blob/main/LICENSE.txt
.. image:: https://img.shields.io/pypi/v/phosphorus
  :alt: PyPI
  :target: https://pypi.org/project/phosphorus
.. image:: https://pepy.tech/badge/phosphorus
  :alt: Downloads
  :target: https://pepy.tech/project/phosphorus
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
  :alt: code style: black
  :target: https://github.com/psf/black
.. image:: https://img.shields.io/badge/build%20automation-yamk-success
  :alt: build automation: yam
  :target: https://github.com/spapanik/yamk
.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json
  :alt: Lint: ruff
  :target: https://github.com/charliermarsh/ruff


In a nutshell
-------------

Installation
^^^^^^^^^^^^

The only officially supported way of installing phosphorus is via `pipx`_.

.. code:: console

   $ pipx install phosphorus

Usage
^^^^^

Usage description goes here

Links
-----

- `Documentation`_
- `Changelog`_


.. _Changelog: https://github.com/spapanik/phosphorus/blob/main/CHANGELOG.rst
.. _Documentation: https://phosphorus.readthedocs.io/en/latest/
.. _pipx: https://pypa.github.io/pipx/

