Metadata-Version: 2.1
Name: KdnTools
Version: 1.4.3
Summary: Useful tools for every project.
Home-page: https://github.com/KdntNinja/Code/tree/main/Python/KdnTools
Author: KdntNinja
Project-URL: Source, https://github.com/KdntNinja/Code/tree/main/Python/KdnTools
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10,<3.12
Description-Content-Type: text/markdown
Requires-Dist: prettytable
Requires-Dist: colorama
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: wheel; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Provides-Extra: lint
Requires-Dist: flake8; extra == "lint"
Requires-Dist: black; extra == "lint"
Requires-Dist: isort; extra == "lint"
Provides-Extra: format
Requires-Dist: black; extra == "format"
Requires-Dist: isort; extra == "format"

# KdnTools

## Description

This is a collection of tools I use often in my code and I thought it would be useful to have them all in one place.

## Documentation

