CHANGES.rst
MANIFEST.in
README.rst
development.ini
message-extraction.ini
pyshop.sample.ini
setup.cfg
setup.py
pyshop/__init__.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/paster_plugins.txt
pyshop.egg-info/requires.txt
pyshop.egg-info/top_level.txt
pyshop/assets/sass/00_vars.scss
pyshop/assets/sass/01_macro.scss
pyshop/assets/sass/02_reset.scss
pyshop/assets/sass/10_layout.scss
pyshop/assets/sass/11_form.scss
pyshop/assets/sass/12_paging.scss
pyshop/assets/sass/15_colgroup.scss
pyshop/assets/sass/50_release.scss
pyshop/assets/sass/80_jqueryui.scss
pyshop/assets/sass/index.scss
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/favicon.ico
pyshop/static/pyramid-small.png
pyshop/static/pyramid.png
pyshop/static/js/jquery-1.8.3.min.js
pyshop/static/js/jquery-ui-1.9.2.custom.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/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