Metadata-Version: 2.3
Name: phosphorus
Version: 0.1.3
Summary: A dependency management and packaging tool
Home-page: https://phosphorus.readthedocs.io/en/stable/
License: LGPLv3+
Keywords: build,dependency,packaging
Author: Stephanos Kuma
Author-email: "Stephanos Kuma" <stephanos@kuma.ai>
Requires-Python: ~=3.11
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Build Tools
Requires-Dist: uv (~=0.2.0)
Project-URL: Documentation, https://phosphorus.readthedocs.io/en/stable/
Project-URL: Repository, https://github.com/spapanik/phosphorus
Description-Content-Type: text/markdown

# phosphorus: A dependency management and packaging tool

[![tests][test_badge]][test_url]
[![license][licence_badge]][licence_url]
[![pypi][pypi_badge]][pypi_url]
[![downloads][pepy_badge]][pepy_url]
[![code style: black][black_badge]][black_url]
[![build automation: yam][yam_badge]][yam_url]
[![Lint: ruff][ruff_badge]][ruff_url]

`phosphorus` is a dependency management and packaging tool replacement tool that's
been heavily influenced by [poetry][poetry]. The main goal of phosphorus is to have minimal
external dependencies, although some common packaging tools are required.

## Links

-   [Documentation]
-   [Changelog]

[test_badge]: https://github.com/spapanik/phosphorus/actions/workflows/tests.yml/badge.svg
[test_url]: https://github.com/spapanik/phosphorus/actions/workflows/tests.yml
[licence_badge]: https://img.shields.io/badge/license-LGPL_v3-blue.svg
[licence_url]: https://github.com/spapanik/phosphorus/blob/main/docs/LICENSE.md
[pypi_badge]: https://img.shields.io/pypi/v/phosphorus
[pypi_url]: https://pypi.org/project/phosphorus
[pepy_badge]: https://pepy.tech/badge/phosphorus
[pepy_url]: https://pepy.tech/project/phosphorus
[black_badge]: https://img.shields.io/badge/code_style-black-000000.svg
[black_url]: https://github.com/psf/black
[yam_badge]: https://img.shields.io/badge/build_automation-yamk-success
[yam_url]: https://github.com/spapanik/yamk
[ruff_badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json
[ruff_url]: https://github.com/charliermarsh/ruff
[Documentation]: https://phosphorus.readthedocs.io/en/stable/
[Changelog]: https://github.com/spapanik/phosphorus/blob/main/docs/CHANGELOG.md
[poetry]: https://python-poetry.org/
