MANIFEST.in
README
setup.py
prospero/__init__.py
prospero/enum.py
prospero/handlers.py
prospero/main.py
prospero/manage.py
prospero/settings.py
prospero/util.py
prospero.egg-info/PKG-INFO
prospero.egg-info/SOURCES.txt
prospero.egg-info/dependency_links.txt
prospero.egg-info/top_level.txt
prospero/security/__init__.py
prospero/security/auth.py
prospero/security/handlers.py
prospero/security/ident.py
prospero/security/local_settings.py
prospero/utils/encoding.py
prospero/utils/functional.py
resources/static/__init__.py
resources/static/logo.png
resources/static/style.css
resources/templates/__init__.py
resources/templates/base.html
resources/templates/footer.html
resources/templates/generic_serialiser.html
resources/templates/header.html
resources/templates/navigation.html
resources/templates/security/__init__.py
resources/templates/security/create_permission.html
resources/templates/security/create_user.html
resources/templates/security/delete_permission.html
resources/templates/security/list_users.html
resources/templates/security/modify_permission.html
resources/templates/security/navigation.html
tests/__init__.py
tests/test_auth.py
tests/test_auth_handlers.py
tests/test_handlers.py
tests/test_ident.py
tests/test_manage.py
tests/test_security_handlers.py
tests/test_suite.py
tests/test_utils.py