LICENSE
MANIFEST.in
README.md
setup.py
ctfcli/__init__.py
ctfcli/__main__.py
ctfcli/cli/__init__.py
ctfcli/cli/challenges.py
ctfcli/cli/config.py
ctfcli/cli/pages.py
ctfcli/cli/plugins.py
ctfcli/cli/templates.py
ctfcli/spec/challenge-example.yml
ctfcli/templates/binary/default/cookiecutter.json
ctfcli/templates/binary/default/{{cookiecutter.name}}/.dockerignore
ctfcli/templates/binary/default/{{cookiecutter.name}}/Makefile
ctfcli/templates/binary/default/{{cookiecutter.name}}/README.md
ctfcli/templates/binary/default/{{cookiecutter.name}}/challenge.yml
ctfcli/templates/binary/default/{{cookiecutter.name}}/src/{{cookiecutter.name}}.c
ctfcli/templates/binary/default/{{cookiecutter.name}}/writeup/WRITEUP.md
ctfcli/templates/blank/default/cookiecutter.json
ctfcli/templates/blank/default/{{cookiecutter.name}}/README.md
ctfcli/templates/blank/default/{{cookiecutter.name}}/challenge.yml
ctfcli/templates/blank/default/{{cookiecutter.name}}/src/placeholder
ctfcli/templates/blank/default/{{cookiecutter.name}}/writeup/WRITEUP.md
ctfcli/templates/crypto/default/cookiecutter.json
ctfcli/templates/crypto/default/{{cookiecutter.name}}/.gitignore
ctfcli/templates/crypto/default/{{cookiecutter.name}}/Makefile
ctfcli/templates/crypto/default/{{cookiecutter.name}}/README.md
ctfcli/templates/crypto/default/{{cookiecutter.name}}/challenge.yml
ctfcli/templates/crypto/default/{{cookiecutter.name}}/src/encrypt.py
ctfcli/templates/crypto/default/{{cookiecutter.name}}/src/flag.txt
ctfcli/templates/crypto/default/{{cookiecutter.name}}/writeup/WRITEUP.md
ctfcli/templates/programming/default/cookiecutter.json
ctfcli/templates/programming/default/{{cookiecutter.name}}/.dockerignore
ctfcli/templates/programming/default/{{cookiecutter.name}}/.gitignore
ctfcli/templates/programming/default/{{cookiecutter.name}}/Dockerfile
ctfcli/templates/programming/default/{{cookiecutter.name}}/README.md
ctfcli/templates/programming/default/{{cookiecutter.name}}/challenge.yml
ctfcli/templates/programming/default/{{cookiecutter.name}}/docker-compose.yml
ctfcli/templates/programming/default/{{cookiecutter.name}}/src/requirements.txt
ctfcli/templates/programming/default/{{cookiecutter.name}}/src/serve.sh
ctfcli/templates/programming/default/{{cookiecutter.name}}/src/server.py
ctfcli/templates/programming/default/{{cookiecutter.name}}/writeup/WRITEUP.md
ctfcli/templates/web/default/cookiecutter.json
ctfcli/templates/web/default/{{cookiecutter.name}}/.dockerignore
ctfcli/templates/web/default/{{cookiecutter.name}}/Dockerfile
ctfcli/templates/web/default/{{cookiecutter.name}}/README.md
ctfcli/templates/web/default/{{cookiecutter.name}}/challenge.yml
ctfcli/templates/web/default/{{cookiecutter.name}}/docker-compose.yml
ctfcli/templates/web/default/{{cookiecutter.name}}/src/app.py
ctfcli/templates/web/default/{{cookiecutter.name}}/src/config.py
ctfcli/templates/web/default/{{cookiecutter.name}}/src/models.py
ctfcli/templates/web/default/{{cookiecutter.name}}/src/requirements.txt
ctfcli/templates/web/default/{{cookiecutter.name}}/src/serve.sh
ctfcli/templates/web/default/{{cookiecutter.name}}/src/static/css/main.css
ctfcli/templates/web/default/{{cookiecutter.name}}/src/templates/base.html
ctfcli/templates/web/default/{{cookiecutter.name}}/src/templates/index.html
ctfcli/templates/web/default/{{cookiecutter.name}}/src/templates/login.html
ctfcli/templates/web/default/{{cookiecutter.name}}/src/templates/profile.html
ctfcli/templates/web/default/{{cookiecutter.name}}/src/templates/register.html
ctfcli/templates/web/default/{{cookiecutter.name}}/writeup/WRITEUP.md
ctfcli/utils/__init__.py
ctfcli/utils/api.py
ctfcli/utils/challenge.py
ctfcli/utils/config.py
ctfcli/utils/deploy.py
ctfcli/utils/git.py
ctfcli/utils/images.py
ctfcli/utils/pages.py
ctfcli/utils/plugins.py
ctfcli/utils/spec.py
ctfcli/utils/templates.py
ctfcli/utils/tools.py
reteps_ctfcli.egg-info/PKG-INFO
reteps_ctfcli.egg-info/SOURCES.txt
reteps_ctfcli.egg-info/dependency_links.txt
reteps_ctfcli.egg-info/entry_points.txt
reteps_ctfcli.egg-info/not-zip-safe
reteps_ctfcli.egg-info/requires.txt
reteps_ctfcli.egg-info/top_level.txt