README.md
setup.py
database/__init__.py
database/add_lessons.py
database/completion.py
database/delete_lessons.py
database/id_instead_name.py
parselibrary.egg-info/PKG-INFO
parselibrary.egg-info/SOURCES.txt
parselibrary.egg-info/dependency_links.txt
parselibrary.egg-info/top_level.txt
timetable/__init__.py
timetable/calc_date.py
timetable/flatten.py
timetable/manual_edit.py
timetable/multiple_lessons.py
timetable/parse_all.py
timetable/semester_parse_timetable.py
timetable/core/__init__.py
timetable/core/parse_group.py
timetable/core/parse_name.py
timetable/core/parse_place.py
timetable/core/parse_subjects.py
timetable/core/parse_teacher.py
timetable/core/parse_timetable.py
timetable/core/pretty_subjects.py
timetable/core/tests/__init__.py
timetable/core/tests/test_parse_group.py
timetable/core/tests/test_parse_name.py
timetable/core/tests/test_parse_subjects.py
timetable/core/tests/test_pretty_subjects.py
timetable/tests/__init__.py
timetable/tests/test_calc_date.py
timetable/tests/test_flatten.py
timetable/tests/test_manual_edit.py
timetable/tests/test_multiple_lessons.py
utilities/__init__.py
utilities/argparser.py
utilities/logger.py
utilities/ndim_iterator.py
utilities/urls_api.py