Metadata-Version: 2.1
Name: stgpytools
Version: 1.0.1
Summary: Collection of stuff that's useful in general python programming
Author: Setsugen no ao
Author-email: setsugen@setsugen.dev
Maintainer: Setsugen no ao
Maintainer-email: setsugen@setsugen.dev
Project-URL: Source Code, https://github.com/Setsugennoao/stgpytools
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Typing :: Typed
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE

# stgpytools

Collection of stuff that's useful in general python programming

## How to install

Install `stgpytools` with the following command:

```sh
pip install stgpytools
```

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

```sh
pip install git+https://github.com/Setsugennoao/stgpytools.git
```
