jo3util/README.md
2023-07-01 13:30:03 +02:00

13 lines
391 B
Markdown

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