{ "info": { "author": "Max Brauer", "author_email": "max@max-brauer.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Framework :: Django :: 1.10", "Framework :: Django :: 1.8", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "=============================\nDjango App Shell\n=============================\n\n.. image:: https://badge.fury.io/py/django-app-shell.svg\n :target: https://badge.fury.io/py/django-app-shell\n\n.. image:: https://travis-ci.org/DebVortex/django-app-shell.svg?branch=master\n :target: https://travis-ci.org/DebVortex/django-app-shell\n\n.. image:: https://codecov.io/gh/DebVortex/django-app-shell/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/DebVortex/django-app-shell\n\nInspired by the `Using Django with service workers`_ talk by `Adrian Holovaty`_\nfrom the DjangoCon Europe 2016, django-app-shell aims to provide an easy to use\nand configure way of utilizing the `app shell`_ architecture from google.\n\n\n\n.. _`Using Django with service workers`: https://opbeat.com/community/posts/using-django-with-service-workers-by-adrian-holovaty/\n.. _`Adrian Holovaty`: http://www.holovaty.com/\n.. _`app shell`: https://developers.google.com/web/fundamentals/architecture/app-shell\n\nDocumentation\n-------------\n\nThe full documentation is at https://django-app-shell.readthedocs.io.\n\nQuickstart\n----------\n\nInstall Django App Shell::\n\n pip install django-app-shell\n\nAdd it to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'django_app_shell.apps.DjangoAppShellConfig',\n ...\n )\n\nAdd Django App Shell's URL patterns:\n\n.. code-block:: python\n\n from django_app_shell import urls as django_app_shell_urls\n\n\n urlpatterns = [\n ...\n url(r'^', include(django_app_shell_urls)),\n ...\n ]\n\nFeatures\n--------\n\n* client side caching using service worker (TODO)\n* easy push notification API (TODO)\n* offline use of page/features using service worker (TODO)\n\nRunning Tests\n-------------\n\nDoes the code actually work?\n\n::\n\n source /bin/activate\n (myenv) $ pip install tox\n (myenv) $ tox\n\nCredits\n-------\n\nTools used in rendering this package:\n\n* Cookiecutter_\n* `cookiecutter-djangopackage`_\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage\n\n\n\n\nHistory\n=======\n\n0.1.0 (2017-05-28)\n------------------\n\n* First release on PyPI.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/DebVortex/django-app-shell", "keywords": "django-app-shell", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-app-shell", "package_url": "https://pypi.org/project/django-app-shell/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-app-shell/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/DebVortex/django-app-shell" }, "release_url": "https://pypi.org/project/django-app-shell/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Easy use service workers and the app shell concept for django.", "version": "0.1.0" }, "last_serial": 2904790, "releases": { "0.1.0": [] }, "urls": [] }