.envrc
AUTHORS
ChangeLog
README.rst
dev_requirements.txt
requirements.txt
run.py
setup.cfg
setup.py
conf/conf-dist.yaml
etc/uwsgi.d/shorty.ini
pygmy_url.egg-info/PKG-INFO
pygmy_url.egg-info/SOURCES.txt
pygmy_url.egg-info/dependency_links.txt
pygmy_url.egg-info/entry_points.txt
pygmy_url.egg-info/not-zip-safe
pygmy_url.egg-info/pbr.json
pygmy_url.egg-info/requires.txt
pygmy_url.egg-info/top_level.txt
shorty/__init__.py
shorty/shorty.py
shorty/wsgi.py
shorty/sql/create_apppermission_table.sql
shorty/sql/create_namespace_table.sql
shorty/sql/create_namespacepermission_table.sql
shorty/sql/create_owner.sql
shorty/sql/create_owner_default_permissions.sql
shorty/sql/create_owner_table.sql
shorty/sql/create_permission_table.sql
shorty/sql/create_redirect_table.sql
shorty/sql/create_user_space_default_permissions.sql
shorty/sql/create_version_table.sql
shorty/sql/get_namespace_by_id.sql
shorty/sql/get_namespace_id_by_name.sql
shorty/sql/get_namespace_permissions.sql
shorty/sql/get_namespace_redirect.sql
shorty/sql/get_permissions.sql
shorty/sql/get_record_by_id.sql
shorty/sql/get_record_by_id_with_owner.sql
shorty/sql/get_record_by_keyword.sql
shorty/sql/get_redirect_keyword.sql
shorty/sql/get_redirect_keyword_ns.sql
shorty/sql/get_redirect_url.sql
shorty/sql/get_shortcuts.sql
shorty/sql/get_user_namespace_redirect.sql
shorty/sql/get_user_permissions.sql
shorty/sql/get_userid.sql
shorty/sql/get_version_number.sql
shorty/sql/insert_default_namespaces.sql
shorty/sql/insert_permissions.sql
shorty/sql/insert_redirect.sql
shorty/sql/insert_redirect_keyword.sql
shorty/sql/my_create_apppermission_table.sql
shorty/sql/my_create_namespace_table.sql
shorty/sql/my_create_namespacepermission_table.sql
shorty/sql/my_create_owner_table.sql
shorty/sql/my_create_permission_table.sql
shorty/sql/my_create_redirect_table.sql
shorty/sql/my_create_version_table.sql
shorty/sql/pg_create_owner_table.sql
shorty/sql/search_keyword.sql
shorty/sql/update_last_used.sql
shorty/sql/update_redirect.sql
shorty/sql/update_redirect_hits.sql
shorty/static/enter_url.png
shorty/static/favicon.ico
shorty/static/keyword.png
shorty/static/namespace.png
shorty/static/ns_expanded.png
shorty/templates/admin.html
shorty/templates/base.html
shorty/templates/edit.html
shorty/templates/error.html
shorty/templates/help.html
shorty/templates/home.html
shorty/templates/links.html
tests/test_test.py