jo3util/README.md

13 lines
391 B
Markdown
Raw Normal View History

2023-07-01 13:30:03 +02:00
# 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|
--------------------------------------------