Metadata-Version: 2.4
Name: jetpytools
Version: 0.0.0+unknown
Summary: Collection of stuff that's useful in general python programming
Project-URL: Source Code, https://github.com/Jaded-Encoding-Thaumaturgy/jetpytools
Project-URL: Contact, https://discord.gg/XTpc6Fa9eB
Author: Jaded Encoding Thaumaturgy
Maintainer-email: Jaded Encoding Thaumaturgy <jaded.encoding.thaumaturgy@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: typing-extensions>=4.15.0; python_version < '3.13'
Description-Content-Type: text/markdown

# jetpytools

[![PyPI Version](https://img.shields.io/pypi/v/jetpytools)](https://pypi.org/project/jetpytools/)

A collection of utilities useful for general Python programming.

## How to install

`jetpytools` is distributed via **PyPI**, and the latest stable release can be installed using:

```sh
pip install jetpytools
```
