Metadata-Version: 2.2
Name: pergamos
Version: 0.0.1
Summary: A lightweight dynamic module for automatic HTML reporting
Author-email: Manu B Valentin <manuel.blanco.valentin@gmail.com>
Project-URL: Homepage, https://github.com/manuelblancovalentin/pergamos
Keywords: html,parchment,pergamon,reporting,automation,dynamic
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: feedparser>=5.2.0
Requires-Dist: html2text
Requires-Dist: tomli; python_version < "3.11"
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pip-tools; extra == "dev"
Requires-Dist: pytest; extra == "dev"

## Pergamos: A lightweight dynamic module for automatic HTML reporting

#### 0. How to install

```bash
pip install pergamos
```

or 

```bash
python -m pip install pergamos
```

Pypip page: 
