Metadata-Version: 2.1
Name: jo3util
Version: 0.0.6
Author-email: Jochem Hölscher <a.fake@e.mail>
Project-URL: homepage, https://github.com/JJJHolscher/jo3util
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE

# README

## files

______________________________________________________________________
|.gitignore		|a list of unshared files|
|makefile|dev tools for installing, publisizing etc.|
|pyproject.toml	|project metadata|
|requirements.txt |python dependencies|
|setup.py|necessary for `pip install -e .`|
|src/main.py|first file that gets called|
--------------------------------------------
