Metadata-Version: 2.4
Name: jetpytools
Version: 1.6.1
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.10
Requires-Dist: typing-extensions>=4.12.2
Description-Content-Type: text/markdown

# jetpytools

Collection of stuff that's useful in general python programming

## How to install

Install `jetpytools` with the following command:

```sh
pip install jetpytools
```

Or if you want the latest git version, install it with this command:

```sh
pip install git+https://github.com/Jaded-Encoding-Thaumaturgy/jetpytools.git
```
