Commit graph

11 commits

Author SHA1 Message Date
7fe3e6d434 change "main.py" into "__init__.py"
and adapted imports accordingly
2023-09-11 22:25:37 +02:00
aab9cfff0b add new, more legible tests 2023-09-09 23:24:18 +02:00
91329e6339 fix process_list() function
to handle IndexError exception as well as lines starting with '*' that
were not list items.
2023-09-09 23:21:43 +02:00
e364217734 update README 2023-09-09 14:08:04 +02:00
99288c294a add new tests 2023-09-09 14:07:55 +02:00
06bc97ab77 fix repl_url() which was broken 2023-09-09 14:07:11 +02:00
d7090b836a change constants 2023-09-09 14:06:35 +02:00
d492b67dc1 modify project structure
to better follow modern convention and good practices
2023-09-05 22:48:20 +02:00
a727afe705 add new constants
to make things clearer
2023-09-04 22:41:22 +02:00
ffc3c7cdcf refactor of how the configs are managed
more constants, in the same place, imported only in needed files
2023-08-31 23:20:45 +02:00
0d81f3fa3b initial commit 2023-08-31 18:55:27 +02:00