CHANGES
LICENSE
MANIFEST.in
PKG-INFO
README.md
setup.py
config/building_blocks
config/email_remapping
config/flawless.cfg
config/known_errors
config/third_party_whitelist
config/watched_files
examples/decorator_example.py
examples/middleware_example.py
flawless/__init__.py
flawless.egg-info/PKG-INFO
flawless.egg-info/SOURCES.txt
flawless.egg-info/dependency_links.txt
flawless.egg-info/entry_points.txt
flawless.egg-info/top_level.txt
flawless/client/__init__.py
flawless/client/decorators.py
flawless/client/default.py
flawless/client/middleware.py
flawless/lib/__init__.py
flawless/lib/config/__init__.py
flawless/lib/data_structures/__init__.py
flawless/lib/data_structures/persistent_dictionary.py
flawless/lib/data_structures/prefix_tree.py
flawless/lib/data_structures/stubs.py
flawless/lib/version_control/__init__.py
flawless/lib/version_control/repo.py
flawless/server/__init__.py
flawless/server/api.py
flawless/server/configure_server.py
flawless/server/manage.py
flawless/server/server.py
flawless/server/service.py
flawless/server/stub.py
tests/__init__.py
tests/run.py
tests/client/__init__.py
tests/client/test.py
tests/lib/__init__.py
tests/lib/data_structures/__init__.py
tests/lib/data_structures/prefix_tree_test.py
tests/server/__init__.py
tests/server/service_test.py