Metadata-Version: 2.1
Name: pyproject-cli
Version: 0.0.2
Project-URL: Documentation, https://github.com/lykhvar/pyproject-cli#readme
Project-URL: Issues, https://github.com/lykhvar/pyproject-cli/issues
Project-URL: Source, https://github.com/lykhvar/pyproject-cli
Author-email: Artem Lykhvar <me@a10r.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
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: Programming Language :: Python :: 3.12
Requires-Python: >=3.7
Requires-Dist: click>=8.0.6
Description-Content-Type: text/markdown

# pyproject-cli

[![PyPI - Version](https://img.shields.io/pypi/v/pyproject-cli.svg)](https://pypi.org/project/pyproject-cli)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyproject-cli.svg)](https://pypi.org/project/pyproject-cli)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install pyproject-cli
```

## License

`pyproject-cli` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
