{ "info": { "author": "DanteOnline", "author_email": "iamdanteonline@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# DanteJcoder\n\nSimple way to make json from standard django models\n\nQuickstart:\n\nInstallation\n\n`pip install django-dantejcoder`\n\nSimple use\n\n1. Import DanteJcoder\n\n```python\n from dantejcoder.coder import DanteJcoder\n```\n\n2. Get one django model or queriset (for example in result variable)\n\n3. Use DanteJcoder in JsonResponse\n\n```python\n return JsonResponse(result, encoder=DanteJcoder)\n```\n\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/DanteOnline/django-dantejcoder", "keywords": "json,django,JsonResponse,encoder", "license": "GNU General Public License v3.0", "maintainer": "", "maintainer_email": "", "name": "django-dantejcoder", "package_url": "https://pypi.org/project/django-dantejcoder/", "platform": "", "project_url": "https://pypi.org/project/django-dantejcoder/", "project_urls": { "Homepage": "https://github.com/DanteOnline/django-dantejcoder" }, "release_url": "https://pypi.org/project/django-dantejcoder/0.1/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to covert standard django-models to json", "version": "0.1" }, "last_serial": 3367236, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "b00efd2b8c60be3b484f3fd6533f8a80", "sha256": "ce6b89d6c46ceac42183400740fb9256b07d0e1a0e6983dd2244912fc68c813a" }, "downloads": -1, "filename": "django_dantejcoder-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b00efd2b8c60be3b484f3fd6533f8a80", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5427, "upload_time": "2017-11-27T10:12:03", "url": "https://files.pythonhosted.org/packages/66/c3/fcae6c9ffd26ddab044f4457162f09f89617c54ee9971edd653811267274/django_dantejcoder-0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b00efd2b8c60be3b484f3fd6533f8a80", "sha256": "ce6b89d6c46ceac42183400740fb9256b07d0e1a0e6983dd2244912fc68c813a" }, "downloads": -1, "filename": "django_dantejcoder-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "b00efd2b8c60be3b484f3fd6533f8a80", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5427, "upload_time": "2017-11-27T10:12:03", "url": "https://files.pythonhosted.org/packages/66/c3/fcae6c9ffd26ddab044f4457162f09f89617c54ee9971edd653811267274/django_dantejcoder-0.1-py3-none-any.whl" } ] }