Go to file
2024-08-01 14:37:52 +02:00
src possibility to add args to kwargs 2024-08-01 14:37:52 +02:00
tests time_out.time_limit errors if a function call lasts too long 2023-07-01 14:13:04 +02:00
.gitignore time_out.time_limit errors if a function call lasts too long 2023-07-01 14:13:04 +02:00
jo3util time_out.time_limit errors if a function call lasts too long 2023-07-01 14:13:04 +02:00
LICENSE ginit 2023-07-01 13:30:03 +02:00
makefile ginit 2023-07-01 13:30:03 +02:00
pyproject.toml run_dir accepts strings now 2024-03-30 10:30:46 +01:00
README.md ginit 2023-07-01 13:30:03 +02:00
requirements.txt root file and some debug tools 2023-09-28 15:04:29 +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|