Metadata-Version: 2.1
Name: must-gather-explorer
Version: 0.1.0
Summary: Tool to explore must-gather data
License: Apache-2.0 license
Author: Jenia Peimer
Author-email: jpeimer@redhat.com
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
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: click (>=8.1.7,<9.0.0)
Requires-Dist: poetry-dynamic-versioning (>=1.4.1,<2.0.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: rich (>=13.8.0,<14.0.0)
Description-Content-Type: text/markdown

# python-template-repository
Template repository for python

## How to use
- Use the repo as a github template to create a new repository
- Initiate poetry and follow the instructions
```bash
poetry init
```
- Update the `OWNERS` file relevant sections
- If needed, add more checks in `tox.ini`

