LICENSE
MANIFEST.in
README.md
setup.py
cptk/__init__.py
cptk/__main__.py
cptk/commands.py
cptk/constants.py
cptk/exceptions.py
cptk/main.py
cptk/utils.py
cptk.egg-info/PKG-INFO
cptk.egg-info/SOURCES.txt
cptk.egg-info/dependency_links.txt
cptk.egg-info/entry_points.txt
cptk.egg-info/requires.txt
cptk.egg-info/top_level.txt
cptk/core/__init__.py
cptk/core/chef.py
cptk/core/collector.py
cptk/core/config.py
cptk/core/fetcher.py
cptk/core/preprocessor.py
cptk/core/system.py
cptk/core/templates.py
cptk/defaults/templates/g++/.cptk/project.cptk.yaml
cptk/defaults/templates/g++/.cptk/template/{{slug(problem.name)}}.cpp
cptk/defaults/templates/py/.cptk/project.cptk.yaml
cptk/defaults/templates/py/.cptk/template/{{slug(problem.name)}}.py
cptk/local/__init__.py
cptk/local/problem.py
cptk/local/project.py
cptk/scrape/__init__.py
cptk/scrape/problem.py
cptk/scrape/website.py
cptk/websites/__init__.py
cptk/websites/codeforces.py
cptk/websites/cses.py
cptk/websites/kattis.py