CHANGELOG.rst
LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
Routes.egg-info/PKG-INFO
Routes.egg-info/SOURCES.txt
Routes.egg-info/dependency_links.txt
Routes.egg-info/not-zip-safe
Routes.egg-info/requires.txt
Routes.egg-info/top_level.txt
docs/Makefile
docs/changes.rst
docs/conf.py
docs/generating.rst
docs/glossary.rst
docs/index.rst
docs/introduction.rst
docs/porting.rst
docs/restful.rst
docs/routes-logo.png
docs/setting_up.rst
docs/todo.rst
docs/uni_redirect_rest.rst
docs/modules/index.rst
docs/modules/lru.rst
docs/modules/mapper.rst
docs/modules/middleware.rst
docs/modules/route.rst
docs/modules/routes.rst
docs/modules/util.rst
docs/src/README
docs/src/routes-logo-boehme.svg
routes/__init__.py
routes/base.py
routes/mapper.py
routes/middleware.py
routes/route.py
routes/util.py
tests/test_files/controller_files/content.py
tests/test_files/controller_files/users.py
tests/test_files/controller_files/admin/users.py
tests/test_functional/__init__.py
tests/test_functional/profile_rec.py
tests/test_functional/test_explicit_use.py
tests/test_functional/test_generation.py
tests/test_functional/test_middleware.py
tests/test_functional/test_nonminimization.py
tests/test_functional/test_recognition.py
tests/test_functional/test_resources.py
tests/test_functional/test_submapper.py
tests/test_functional/test_utils.py
tests/test_units/test_base.py
tests/test_units/test_environment.py
tests/test_units/test_mapper_str.py