AUTHORS
CHANGES
LICENSE
MANIFEST.in
README.rst
setup.py
localshop/__init__.py
localshop/http.py
localshop/runner.py
localshop/settings.py
localshop/urls.py
localshop/utils.py
localshop/views.py
localshop/wsgi.py
localshop.egg-info/PKG-INFO
localshop.egg-info/SOURCES.txt
localshop.egg-info/dependency_links.txt
localshop.egg-info/entry_points.txt
localshop.egg-info/not-zip-safe
localshop.egg-info/requires.txt
localshop.egg-info/top_level.txt
localshop/apps/__init__.py
localshop/apps/packages/__init__.py
localshop/apps/packages/admin.py
localshop/apps/packages/context_processors.py
localshop/apps/packages/forms.py
localshop/apps/packages/models.py
localshop/apps/packages/pypi.py
localshop/apps/packages/signals.py
localshop/apps/packages/tasks.py
localshop/apps/packages/urls.py
localshop/apps/packages/urls_simple.py
localshop/apps/packages/utils.py
localshop/apps/packages/views.py
localshop/apps/packages/xmlrpc.py
localshop/apps/packages/migrations/0001_initial.py
localshop/apps/packages/migrations/__init__.py
localshop/apps/packages/tests/__init__.py
localshop/apps/packages/tests/factories.py
localshop/apps/packages/tests/test_models.py
localshop/apps/packages/tests/test_pypi.py
localshop/apps/packages/tests/test_tasks.py
localshop/apps/packages/tests/test_utils.py
localshop/apps/packages/tests/test_views.py
localshop/apps/packages/tests/test_xmlrpc.py
localshop/apps/permissions/__init__.py
localshop/apps/permissions/admin.py
localshop/apps/permissions/backend.py
localshop/apps/permissions/models.py
localshop/apps/permissions/urls.py
localshop/apps/permissions/utils.py
localshop/apps/permissions/views.py
localshop/apps/permissions/migrations/0001_initial.py
localshop/apps/permissions/migrations/0002_auto__add_field_cidr_label__add_unique_cidr_cidr.py
localshop/apps/permissions/migrations/0003_auto__add_credential.py
localshop/apps/permissions/migrations/0004_auto__add_unique_credential_access_key__add_unique_credential_secret_k.py
localshop/apps/permissions/migrations/0005_auto__add_authprofile.py
localshop/apps/permissions/migrations/0006_userena.py
localshop/apps/permissions/migrations/0007_auto__add_field_cidr_require_credentials.py
localshop/apps/permissions/migrations/__init__.py
localshop/apps/permissions/tests/__init__.py
localshop/apps/permissions/tests/test_models.py
localshop/management/__init__.py
localshop/management/commands/__init__.py
localshop/management/commands/init.py
localshop/management/commands/upgrade.py
localshop/static/.DS_Store
localshop/static/jquery-1.7.1.min.js
localshop/static/bootstrap/.DS_Store
localshop/static/bootstrap/css/bootstrap-responsive.css
localshop/static/bootstrap/css/bootstrap-responsive.min.css
localshop/static/bootstrap/css/bootstrap.css
localshop/static/bootstrap/css/bootstrap.min.css
localshop/static/bootstrap/img/glyphicons-halflings-white.png
localshop/static/bootstrap/img/glyphicons-halflings.png
localshop/static/bootstrap/js/bootstrap.js
localshop/static/bootstrap/js/bootstrap.min.js
localshop/templates/403.html
localshop/templates/404.html
localshop/templates/500.html
localshop/templates/frontpage.html
localshop/templates/layout.base.html
localshop/templates/layout.errors.html
localshop/templates/layout.main.html
localshop/templates/packages/package_detail.html
localshop/templates/packages/package_list.html
localshop/templates/packages/simple_package_detail.html
localshop/templates/packages/simple_package_list.html
localshop/templates/partial/_form_field.html
localshop/templates/permissions/cidr_confirm_delete.html
localshop/templates/permissions/cidr_form.html
localshop/templates/permissions/cidr_list.html
localshop/templates/permissions/credential_confirm_delete.html
localshop/templates/permissions/credential_list.html
localshop/templates/userena/base_userena.html
localshop/templates/userena/password_complete.html
localshop/templates/userena/password_form.html
localshop/templates/userena/profile_detail.html
localshop/templates/userena/profile_form.html
localshop/templates/userena/signin_form.html
localshop/templatetags/__init__.py
localshop/templatetags/forms.py