{ "info": { "author": "Mark Steadman", "author_email": "mark@podiant.co", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "Django AsyncViews\n=================\n\n![Build](https://git.steadman.io/podiant/django-asyncviews/badges/master/build.svg)\n![Coverage](https://git.steadman.io/podiant/django-asyncviews/badges/master/coverage.svg)\n\nAsynchronous JSON/HTML view library\n\n## Quickstart\n\nInstall Django AsyncViews:\n\n```sh\npip install django-asyncviews\n```\n\nAdd it to your `INSTALLED_APPS`:\n```python\nINSTALLED_APPS = (\n ...\n 'asyncviews',\n ...\n)\n```\n\nAdd AsyncViews' URL patterns:\n\n```python\nfrom asyncviews import urls as asyncviews_urls\n\nurlpatterns = [\n ...\n url(r'^', include(asyncviews_urls)),\n ...\n]\n```\n\n## Running tests\n\nDoes the code actually work?\n\n```\ncoverage run --source asyncviews runtests.py\n```\n\n## Credits\n\nTools used in rendering this package:\n\n- [Cookiecutter](https://github.com/audreyr/cookiecutter)\n- [`cookiecutter-djangopackage`](https://github.com/pydanny/cookiecutter-djangopackage)\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://git.steadman.io/podiant/django-asyncviews", "keywords": "django-asyncviews", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-asyncviews", "package_url": "https://pypi.org/project/django-asyncviews/", "platform": "", "project_url": "https://pypi.org/project/django-asyncviews/", "project_urls": { "Homepage": "https://git.steadman.io/podiant/django-asyncviews" }, "release_url": "https://pypi.org/project/django-asyncviews/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Asynchronous JSON/HTML view library", "version": "0.1.0" }, "last_serial": 4337255, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "36dcfcc51058e6d0727b0d95683f220a", "sha256": "76eb85c610395900eed836a32601af51fea0fb5fc3b04b5631694a5d0c9cdd2f" }, "downloads": -1, "filename": "django-asyncviews-0.1.0.tar.gz", "has_sig": false, "md5_digest": "36dcfcc51058e6d0727b0d95683f220a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6066, "upload_time": "2018-10-03T17:00:13", "url": "https://files.pythonhosted.org/packages/c6/ab/84c52c2567fee994f7a811ea0ef4a225984c8efbd48ac6c92ac2c46ab1f7/django-asyncviews-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "36dcfcc51058e6d0727b0d95683f220a", "sha256": "76eb85c610395900eed836a32601af51fea0fb5fc3b04b5631694a5d0c9cdd2f" }, "downloads": -1, "filename": "django-asyncviews-0.1.0.tar.gz", "has_sig": false, "md5_digest": "36dcfcc51058e6d0727b0d95683f220a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6066, "upload_time": "2018-10-03T17:00:13", "url": "https://files.pythonhosted.org/packages/c6/ab/84c52c2567fee994f7a811ea0ef4a225984c8efbd48ac6c92ac2c46ab1f7/django-asyncviews-0.1.0.tar.gz" } ] }