{ "info": { "author": "Dominik Kozaczko", "author_email": "dominik@kozaczko.info", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "=====================================\nDjango REST Framework CamelCase magic\n=====================================\n\n.. image:: https://badge.fury.io/py/django-rest-camel.png\n :target: http://badge.fury.io/py/django-rest-camel\n\n.. image:: https://img.shields.io/pypi/v/django-rest-camel.svg\n :target: https://img.shields.io/pypi/v/django-rest-camel.svg\n\n\nCamel case support for Django REST framework - right now only JSON is supported.\n\nThis project is a \"resurrection fork\" of djangorestframework-camel-case_ by Vitaly Babiy\n\n.. _djangorestframework-camel-case https://github.com/vbabiy/djangorestframework-camel-case\n\n============\nInstallation\n============\n\nAt the command line::\n\n $ pip install django-rest-camel\n\nAdd the render and parser to your django settings file.\n\n.. code-block:: python\n\n # ...\n REST_FRAMEWORK = {\n\n 'DEFAULT_RENDERER_CLASSES': (\n 'rest_camel.render.CamelCaseJSONRenderer',\n # Any other renders\n ),\n\n 'DEFAULT_PARSER_CLASSES': (\n 'rest_camel.parser.CamelCaseJSONParser',\n # Any other parsers\n ),\n }\n # ...\n\n=============\nRunning Tests\n=============\n\nTo run the current test suite, execute the following from the root of he project::\n\n $ tox\n\n=======\nLicense\n=======\n\n* Free software: BSD license\n\n\n\n\nHistory\n-------\n\n0.3.0 (2017-05-26)\n++++++++++++++++++\n\n* Fork of the project to maintain development\n* Drop Py26, Py33 and Py34 support\n* Drop DRF<3.0 support\n\n0.1.0 (2013-12-20)\n++++++++++++++++++\n\n* First release on PyPI.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/dekoza/django-rest-camel", "keywords": "djangorestframework_camel django rest camelcase camel", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "django-rest-camel", "package_url": "https://pypi.org/project/django-rest-camel/", "platform": "", "project_url": "https://pypi.org/project/django-rest-camel/", "project_urls": { "Homepage": "https://github.com/dekoza/django-rest-camel" }, "release_url": "https://pypi.org/project/django-rest-camel/0.3.4/", "requires_dist": null, "requires_python": "", "summary": "Camel case support for Django REST Framework.", "version": "0.3.4" }, "last_serial": 2901052, "releases": { "0.3.3": [ { "comment_text": "", "digests": { "md5": "80e708d35993a3f86452c5d3d063a025", "sha256": "66848ff9322e516a1c059bd2eb4a407e24c87ca1aacfa1bfb65bb783763f6056" }, "downloads": -1, "filename": "django_rest_camel-0.3.3-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "80e708d35993a3f86452c5d3d063a025", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8470, "upload_time": "2017-05-26T13:55:20", "url": "https://files.pythonhosted.org/packages/10/33/84108366080f0acf02b43579b432b1a069510d20ee2ee7c4544f8deb096f/django_rest_camel-0.3.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2c54b06805b93f0460294c20fd4f2280", "sha256": "2405497aaf229f74e95a955078e1e889caaa53ece3be0a4cecdcf9f8db1b29fc" }, "downloads": -1, "filename": "django-rest-camel-0.3.3.tar.gz", "has_sig": true, "md5_digest": "2c54b06805b93f0460294c20fd4f2280", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4667, "upload_time": "2017-05-26T13:55:21", "url": "https://files.pythonhosted.org/packages/1e/77/98e296124de0c5c5c65b1da9441787a6cc44030c069fffde74246c791300/django-rest-camel-0.3.3.tar.gz" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "5121511c9a29ca3182c0cfcbcb4167c3", "sha256": "9804b74f34bf4b5890d59815074862e59b44f329fd3d34095d215f6dd05e74db" }, "downloads": -1, "filename": "django_rest_camel-0.3.4-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "5121511c9a29ca3182c0cfcbcb4167c3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8460, "upload_time": "2017-05-26T14:34:31", "url": "https://files.pythonhosted.org/packages/8c/1a/eb095e571cb17b1a2064bdd9a5993ec7094b0ad5046dd43a9241df6aaa07/django_rest_camel-0.3.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5f9ffb9df9e44414af10d281d36822f3", "sha256": "1129c39828b71cf9595337c169cfa7f14abbe0a75a7b42ce8c99c96c0b6b5ae6" }, "downloads": -1, "filename": "django-rest-camel-0.3.4.tar.gz", "has_sig": true, "md5_digest": "5f9ffb9df9e44414af10d281d36822f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4670, "upload_time": "2017-05-26T14:34:32", "url": "https://files.pythonhosted.org/packages/88/79/21cce9535b0c4feb3eda9682ad7c2d0fffda410a8d05eb72d8c55729d621/django-rest-camel-0.3.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5121511c9a29ca3182c0cfcbcb4167c3", "sha256": "9804b74f34bf4b5890d59815074862e59b44f329fd3d34095d215f6dd05e74db" }, "downloads": -1, "filename": "django_rest_camel-0.3.4-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "5121511c9a29ca3182c0cfcbcb4167c3", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 8460, "upload_time": "2017-05-26T14:34:31", "url": "https://files.pythonhosted.org/packages/8c/1a/eb095e571cb17b1a2064bdd9a5993ec7094b0ad5046dd43a9241df6aaa07/django_rest_camel-0.3.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5f9ffb9df9e44414af10d281d36822f3", "sha256": "1129c39828b71cf9595337c169cfa7f14abbe0a75a7b42ce8c99c96c0b6b5ae6" }, "downloads": -1, "filename": "django-rest-camel-0.3.4.tar.gz", "has_sig": true, "md5_digest": "5f9ffb9df9e44414af10d281d36822f3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4670, "upload_time": "2017-05-26T14:34:32", "url": "https://files.pythonhosted.org/packages/88/79/21cce9535b0c4feb3eda9682ad7c2d0fffda410a8d05eb72d8c55729d621/django-rest-camel-0.3.4.tar.gz" } ] }