{ "info": { "author": "Eugene", "author_email": "yeo.eugene.oey@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP" ], "description": "djangorestframework-registration\n======================================\n\n|build-status-image| |pypi-version|\n\nOverview\n--------\n\nRESTful account registration, activation. This apps is\ninspired by django-registration. It uses the same templates as the \ndjango-registration. \n\nThis package is influenced by the django-registration HMAC workflow.\n\nRegistration Endpoint is an rest framework APIView, \nwhereas Activation Endpoint is a django TemplateView.\n\n\nRequirements\n------------\n\n- Python (3.4)\n- Django (1.8, 1.9)\n- Django REST Framework (3.3)\n\nInstallation\n------------\n\nInstall using ``pip``\\ \u2026\n\n.. code:: bash\n\n $ pip install djangorestframework-registration\n\nExample\n-------\n\nInclude the following urls.\n\n.. code:: python\n\n urlpatterns = [\n url(r'^api-token-auth/', include('rest_framework_registration.urls')),\n ]\n\nthe available resources will be available at ``/api-token-auth/registrations/``\nand ``/api-token-auth/activations/``. See the source code for more detail.\n\nTesting\n-------\n\nInstall testing requirements.\n\n.. code:: bash\n\n $ pip install -r requirements.txt\n\nRun with runtests.\n\n.. code:: bash\n\n $ ./runtests.py\n\nYou can also use the excellent `tox`_ testing tool to run the tests\nagainst all supported versions of Python and Django. Install tox\nglobally, and then simply run:\n\n.. code:: bash\n\n $ tox\n\nDocumentation\n-------------\n\nTo build the documentation, you\u2019ll need to install ``mkdocs``.\n\n.. code:: bash\n\n $ pip install mkdocs\n\nTo preview the documentation:\n\n.. code:: bash\n\n $ mkdocs serve\n Running at: http://127.0.0.1:8000/\n\nTo build the documentation:\n\n.. code:: bash\n\n $ mkdocs build\n\n.. _tox: http://tox.readthedocs.org/en/latest/\n\n.. |build-status-image| image:: https://secure.travis-ci.org/9gix/django-rest-framework-registration.svg?branch=master\n :target: http://travis-ci.org/9gix/django-rest-framework-registration?branch=master\n.. |pypi-version| image:: https://img.shields.io/pypi/v/djangorestframework-registration.svg\n :target: https://pypi.python.org/pypi/djangorestframework-registration\n", "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/9gix/django-rest-framework-registration", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "djangorestframework-registration", "package_url": "https://pypi.org/project/djangorestframework-registration/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/djangorestframework-registration/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/9gix/django-rest-framework-registration" }, "release_url": "https://pypi.org/project/djangorestframework-registration/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "RESTful account registration, activation, and login", "version": "0.0.2" }, "last_serial": 2043462, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f855b5d6b944ccf2967c3776d9cef7d2", "sha256": "25b8ca21721d8b50b5c24efaadcb8a4bb4302f71a65b111d4eaa5adb5a2906b0" }, "downloads": -1, "filename": "djangorestframework_registration-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f855b5d6b944ccf2967c3776d9cef7d2", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 11599, "upload_time": "2016-04-03T16:19:30", "url": "https://files.pythonhosted.org/packages/56/a2/b0b684f8acd8f232eeefcfc61af2b016ff74d2d7545ebfaf80120fc0d1e2/djangorestframework_registration-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "15f604b1cb4924e71345613fe00f0aca", "sha256": "814d5b40a951857b611e19336edbc75603aa30b4263eb22fa4ff93dffb1ed42e" }, "downloads": -1, "filename": "djangorestframework-registration-0.0.1.tar.gz", "has_sig": false, "md5_digest": "15f604b1cb4924e71345613fe00f0aca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4705, "upload_time": "2016-04-03T16:19:15", "url": "https://files.pythonhosted.org/packages/bd/eb/08327bd3fb0ac33437feb53b558e2973f970b9611c96dcd85b07be90b032/djangorestframework-registration-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "11f01a0030e72c6acfd50f4b49edf1fe", "sha256": "c33a6268e8cf1c38d149d2ff72add73d7c75c8b3618dc40b1769505ff8457022" }, "downloads": -1, "filename": "djangorestframework_registration-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "11f01a0030e72c6acfd50f4b49edf1fe", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 11599, "upload_time": "2016-04-03T16:56:17", "url": "https://files.pythonhosted.org/packages/4d/12/60abce224dbe61dc3096590c52ded2a95950b083892a811b0ea320ce069a/djangorestframework_registration-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c43f1af163d2ea5874753f61b3c1749e", "sha256": "c01e4e2df57115de850d7c32d89fce6827bf2ce9b39389a2ceacadd84240b7bb" }, "downloads": -1, "filename": "djangorestframework-registration-0.0.2.tar.gz", "has_sig": false, "md5_digest": "c43f1af163d2ea5874753f61b3c1749e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4807, "upload_time": "2016-04-03T16:55:35", "url": "https://files.pythonhosted.org/packages/a7/2d/f9766d3bf78f148d6aa661c5277c783846500d212c58035ad27a6b474e5e/djangorestframework-registration-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "11f01a0030e72c6acfd50f4b49edf1fe", "sha256": "c33a6268e8cf1c38d149d2ff72add73d7c75c8b3618dc40b1769505ff8457022" }, "downloads": -1, "filename": "djangorestframework_registration-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "11f01a0030e72c6acfd50f4b49edf1fe", "packagetype": "bdist_wheel", "python_version": "3.4", "requires_python": null, "size": 11599, "upload_time": "2016-04-03T16:56:17", "url": "https://files.pythonhosted.org/packages/4d/12/60abce224dbe61dc3096590c52ded2a95950b083892a811b0ea320ce069a/djangorestframework_registration-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c43f1af163d2ea5874753f61b3c1749e", "sha256": "c01e4e2df57115de850d7c32d89fce6827bf2ce9b39389a2ceacadd84240b7bb" }, "downloads": -1, "filename": "djangorestframework-registration-0.0.2.tar.gz", "has_sig": false, "md5_digest": "c43f1af163d2ea5874753f61b3c1749e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4807, "upload_time": "2016-04-03T16:55:35", "url": "https://files.pythonhosted.org/packages/a7/2d/f9766d3bf78f148d6aa661c5277c783846500d212c58035ad27a6b474e5e/djangorestframework-registration-0.0.2.tar.gz" } ] }