MANIFEST.in
README.md
setup.py
bin/ppb
ppb/__init__.py
ppb/argparser.py
ppb/arguments.py
ppb/clidriver.py
ppb/exceptions.py
ppb/logging.py
ppb/workers.py
ppb/templates/create/{problem_name}/README.md.j2
ppb/templates/create/{problem_name}/config.yml.j2
ppb/templates/create/{problem_name}/golang/test.j2
ppb/templates/create/{problem_name}/python/Makefile.j2
ppb/templates/create/{problem_name}/python/main.py.j2
ppb/templates/create/{problem_name}/python/requirements.txt.j2
ppb/templates/create/{problem_name}/python/src/naive/foo.py.j2
ppb/templates/create/{problem_name}/python/src/optimized/foo.py.j2
ppb/templates/create/{problem_name}/python/tests/conftest.py.j2
ppb/templates/create/{problem_name}/python/tests/test_naive.py.j2
ppb/templates/create/{problem_name}/python/tests/test_optimized.py.j2
ppb/templates/create/{problem_name}/rust/Cargo.toml.j2
ppb/templates/create/{problem_name}/rust/src/lib.rs.j2
ppb/templates/create/{problem_name}/rust/src/naive/mod.rs.j2
ppb/templates/create/{problem_name}/rust/src/naive/rectangle.rs.j2
ppb/templates/create/{problem_name}/rust/src/optimized/mod.rs.j2
ppb/templates/create/{problem_name}/rust/src/optimized/rectangle.rs.j2
ppb/templates/create/{problem_name}/rust/tests/naive.rs.j2
practice_problems_builder_ktraff.egg-info/PKG-INFO
practice_problems_builder_ktraff.egg-info/SOURCES.txt
practice_problems_builder_ktraff.egg-info/dependency_links.txt
practice_problems_builder_ktraff.egg-info/requires.txt
practice_problems_builder_ktraff.egg-info/top_level.txt