Metadata-Version: 2.1
Name: py-mono-tools
Version: 0.0.4
Summary: A CLI designed to make it easier to work in a python mono repo
Home-page: https://github.com/peterHoburg/py_mono_tools
License: GPL-3.0-or-later
Keywords: build,mono-repo,cli
Author: Peter Hoburg
Author-email: peterHoburg@users.noreply.github.com
Maintainer: Peter Hoburg
Maintainer-email: peterHoburg@users.noreply.github.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Build Tools
Requires-Dist: Jinja2 (>=3,<4)
Requires-Dist: bandit (>=1,<2)
Requires-Dist: black (>=22,<23)
Requires-Dist: click (>=8,<9)
Requires-Dist: flake8 (>=5,<6)
Requires-Dist: isort (>=5,<6)
Requires-Dist: mypy (>=0.971,<0.972)
Requires-Dist: pydocstringformatter (>=0.7,<0.8)
Requires-Dist: pydocstyle[toml] (>=6,<7)
Requires-Dist: pylint (>=2,<3)
Project-URL: Documentation, https://peterhoburg.github.io/py_mono_tools/
Project-URL: Repository, https://github.com/peterHoburg/py_mono_tools
Description-Content-Type: text/markdown

# Python Mono Tools

## Instillation

`pip install py-mono-tools`

## Usage

`pmt lint`

# More information

For more information, please go the GitHub page. https://peterhoburg.github.io/py_mono_tools/

