{ "info": { "author": "Jay Thompson", "author_email": "jay_thompson@wgbh.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "=============================\nHuey DRF API\n=============================\n\n.. image:: https://badge.fury.io/py/huey-drf-api.svg\n :target: https://badge.fury.io/py/huey-drf-api\n\n.. image:: https://travis-ci.org/eyemyth/huey-drf-api.svg?branch=master\n :target: https://travis-ci.org/eyemyth/huey-drf-api\n\n.. image:: https://codecov.io/gh/eyemyth/huey-drf-api/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/eyemyth/huey-drf-api\n\nA DRF API for Huey\n\nDocumentation\n-------------\n\nThe full documentation is at https://huey-drf-api.readthedocs.io. (Except it isn't, not yet.)\n\nQuickstart\n----------\n\nInstall Huey DRF API::\n\n pip install huey-drf-api\n\nAdd it to your `INSTALLED_APPS`:\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...\n 'hueydrfapi',\n ...\n )\n\nAdd Huey DRF API's URL patterns:\n\n.. code-block:: python\n\n urlpatterns = [\n ...\n path('', include('hueydrfapi.urls', namespace='hueydrfapi')),\n ...\n ]\n\nFeatures\n--------\n\n* TODO\n\nRunning Tests\n-------------\n\n* TODO: write tests\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 (2019-04-03)\n++++++++++++++++++\n\n* First release on PyPI.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/eyemyth/huey-drf-api", "keywords": "huey-drf-api", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "huey-drf-api", "package_url": "https://pypi.org/project/huey-drf-api/", "platform": "", "project_url": "https://pypi.org/project/huey-drf-api/", "project_urls": { "Homepage": "https://github.com/eyemyth/huey-drf-api" }, "release_url": "https://pypi.org/project/huey-drf-api/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "A DRF API for Huey", "version": "0.2.0" }, "last_serial": 5113807, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "6941724e613bfaacd702995c0ecf1410", "sha256": "3f5370f6040caacabc19f8c47887c107bc2fe2a1a64469f74dd325831cdea51e" }, "downloads": -1, "filename": "huey-drf-api-0.1.0.tar.gz", "has_sig": false, "md5_digest": "6941724e613bfaacd702995c0ecf1410", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6691, "upload_time": "2019-04-05T16:39:50", "url": "https://files.pythonhosted.org/packages/9d/6e/e91fb68a8243c2befae0241b91bf9de86c89fb98a514f572a5aff38b9056/huey-drf-api-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "9e5f02eb666e14f07e415762b8d8ec5a", "sha256": "c9c9a80fe0d3537139a56e605f5cecf8d281ba7432050d9a050a6487e2f29022" }, "downloads": -1, "filename": "huey-drf-api-0.2.0.tar.gz", "has_sig": false, "md5_digest": "9e5f02eb666e14f07e415762b8d8ec5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6743, "upload_time": "2019-04-08T13:41:55", "url": "https://files.pythonhosted.org/packages/e4/d6/ad93593deb7248111d953ce7d5954b3fc621b9af6b65247280c77828de96/huey-drf-api-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9e5f02eb666e14f07e415762b8d8ec5a", "sha256": "c9c9a80fe0d3537139a56e605f5cecf8d281ba7432050d9a050a6487e2f29022" }, "downloads": -1, "filename": "huey-drf-api-0.2.0.tar.gz", "has_sig": false, "md5_digest": "9e5f02eb666e14f07e415762b8d8ec5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6743, "upload_time": "2019-04-08T13:41:55", "url": "https://files.pythonhosted.org/packages/e4/d6/ad93593deb7248111d953ce7d5954b3fc621b9af6b65247280c77828de96/huey-drf-api-0.2.0.tar.gz" } ] }