Go to file
2023-07-01 13:30:03 +02:00
src ginit 2023-07-01 13:30:03 +02:00
tests ginit 2023-07-01 13:30:03 +02:00
LICENSE ginit 2023-07-01 13:30:03 +02:00
makefile ginit 2023-07-01 13:30:03 +02:00
pyproject.toml ginit 2023-07-01 13:30:03 +02:00
README.md ginit 2023-07-01 13:30:03 +02:00
requirements.txt ginit 2023-07-01 13:30:03 +02:00
setup.py ginit 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|