Metadata-Version: 2.2
Name: jetpytools
Version: 1.2.7
Summary: Collection of stuff that's useful in general python programming
Author: Jaded Encoding Thaumaturgy
Author-email: jaded.encoding.thaumaturgy@gmail.com
Maintainer: Jaded Encoding Thaumaturgy
Maintainer-email: jaded.encoding.thaumaturgy@gmail.com
Project-URL: Source Code, https://github.com/Jaded-Encoding-Thaumaturgy/jetpytools
Project-URL: Contact, https://discord.gg/XTpc6Fa9eB
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

# 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
```
