{ "info": { "author": "Simon Welker", "author_email": "simon@serioese.gmbh", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.1", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "==============================\nDjango Graphene: GIS Extension\n==============================\n\nhttps://github.com/serioeseGmbH/django-graphene-gis-extension\n\ndjango-graphene-gis-extension extends ``django-graphene`` with GIS related type definitions\n(i.e. scalars, field conversions, ...).\n\nQuick start\n-----------\n\n1. Install the package with pip::\n\n pip install django-graphene-gis-extension\n\n2. Add \"serious_django_services\" to your INSTALLED_APPS setting like this::\n\n INSTALLED_APPS = [\n ...\n 'graphene_gis_extension',\n ]\n\n3. Use the scalars and input type definitions wherever you need them, for instance in a Query::\n\n from graphene_gis_extension.scalars import PointScalar\n from graphene_gis_extension.input_types import NearInputType\n\n class Query(graphene.ObjectType):\n thing_with_location = graphene.Field(\n\t ThingWithLocationType,\n\t exactly_at=graphene.Argument(PointScalar)\n\t near=graphene.Argument(NearInputType)\n\t )", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://serioese.gmbh/", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-graphene-gis-extension", "package_url": "https://pypi.org/project/django-graphene-gis-extension/", "platform": "", "project_url": "https://pypi.org/project/django-graphene-gis-extension/", "project_urls": { "Homepage": "https://serioese.gmbh/" }, "release_url": "https://pypi.org/project/django-graphene-gis-extension/0.3/", "requires_dist": null, "requires_python": "", "summary": "A GIS extension for graphene-django that defines scalars, field conversions, and other useful things", "version": "0.3" }, "last_serial": 5466656, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "5276b30ffa9e4d383a3047c00db3a6a7", "sha256": "576fd686b221ff4314d2424005656f0511acf74ffd29dde94e200ca2626e0fa1" }, "downloads": -1, "filename": "django-graphene-gis-extension-0.1.tar.gz", "has_sig": false, "md5_digest": "5276b30ffa9e4d383a3047c00db3a6a7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4312, "upload_time": "2018-12-22T19:33:12", "url": "https://files.pythonhosted.org/packages/9b/4d/2caf792816bbbde6f91e73334211ec6a1eee79a77b62c32a89bd31ffbb22/django-graphene-gis-extension-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "1ce8b41bfedb1badf9b90707febedb95", "sha256": "a4bc890bd92bfa73a6483dc6f596fff24c4e7e8f68a21af7f7fb47e0f73b8c22" }, "downloads": -1, "filename": "django-graphene-gis-extension-0.2.tar.gz", "has_sig": false, "md5_digest": "1ce8b41bfedb1badf9b90707febedb95", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4317, "upload_time": "2018-12-23T09:48:13", "url": "https://files.pythonhosted.org/packages/eb/b6/291c5d0e1b6e7b666d86abfd7324b14585b09b774a3de1dcee17a1c596cf/django-graphene-gis-extension-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "d660ab503fa72353022539f7ff169a0a", "sha256": "ade259e6152282300fef6fdd50567e643d7208dedc769587db4cd0673083a280" }, "downloads": -1, "filename": "django-graphene-gis-extension-0.3.tar.gz", "has_sig": false, "md5_digest": "d660ab503fa72353022539f7ff169a0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4454, "upload_time": "2019-06-30T00:10:09", "url": "https://files.pythonhosted.org/packages/72/44/981217f2ec3fc888f6629e6e1f9eae39ceddd9f59332ce5d7140c9f23cb4/django-graphene-gis-extension-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d660ab503fa72353022539f7ff169a0a", "sha256": "ade259e6152282300fef6fdd50567e643d7208dedc769587db4cd0673083a280" }, "downloads": -1, "filename": "django-graphene-gis-extension-0.3.tar.gz", "has_sig": false, "md5_digest": "d660ab503fa72353022539f7ff169a0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4454, "upload_time": "2019-06-30T00:10:09", "url": "https://files.pythonhosted.org/packages/72/44/981217f2ec3fc888f6629e6e1f9eae39ceddd9f59332ce5d7140c9f23cb4/django-graphene-gis-extension-0.3.tar.gz" } ] }