{ "info": { "author": "Federico Capoano", "author_email": "django-rest-framework-hstore@googlegroups.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "Django Rest Framework HStore\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n.. image:: https://travis-ci.org/djangonauts/django-rest-framework-hstore.png\n :target: https://travis-ci.org/djangonauts/django-rest-framework-hstore\n\n.. image:: https://coveralls.io/repos/djangonauts/django-rest-framework-hstore/badge.png\n :target: https://coveralls.io/r/djangonauts/django-rest-framework-hstore\n\n.. image:: https://landscape.io/github/djangonauts/django-rest-framework-hstore/master/landscape.png\n :target: https://landscape.io/github/djangonauts/django-rest-framework-hstore/master\n :alt: Code Health\n\n.. image:: https://requires.io/github/djangonauts/django-rest-framework-hstore/requirements.png?branch=master\n :target: https://requires.io/github/djangonauts/django-rest-framework-hstore/requirements/?branch=master\n :alt: Requirements Status\n\n.. image:: https://badge.fury.io/py/djangorestframework-hstore.png\n :target: https://pypi.python.org/pypi/djangorestframework-hstore\n\n.. image:: https://img.shields.io/pypi/dm/djangorestframework-hstore.svg\n :target: https://pypi.python.org/pypi/djangorestframework-hstore\n\n------------\n\nDjango Rest Framework tools for `django-hstore `__.\n\nTribute to `Nodeshot `__\n==============================================================\n\nThis code was originally written for `Nodeshot `__\nand then extracted into this generic python package.\n\nCompatibility with DRF, Django and Python\n=========================================\n\n================== =========== ====================== ========================= ================\nDRF-hstore version DRF version django-hstore version Django version Python version\n**1.3** **3.1.x** **1.3.1** to **1.4.0** **1.6**, **1.7**, **1.8** **2.7**, **3.4**\n**1.2** **3.1.x** **1.3.1** to **1.4.0** **1.6**, **1.7**, **1.8** **2.7**, **3.4**\n**1.1** **2.4.x** **1.3.1** to **1.3.5** **1.6**, **1.7** **2.7**, **3.4**\n**1.0** **2.4.x** **1.3.1** to **1.3.5** **1.6**, **1.7** **2.7**, **3.4**\n================== =========== ====================== ========================= ================\n\nInstall\n=======\n\n.. code-block:: bash\n\n pip install djangorestframework-hstore\n\nHStoreField Usage\n=================\n\nThis field is not sufficient to support **django-hstore** ``schema-mode``.\n\n.. code-block:: python\n\n from rest_framework import serializers\n from myapp.models import MyModel\n\n # rest_framework_hstore\n from rest_framework_hstore.fields import HStoreField\n\n class MyHStoreSerializer(serializers.ModelSerializer):\n data = HStoreField()\n\n class Meta:\n model = MyModel\n\n\nHStoreSerializer Usage\n======================\n\nSupports **django-hstore** ``DictionaryField`` and ``schema-mode`` out of the box.\n\nPrefer this to ``HStoreField``.\n\n.. code-block:: python\n\n from myapp.models import MyModel\n\n # rest_framework_hstore\n from rest_framework_hstore.serializers import HStoreSerializer\n\n class MyHStoreSerializer(HStoreSerializer):\n class Meta:\n model = MyModel\n\nContributing\n------------\n\n1. Join the `Django REST Framework HStore Mailing\n List `__\n and announce your intentions\n2. Follow the `PEP8 Style Guide for Python\n Code `__\n3. Fork this repo\n4. Write code\n5. Write tests for your code\n6. Ensure all tests pass\n7. Ensure test coverage is not under 90%\n8. Document your changes\n9. Send pull request\n\nBSD License\n===========\nCopyright (C) 2014 Federico Capoano\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/djangonauts/django-rest-framework-hstore/releases", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/djangonauts/django-rest-framework-hstore", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "djangorestframework-hstore", "package_url": "https://pypi.org/project/djangorestframework-hstore/", "platform": "Platform Indipendent", "project_url": "https://pypi.org/project/djangorestframework-hstore/", "project_urls": { "Download": "https://github.com/djangonauts/django-rest-framework-hstore/releases", "Homepage": "https://github.com/djangonauts/django-rest-framework-hstore" }, "release_url": "https://pypi.org/project/djangorestframework-hstore/1.3/", "requires_dist": null, "requires_python": null, "summary": "Django Rest Framework tools for django-hstore", "version": "1.3" }, "last_serial": 1610338, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "4cb5672d63e9d1b7175e534aa467d928", "sha256": "ce28d1be99bb5f2d773418049488beec2d837c58bf9cc7802c0dfe089f7fa54e" }, "downloads": -1, "filename": "djangorestframework-hstore-1.0.tar.gz", "has_sig": false, "md5_digest": "4cb5672d63e9d1b7175e534aa467d928", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5755, "upload_time": "2014-08-26T08:29:28", "url": "https://files.pythonhosted.org/packages/ed/0a/bc26d6fdf5c997f4b25e36661de399ec766044d4cfb3c624dbbdc8d7732a/djangorestframework-hstore-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "555409f42ddde7e36e5ccb341c506667", "sha256": "399e9362ca8195a449841aee4cae777d8e348007d35802c80b400fe93147080b" }, "downloads": -1, "filename": "djangorestframework-hstore-1.1.tar.gz", "has_sig": false, "md5_digest": "555409f42ddde7e36e5ccb341c506667", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5826, "upload_time": "2014-09-07T07:49:17", "url": "https://files.pythonhosted.org/packages/d2/37/e301e50b50ba676772bbb6a7f399af3eeb9d0108bfdc76d8b6f67e6eac76/djangorestframework-hstore-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "9a1cc2606a2e12b42699a5406d17c5ac", "sha256": "0889ed71ada2a950b3039e6b87e6a6dfc81dc70ac55aa2e7cc5e431b8c26d80a" }, "downloads": -1, "filename": "djangorestframework_hstore-1.2.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "9a1cc2606a2e12b42699a5406d17c5ac", "packagetype": "bdist_wheel", "python_version": "any", "requires_python": null, "size": 8502, "upload_time": "2015-03-31T15:17:50", "url": "https://files.pythonhosted.org/packages/fe/45/7fca1a8d4ec6861f5d2d62d21a23f313aed0a9cde8a04bce2ef3ae5d7792/djangorestframework_hstore-1.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "03f1471aa0170b62d9fe958133f281d7", "sha256": "0fb45c97321fb5fb7ab2adfeb08f71cf8dd0930ca14d9a89f823d3e3a9daea37" }, "downloads": -1, "filename": "djangorestframework-hstore-1.2.0.tar.gz", "has_sig": true, "md5_digest": "03f1471aa0170b62d9fe958133f281d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6102, "upload_time": "2015-03-31T15:16:55", "url": "https://files.pythonhosted.org/packages/b6/7d/3ac7b0cb0d5a88b5afe9e7aa1a4f33f83f8e7ab6fe4d00396f8a6f5b7996/djangorestframework-hstore-1.2.0.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "b36e337d3e0981ed8e9589d229dcfaca", "sha256": "4825ae8aff299aa3dc5a137b8bd9ca3efe0580fcb5c3699eb7e1a1030b17465d" }, "downloads": -1, "filename": "djangorestframework_hstore-1.3-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "b36e337d3e0981ed8e9589d229dcfaca", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8548, "upload_time": "2015-06-28T18:03:57", "url": "https://files.pythonhosted.org/packages/f7/b0/6a921950a4afe9d2b2a521ec1336884daa713fb6a72ce60f14cd72c65c51/djangorestframework_hstore-1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "84674d3b834bc74f2a98f264f0a7004f", "sha256": "2f9516a26f251ab007460573f13c76e5420528cf2bb91637811842e25c6180c6" }, "downloads": -1, "filename": "djangorestframework-hstore-1.3.tar.gz", "has_sig": true, "md5_digest": "84674d3b834bc74f2a98f264f0a7004f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6153, "upload_time": "2015-06-28T18:03:53", "url": "https://files.pythonhosted.org/packages/ea/4e/3fcab3de20fb43cd06537e5845d3175d363f09cdeba105a72218a2601861/djangorestframework-hstore-1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b36e337d3e0981ed8e9589d229dcfaca", "sha256": "4825ae8aff299aa3dc5a137b8bd9ca3efe0580fcb5c3699eb7e1a1030b17465d" }, "downloads": -1, "filename": "djangorestframework_hstore-1.3-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "b36e337d3e0981ed8e9589d229dcfaca", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8548, "upload_time": "2015-06-28T18:03:57", "url": "https://files.pythonhosted.org/packages/f7/b0/6a921950a4afe9d2b2a521ec1336884daa713fb6a72ce60f14cd72c65c51/djangorestframework_hstore-1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "84674d3b834bc74f2a98f264f0a7004f", "sha256": "2f9516a26f251ab007460573f13c76e5420528cf2bb91637811842e25c6180c6" }, "downloads": -1, "filename": "djangorestframework-hstore-1.3.tar.gz", "has_sig": true, "md5_digest": "84674d3b834bc74f2a98f264f0a7004f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6153, "upload_time": "2015-06-28T18:03:53", "url": "https://files.pythonhosted.org/packages/ea/4e/3fcab3de20fb43cd06537e5845d3175d363f09cdeba105a72218a2601861/djangorestframework-hstore-1.3.tar.gz" } ] }