Metadata-Version: 2.1
Name: legitcli
Version: 0.1.2
Summary: 
License: MIT
Author: carlosmspk
Author-email: carlosmspk@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
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: Programming Language :: Python :: 3.12
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Description-Content-Type: text/markdown

```bash
poetry run pytest
```
```bash
poetry install
```
```bash
poetry run install --with dev
```
```bash
poetry build
```
```bash
poetry publish
```
