LICENSE
README.md
pyproject.toml
setup.cfg
src/sinol_make/__init__.py
src/sinol_make/util.py
src/sinol_make.egg-info/PKG-INFO
src/sinol_make.egg-info/SOURCES.txt
src/sinol_make.egg-info/dependency_links.txt
src/sinol_make.egg-info/entry_points.txt
src/sinol_make.egg-info/requires.txt
src/sinol_make.egg-info/top_level.txt
src/sinol_make/commands/doc/__init__.py
src/sinol_make/commands/export/__init__.py
src/sinol_make/commands/gen/__init__.py
src/sinol_make/commands/ingen/__init__.py
src/sinol_make/commands/ingen/ingen_util.py
src/sinol_make/commands/init/__init__.py
src/sinol_make/commands/inwer/__init__.py
src/sinol_make/commands/inwer/inwer_util.py
src/sinol_make/commands/outgen/__init__.py
src/sinol_make/commands/outgen/outgen_util.py
src/sinol_make/commands/run/__init__.py
src/sinol_make/commands/verify/__init__.py
src/sinol_make/contest_types/__init__.py
src/sinol_make/contest_types/default.py
src/sinol_make/contest_types/icpc.py
src/sinol_make/contest_types/oi.py
src/sinol_make/contest_types/oij.py
src/sinol_make/helpers/__init__.py
src/sinol_make/helpers/cache.py
src/sinol_make/helpers/compile.py
src/sinol_make/helpers/compiler.py
src/sinol_make/helpers/func_cache.py
src/sinol_make/helpers/package_util.py
src/sinol_make/helpers/parsers.py
src/sinol_make/helpers/paths.py
src/sinol_make/helpers/printer.py
src/sinol_make/interfaces/BaseCommand.py
src/sinol_make/interfaces/Errors.py
src/sinol_make/interfaces/__init__.py
src/sinol_make/oiejq/__init__.py
src/sinol_make/oiejq/perf_test.py
src/sinol_make/structs/__init__.py
src/sinol_make/structs/cache_structs.py
src/sinol_make/structs/compiler_structs.py
src/sinol_make/structs/gen_structs.py
src/sinol_make/structs/inwer_structs.py
src/sinol_make/structs/run_structs.py
src/sinol_make/structs/status_structs.py
tests/test_multiple_arguments.py
tests/test_oiejq.py
tests/test_util.py