MANIFEST.in
README.md
setup.py
bin/p
projects/__init__.py
projects/__main__.py
projects/config.py
projects/main.py
projects/paths.py
projects.egg-info/PKG-INFO
projects.egg-info/SOURCES.txt
projects.egg-info/dependency_links.txt
projects.egg-info/not-zip-safe
projects.egg-info/requires.txt
projects.egg-info/top_level.txt
projects/gui/__init__.py
projects/gui/doc_generator.py
projects/gui/gui.py
projects/gui/project_selector.py
projects/projectfile/__init__.py
projects/projectfile/command_processor.py
projects/projectfile/defs.py
projects/projectfile/error.py
projects/projectfile/file_handler.py
projects/projectfile/utils.py
projects/projectfile/parser/__init__.py
projects/projectfile/parser/parse.py
projects/projectfile/parser/state.py
test/__init__.py
test/helpers.py
test/test_config.py
test/test_main.py
test/test_path.py
test/project_selector/__init__.py
test/project_selector/test_filter.py
test/project_selector/test_project_selector.py
test/project_selector/test_string_rendering.py
test/projectfile/__init__.py
test/projectfile/test_api.py
test/projectfile/test_command_processor.py
test/projectfile/test_doc_generator.py
test/projectfile/test_file_handler.py
test/projectfile/test_utils.py
test/projectfile/parser/__init__.py
test/projectfile/parser/test_api.py
test/projectfile/parser/test_finishing.py
test/projectfile/parser/test_parsers.py
test/projectfile/parser/test_states.py