Metadata-Version: 2.3
Name: gptk
Version: 0.2.9
Summary: A General Python Tool Kit, suitable for most projects.
Project-URL: Homepage, https://github.com/JTHartzfeld/gptk
Project-URL: Bug Tracker, https://github.com/JTHartzfeld/gptk/issues
Author-email: "J.T. Hartzfeld" <johnathan.t.hartzfeld@gmail.com>
License-Expression: MIT
License-File: LICENSE.md
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: auto-all>=1.4.1
Requires-Dist: pint>=0.23
Requires-Dist: platformdirs>=4.2.0
Description-Content-Type: text/markdown

# GPTK: the General Python Tool Kit
This is a collection of code that I have found useful in my 
tinkerings, perhaps you'll find it useful, too.




## Installation
```sh
pip install gptk
```

## Usage
Use pydoc to peruse the package.  Everything included should be well
documented.
