Metadata-Version: 2.4
Name: dev-toolbox
Version: 0.1.19
Summary: A collection of useful tools for Python developers.
Project-URL: Documentation, https://github.com/FlavioAmurrioCS/dev-toolbox#readme
Project-URL: Issues, https://github.com/FlavioAmurrioCS/dev-toolbox/issues
Project-URL: Source, https://github.com/FlavioAmurrioCS/dev-toolbox
Author-email: Flavio Amurrio <25621374+FlavioAmurrioCS@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: typing-extensions
Description-Content-Type: text/markdown

# dev-toolbox

[![PyPI - Version](https://img.shields.io/pypi/v/dev-toolbox.svg)](https://pypi.org/project/dev-toolbox)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dev-toolbox.svg)](https://pypi.org/project/dev-toolbox)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/FlavioAmurrioCS/dev-toolbox/main.svg)](https://results.pre-commit.ci/latest/github/FlavioAmurrioCS/dev-toolbox/main)

-----

**Table of Contents**

- [dev-toolbox](#dev-toolbox)
  - [Installation](#installation)
  - [License](#license)

## Installation

```console
pip install dev-toolbox
```

## License

`dev-toolbox` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
