CHANGES.rst
LICENSE
MANIFEST.in
README.rst
development.ini
development.mysql.ini
development.pg.ini
message-extraction.ini
pyshop.sample.ini
setup.cfg
setup.py
tox.ini
pyshop/__init__.py
pyshop/compat.py
pyshop/config.py
pyshop/models.py
pyshop/security.py
pyshop.egg-info/PKG-INFO
pyshop.egg-info/SOURCES.txt
pyshop.egg-info/dependency_links.txt
pyshop.egg-info/entry_points.txt
pyshop.egg-info/not-zip-safe
pyshop.egg-info/requires.txt
pyshop.egg-info/top_level.txt
pyshop/bin/__init__.py
pyshop/bin/install.py
pyshop/bin/migrate.py
pyshop/bin/shell.py
pyshop/bin/migration/__init__.py
pyshop/bin/migration/migr_0_7_5.py
pyshop/helpers/__init__.py
pyshop/helpers/authentication.py
pyshop/helpers/download.py
pyshop/helpers/i18n.py
pyshop/helpers/pypi.py
pyshop/helpers/restxt.py
pyshop/helpers/sqla.py
pyshop/locale/pyshop.pot
pyshop/locale/fr/LC_MESSAGES/pyshop.po
pyshop/static/classifications.json
pyshop/static/favicon.ico
pyshop/static/pyramid-small.png
pyshop/static/pyramid.png
pyshop/static/signin.css
pyshop/static/bootstrap/css/bootstrap-theme.css
pyshop/static/bootstrap/css/bootstrap-theme.min.css
pyshop/static/bootstrap/css/bootstrap.css
pyshop/static/bootstrap/css/bootstrap.min.css
pyshop/static/bootstrap/fonts/glyphicons-halflings-regular.eot
pyshop/static/bootstrap/fonts/glyphicons-halflings-regular.svg
pyshop/static/bootstrap/fonts/glyphicons-halflings-regular.ttf
pyshop/static/bootstrap/fonts/glyphicons-halflings-regular.woff
pyshop/static/bootstrap/js/bootstrap.js
pyshop/static/bootstrap/js/bootstrap.min.js
pyshop/static/js/bootstrap3-typeahead.js
pyshop/static/js/jquery-1.10.2.min.js
pyshop/templates/pyshop/form_layout.html
pyshop/templates/pyshop/layout.html
pyshop/templates/pyshop/nav.html
pyshop/templates/pyshop/account/create.html
pyshop/templates/pyshop/account/delete.html
pyshop/templates/pyshop/account/edit.html
pyshop/templates/pyshop/account/list.html
pyshop/templates/pyshop/package/list.html
pyshop/templates/pyshop/package/purge.html
pyshop/templates/pyshop/package/show.html
pyshop/templates/pyshop/simple/create.html
pyshop/templates/pyshop/simple/list.html
pyshop/templates/pyshop/simple/show.html
pyshop/templates/pyshop/user/change_password.html
pyshop/templates/pyshop/user/edit.html
pyshop/templates/shared/base_layout.html
pyshop/templates/shared/footer_buttons.html
pyshop/templates/shared/form_delete.html
pyshop/templates/shared/form_layout.html
pyshop/templates/shared/layout.html
pyshop/templates/shared/login.html
pyshop/templates/shared/paging.html
pyshop/tests/__init__.py
pyshop/tests/case.py
pyshop/tests/conf.py
pyshop/tests/test_models.py
pyshop/tests/test_security.py
pyshop/tests/views/__init__.py
pyshop/tests/views/test_account.py
pyshop/tests/views/test_package.py
pyshop/tests/views/test_simple.py
pyshop/tests/views/test_user.py
pyshop/views/__init__.py
pyshop/views/account.py
pyshop/views/base.py
pyshop/views/credentials.py
pyshop/views/package.py
pyshop/views/repository.py
pyshop/views/simple.py
pyshop/views/user.py
pyshop/views/xmlrpc.py