{ "info": { "author": "Stephen McDonald", "author_email": "stephen.mc@gmail.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", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "================\ntastypie-msgpack\n================\n\nCreated by `Stephen McDonald `_\n\nAdds `MsgPack `_ support to\n`Django Tastypie `_.\n\nInstallation\n============\n\n::\n\n $ pip install -U tastypie-msgpack\n\nUsage\n=====\n\nGiven a tastypie resource, simply define ``tastypie_msgpack.Serializer``\nas the serializer for the resource::\n\n from tastypie.resources import ModelResource\n from tastypie_msgpack import Serializer\n from myapp.models import MyModel\n\n class MyResource(ModelResource):\n class Meta:\n resource_name = \"thing\"\n queryset = MyModel.objects.all()\n serializer = Serializer()\n\nYou can now append the ``format=msgpack`` arg to your API URLs!", "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/stephenmcd/tastypie-msgpack", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "tastypie-msgpack", "package_url": "https://pypi.org/project/tastypie-msgpack/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tastypie-msgpack/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/stephenmcd/tastypie-msgpack" }, "release_url": "https://pypi.org/project/tastypie-msgpack/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "MsgPack support for Django Tastypie.", "version": "0.0.3" }, "last_serial": 800377, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "76637460d553f3e43b3796930d399068", "sha256": "9a8bad6e545112a8c732e5409badd2e9346422ccd6fc21fc7a8f6b1b55d434be" }, "downloads": -1, "filename": "tastypie-msgpack-0.0.1.tar.gz", "has_sig": false, "md5_digest": "76637460d553f3e43b3796930d399068", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1435, "upload_time": "2012-11-23T11:55:02", "url": "https://files.pythonhosted.org/packages/b8/98/e7c1e8be2c0be403319ba3648cc679302e7347c78335d4669672cef33968/tastypie-msgpack-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "9425cc963e0ed592a24e51edb5cde856", "sha256": "ff453f05c8c00318e06f205ea2ff8dfe52ebc87a14b41e978f5f078d6d987a01" }, "downloads": -1, "filename": "tastypie-msgpack-0.0.2.tar.gz", "has_sig": false, "md5_digest": "9425cc963e0ed592a24e51edb5cde856", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2343, "upload_time": "2012-11-23T11:57:59", "url": "https://files.pythonhosted.org/packages/09/05/e40cccae5329259283f77fc073a35f9b942b038e6432e6cee2656dd3784f/tastypie-msgpack-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "53ea8dbc7393df84ee2b768cd3ab9d7c", "sha256": "800184d3f434c8fa8506f5f857d6edbb1d62941d1dc26da215b06bfae7b18ad6" }, "downloads": -1, "filename": "tastypie-msgpack-0.0.3.tar.gz", "has_sig": false, "md5_digest": "53ea8dbc7393df84ee2b768cd3ab9d7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2615, "upload_time": "2012-12-05T20:18:18", "url": "https://files.pythonhosted.org/packages/d9/02/a911a103f0163b3d8a1d2f38e7b69c56b7ad4760e7185541058ccba6191c/tastypie-msgpack-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "53ea8dbc7393df84ee2b768cd3ab9d7c", "sha256": "800184d3f434c8fa8506f5f857d6edbb1d62941d1dc26da215b06bfae7b18ad6" }, "downloads": -1, "filename": "tastypie-msgpack-0.0.3.tar.gz", "has_sig": false, "md5_digest": "53ea8dbc7393df84ee2b768cd3ab9d7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2615, "upload_time": "2012-12-05T20:18:18", "url": "https://files.pythonhosted.org/packages/d9/02/a911a103f0163b3d8a1d2f38e7b69c56b7ad4760e7185541058ccba6191c/tastypie-msgpack-0.0.3.tar.gz" } ] }