LICENSE
README.md
pyproject.toml
cptools/__init__.py
cptools/__main__.py
cptools/commands/__init__.py
cptools/commands/add.py
cptools/commands/add_header.py
cptools/commands/bundle.py
cptools/commands/clean.py
cptools/commands/commit.py
cptools/commands/completion.py
cptools/commands/config.py
cptools/commands/fetch.py
cptools/commands/hash.py
cptools/commands/init.py
cptools/commands/mark.py
cptools/commands/new.py
cptools/commands/open.py
cptools/commands/rm.py
cptools/commands/status.py
cptools/commands/stress.py
cptools/commands/test.py
cptools/commands/update.py
cptools/lib/__init__.py
cptools/lib/compiler.py
cptools/lib/config.py
cptools/lib/cookies.py
cptools/lib/display_utils.py
cptools/lib/fileops.py
cptools/lib/http_utils.py
cptools/lib/io.py
cptools/lib/judges.py
cptools/lib/parsing.py
cptools/lib/path_utils.py
cptools/lib/templates/.gitignore.template
cptools/lib/templates/hasher.cpp
cptools/lib/templates/template.cpp
lgf_cptools.egg-info/PKG-INFO
lgf_cptools.egg-info/SOURCES.txt
lgf_cptools.egg-info/dependency_links.txt
lgf_cptools.egg-info/entry_points.txt
lgf_cptools.egg-info/requires.txt
lgf_cptools.egg-info/top_level.txt
tests/test_cmd_add.py
tests/test_cmd_add_header.py
tests/test_cmd_bundle.py
tests/test_cmd_clean.py
tests/test_cmd_commit.py
tests/test_cmd_completion.py
tests/test_cmd_config.py
tests/test_cmd_fetch.py
tests/test_cmd_hash.py
tests/test_cmd_init.py
tests/test_cmd_mark.py
tests/test_cmd_new.py
tests/test_cmd_open.py
tests/test_cmd_rm.py
tests/test_cmd_status.py
tests/test_cmd_stress.py
tests/test_cmd_test.py
tests/test_cmd_update.py
tests/test_compiler.py
tests/test_config.py
tests/test_cookies.py
tests/test_discovery.py
tests/test_display_utils.py
tests/test_fileops.py
tests/test_flag_consistency.py
tests/test_http_utils.py
tests/test_io.py
tests/test_judges.py
tests/test_main.py
tests/test_parsing.py
tests/test_path_utils.py