Metadata-Version: 2.3
Name: pyutilities_thedarknine
Version: 0.1.0
Summary: Python utilities for terminal display and logs management
License: MIT
Author: TheDarkNine
Author-email: thedarknine@proton.me
Requires-Python: >=3.13
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: arrow (>=1.3.0,<2.0.0)
Requires-Dist: build (>=1.2.2.post1,<2.0.0)
Requires-Dist: rich (>=13.9.4,<14.0.0)
Requires-Dist: twine (>=6.1.0,<7.0.0)
Requires-Dist: wheel (>=0.45.1,<0.46.0)
Project-URL: Homepage, https://github.com/thedarknine/pyutilities
Project-URL: Issues, https://github.com/thedarknine/pyutilities/issues
Description-Content-Type: text/markdown

# pyutilities
Python utilities for terminal display and logs management

## Usage

Lint file before commit
> poetry run black display.py logs.py --diff

Lint docstring
> poetry run ruff check

Test
> poetry run pytest 
