{
"info": {
"author": "Mathieu Leplatre",
"author_email": "mathieu.leplatre@makina-corpus.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: Django",
"Intended Audience :: Developers",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Topic :: Utilities"
],
"description": "==============\ndjango-geojson\n==============\n\nSee the `documentation `_ for more information.\n\n*django-geojson* is a set of tools to manipulate GeoJSON with Django :\n\n* (De)Serializer for (Geo)Django objects, querysets and lists\n* Base views to serve GeoJSON map layers from models\n* GeoJSON model and form fields to avoid spatial database backends\n (compatible with *django-leaflet* for map widgets)\n\n\n.. image:: https://readthedocs.org/projects/django-geojson/badge/?version=latest\n :target: http://django-geojson.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/v/django-geojson.svg\n :target: https://pypi.python.org/pypi/django-geojson\n\n.. image:: https://img.shields.io/pypi/dm/django-geojson.svg\n :target: https://pypi.python.org/pypi/django-geojson\n\n.. image:: https://travis-ci.org/makinacorpus/django-geojson.png?branch=master\n :target: https://travis-ci.org/makinacorpus/django-geojson\n\n.. image:: https://coveralls.io/repos/makinacorpus/django-geojson/badge.png?branch=master\n :target: https://coveralls.io/r/makinacorpus/django-geojson\n\n\n=======\nAUTHORS\n=======\n\n * Mathieu Leplatre \n * Glen Robertson author of django-geojson-tiles at: https://github.com/glenrobertson/django-geojson-tiles/\n * @jeffkistler's author of geojson serializer at: https://gist.github.com/967274\n * Ben Welsh and Lukasz Dziedzia for `quick test script `_\n * Florent Lebreton http://github.com/fle\n * Julien Le Sech http://www.idreammicro.com\n * Kevin Cooper @kevcooper\n * Achille Ash @AchilleAsh\n * Yann Fouillat (alias Gagaro) \n\nVersion 1.X:\n\n * Daniel Sokolowski, serializer snippet\n * ozzmo, python 2.6 compatibility\n\n|makinacom|_\n\n.. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif\n.. _makinacom: http://www.makina-corpus.com\n\n=======\nLICENSE\n=======\n\n * Lesser GNU Public License\n\n\n=========\nCHANGELOG\n=========\n\n2.12.0 (2018-12-05)\n===================\n\n- Change media type to 'application/geo+json'\n- Make with_modelname option available in views\n- Drop Django 1.8 support.\n- Fixed unnecessary GDAL dependency. (#100, thanks @coredumperror)\n\n2.11.0 (2017-12-05)\n===================\n\n- Django 2.0 support.\n- Fix setup.py encoding error.\n\n2.10.0 (2017-02-28)\n===================\n\n- python 3.5 support.\n\n\n2.9.1 (2016-08-22)\n==================\n\n** Bug fixes **\n\n- Remove deprecation warnings with Django 1.8 (#78, thanks @AchilleAsh)\n\n\n2.9.0 (2016-02-08)\n==================\n\n** New features **\n\n- handle natural keys in views (#74, thanks Achille Ash!)\n\n** Bug fixes **\n\n- Add Django 1.9 compatibility (#69, thanks Julien Le Sech!)\n- Fix imports in view.py to work without GEOS (#62, thanks Kevin Cooper!)\n\n\n2.8.1 (2015-06-17)\n==================\n\n** Bug fixes**\n\n- Fixed detection of GEOS (thanks Kevin Cooper!)\n\n2.8.0 (2015-04-17)\n==================\n\n** New features **\n\n- Support GeoJSON specification for named crs (thanks Alvin Lindstam)\n\n** Bug fixes **\n\n- Add python 3.2 compatibility (thanks Nikolay Korotkiy, fixes #55)\n- Fix tests on Django >= 1.7 (thanks Manel Clos)\n\n\n2.7.0 (2015-02-21)\n==================\n\n** New features **\n\n- Add a with_modelname option to serializer\n\n** Bug fixes **\n\n- change 'fields' to 'properties' in code example\n- Adds a warning for \"Module version, as defined in PEP-0396\n\n\n2.6.0 (2014-07-21)\n==================\n\n** New features **\n\n- Django GeoJSON fields without libgeos installed (thanks Florent Lebreton)\n- Properties can be a tuple (fixes #34)\n\n\n2.5.0 (2014-06-03)\n==================\n\n** New features **\n\n- Add vector tiles view\n- Improved `geojsonfeature` template tag (fixes #15, #16)\n- Add various GeoJSON fields, for each geometry type\n\n** Bug fixes **\n\n- Fix (de)serializers not being usable from command-line (fixes #28)\n- Fix import attempt for *django-leaflet* (fixes #27), by Seyi Ogunyemi\n- Fix missed SRID after copying a geometry in ``_handle_geom``, by Biel Frontera\n\n** Internal changes **\n\n- Specify django-leaflet minimal version for GeoJSON model field\n- Got rid of shapely for deserialization\n\n\n2.4.0 (2014-03-22)\n==================\n\n- Add GeoJSON fields\n\n\n2.3.0 (2014-02-08)\n==================\n\n- Python 3 support (thanks @amarandon)\n- Add bbox at feature level (thanks @7wonders)\n\n\n2.2.0 (2013-12-18)\n==================\n\n- Deserialization: add ability to specify model name as option (thanks @Vross)\n- Deserialization: look-up ``\u00ecd`` value in properties whe missing at feature level: (thanks @Vross)\n\n\n2.1.1 (2013-08-21)\n==================\n\n- Set default SRID to 4326 in generic GeoJSON views.\n\n\n2.1.0 (2013-08-19)\n==================\n\n- Serialize reversed relations using natural keys (fixes #8)\n- Support empty geometries (None or NULL in Db)\n- Fix serializing property in upper class\n\n2.0.1 (2013-07-10)\n==================\n\n- Fix usage of simplify.\n- Expose ``force2d`` option in view\n- Allow to have ``pk`` or ``id`` in properties if explicitly listed\n\n2.0.0 (2013-07-09)\n==================\n\n- Complete rewrite using @jeffkistler and @glenrobertson code\n- CRS is added to GeoJSON ouput by default\n- Ability to build ``pk`` dynamically by passing a lambda\n- Ability to provide a ``bbox``\n- Ability to use Django natural keys\n- Support of *ValuesQuerySet*\n- Support of *ForeignKey* and *ManyToMany*\n- Added ``force2d`` option\n\n** Backwards incompatible changes **\n\n- Geom field is not guessed automatically : Use ``geometry_field`` option, default is ``'geom'``.\n- no more ``pk`` in properties : use feature ``id``, or list ``pk`` in properties explicitly.\n- ``fields`` list in ``GeoJSONLayer`` was renamed ``properties``.\n\n1.2.0 (2013-05-22)\n==================\n\n- Shapely is now optional (used for deserialization only)\n- Add Django to requirements\n- Skip a step in GeoJSON conversion of geometries (fixes #6)\n\n\n1.1.0 (2013-03-06)\n==================\n\n- Django 1.5 support\n- Fix template tag geojsonfeature on empty geometries\n\n1.0.0 (2012-08-03)\n==================\n\n- Initial working version.\n",
"description_content_type": "",
"docs_url": null,
"download_url": "http://pypi.python.org/pypi/django-geojson/",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "https://github.com/makinacorpus/django-geojson",
"keywords": "",
"license": "LPGL, see LICENSE file.",
"maintainer": "",
"maintainer_email": "",
"name": "django-geojson",
"package_url": "https://pypi.org/project/django-geojson/",
"platform": "",
"project_url": "https://pypi.org/project/django-geojson/",
"project_urls": {
"Download": "http://pypi.python.org/pypi/django-geojson/",
"Homepage": "https://github.com/makinacorpus/django-geojson"
},
"release_url": "https://pypi.org/project/django-geojson/2.12.0/",
"requires_dist": null,
"requires_python": "",
"summary": "Serve vectorial map layers with Django",
"version": "2.12.0"
},
"last_serial": 4563880,
"releases": {
"1.0.0": [
{
"comment_text": "",
"digests": {
"md5": "b564bbded27cf32d7ed64bc96b026031",
"sha256": "ee399b45a1f58dc1625bb2b3f4562ddf7d0fc547ed4faee25a04b9fd00536e28"
},
"downloads": -1,
"filename": "django-geojson-1.0.0.zip",
"has_sig": false,
"md5_digest": "b564bbded27cf32d7ed64bc96b026031",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 13965,
"upload_time": "2012-08-03T12:07:08",
"url": "https://files.pythonhosted.org/packages/d7/ae/a2e8dce46150e06afe83656f3b8bb5b6e52e494c6b8580d5b73c28688a6a/django-geojson-1.0.0.zip"
}
],
"1.2.0": [
{
"comment_text": "",
"digests": {
"md5": "a5485de74d84278b2c1b64e543a7df56",
"sha256": "e349e71b18e2afc15566b83f591e443a3339b37874e32dd0bc9b6aaa00787efc"
},
"downloads": -1,
"filename": "django-geojson-1.2.0.zip",
"has_sig": false,
"md5_digest": "a5485de74d84278b2c1b64e543a7df56",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 16016,
"upload_time": "2013-05-22T08:05:57",
"url": "https://files.pythonhosted.org/packages/88/59/019b998fef7df964f554d9bf4966097f6806ddf0a0186473c29f2fc69c9a/django-geojson-1.2.0.zip"
}
],
"2.0.0": [
{
"comment_text": "",
"digests": {
"md5": "8fca5a2f5203bd123597c579b45f1e40",
"sha256": "3ef2ff7777d134d7ce988ef76f4e93c1e1e034c8cf6596253a2cf894d791be50"
},
"downloads": -1,
"filename": "django-geojson-2.0.0.zip",
"has_sig": false,
"md5_digest": "8fca5a2f5203bd123597c579b45f1e40",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20632,
"upload_time": "2013-07-09T07:18:11",
"url": "https://files.pythonhosted.org/packages/c6/7c/0a046bf68b2ac12e9a9621f1b434ca4a63270de2131c07cbf4703b0595e3/django-geojson-2.0.0.zip"
}
],
"2.0.1": [
{
"comment_text": "",
"digests": {
"md5": "feea1994783d1793dcb18a0c08a05c2e",
"sha256": "0c54ad5e8a24618e1a6ebaf99a5c225ce6fa683704bbf34647e2149e47b1b50a"
},
"downloads": -1,
"filename": "django-geojson-2.0.1.zip",
"has_sig": false,
"md5_digest": "feea1994783d1793dcb18a0c08a05c2e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 21144,
"upload_time": "2013-07-09T22:00:37",
"url": "https://files.pythonhosted.org/packages/3c/ab/1dc8eeb063f5c771ab9223124ea06ee3cdac91574e18f1b6d535af6e37cc/django-geojson-2.0.1.zip"
}
],
"2.1.0": [
{
"comment_text": "",
"digests": {
"md5": "e3737791c88a448b0a8390ed25742d71",
"sha256": "6dfce4b2e3af2e4135c19178e8a8dc28102c2dba72a267cc2c10a25222330547"
},
"downloads": -1,
"filename": "django-geojson-2.1.0.zip",
"has_sig": false,
"md5_digest": "e3737791c88a448b0a8390ed25742d71",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22084,
"upload_time": "2013-08-19T15:11:38",
"url": "https://files.pythonhosted.org/packages/ca/fa/88e6ddf4f0942be636320258276c22e4f6f3b6f207e577cfd1cee21709ba/django-geojson-2.1.0.zip"
}
],
"2.1.1": [
{
"comment_text": "",
"digests": {
"md5": "452bab32073138bc56a5b7e6933fbb68",
"sha256": "255f95499f291258620da7f4e16d83bfd1dd9971e72aaf88ff62cd19b1908a16"
},
"downloads": -1,
"filename": "django-geojson-2.1.1.zip",
"has_sig": false,
"md5_digest": "452bab32073138bc56a5b7e6933fbb68",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22220,
"upload_time": "2013-08-21T14:05:22",
"url": "https://files.pythonhosted.org/packages/79/9f/c8f0e1e727beae52ac54c887cc664084d5c91b6fbff4f8fa5487c1a4d816/django-geojson-2.1.1.zip"
}
],
"2.10.0": [
{
"comment_text": "",
"digests": {
"md5": "5cee4ca07d563894b34272172e014597",
"sha256": "41caed40d02229fbe87adfb5375dd0af91ccd1cd161c93e365e6cfcf0487ff30"
},
"downloads": -1,
"filename": "django-geojson-2.10.0.tar.gz",
"has_sig": false,
"md5_digest": "5cee4ca07d563894b34272172e014597",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20388,
"upload_time": "2017-02-28T13:38:44",
"url": "https://files.pythonhosted.org/packages/cf/98/7ada2e5199d4ec3503e446b9fe5c2057db5711140a998436e1944bd567a3/django-geojson-2.10.0.tar.gz"
}
],
"2.11.0": [
{
"comment_text": "",
"digests": {
"md5": "03e49e10a9f5e828aa74576eac37c4f8",
"sha256": "9dd9fa8160088004ca27eecbb4bf1122a792f950af32df89b21d8864c088bb3d"
},
"downloads": -1,
"filename": "django-geojson-2.11.0.tar.gz",
"has_sig": false,
"md5_digest": "03e49e10a9f5e828aa74576eac37c4f8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 19918,
"upload_time": "2017-12-05T12:30:04",
"url": "https://files.pythonhosted.org/packages/55/51/55e53d59c5b3bc6ef4339c20f5371c95989634f6329c0b1eb59f2179612f/django-geojson-2.11.0.tar.gz"
}
],
"2.12.0": [
{
"comment_text": "",
"digests": {
"md5": "dfd2e2c58b40fc4c3b6ed6aafeeb4ef3",
"sha256": "7a892e1f8f17f10ffbced9f737c347eae975eb340cd3f00bc9e3896ecce4135d"
},
"downloads": -1,
"filename": "django-geojson-2.12.0.tar.gz",
"has_sig": false,
"md5_digest": "dfd2e2c58b40fc4c3b6ed6aafeeb4ef3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20084,
"upload_time": "2018-12-05T13:50:28",
"url": "https://files.pythonhosted.org/packages/3a/6d/49ce2a95e632e3a23fdd5bd3b962fbefa24b506fb03aa4899cb8dd74b990/django-geojson-2.12.0.tar.gz"
}
],
"2.2.0": [
{
"comment_text": "",
"digests": {
"md5": "cd8b224b3fbf3c51b73347b0b55f4048",
"sha256": "f445614e8f4596f0c2f9cfab67fb8db9ade79b7d3c05f000625615f622b3fe4d"
},
"downloads": -1,
"filename": "django-geojson-2.2.0.zip",
"has_sig": false,
"md5_digest": "cd8b224b3fbf3c51b73347b0b55f4048",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22930,
"upload_time": "2013-12-18T15:04:26",
"url": "https://files.pythonhosted.org/packages/4f/c8/ddb9752d3b663e7425ca235291758cf417ebc7b45fd4336fb4ab316232e9/django-geojson-2.2.0.zip"
}
],
"2.3.0": [
{
"comment_text": "",
"digests": {
"md5": "b0d67ebece68f623ed44d23ca507760d",
"sha256": "6e4561fc17f0eafc2335d057421d0c79504762823b2ec278a6a197a34e7eb05b"
},
"downloads": -1,
"filename": "django-geojson-2.3.0.tar.gz",
"has_sig": false,
"md5_digest": "b0d67ebece68f623ed44d23ca507760d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 14535,
"upload_time": "2014-02-08T11:21:34",
"url": "https://files.pythonhosted.org/packages/3b/50/1641ecb7512dce554da5534acaf79b8d9e625ab8fa8073223182657c815d/django-geojson-2.3.0.tar.gz"
}
],
"2.4.0": [
{
"comment_text": "",
"digests": {
"md5": "1efbf072982e979f18fd53b445ffa681",
"sha256": "23f13b3bf7cfcc9fcb8dedcb19b111e1341830b7523d39fe70cc376773cbb1ec"
},
"downloads": -1,
"filename": "django-geojson-2.4.0.zip",
"has_sig": false,
"md5_digest": "1efbf072982e979f18fd53b445ffa681",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 26799,
"upload_time": "2014-03-22T15:30:50",
"url": "https://files.pythonhosted.org/packages/6a/70/c975b1dd49493c3d0a797cfdff1501036c5cbfeaf3e5ed0e23471bdcce0b/django-geojson-2.4.0.zip"
}
],
"2.5.0": [
{
"comment_text": "",
"digests": {
"md5": "c8bd793e964e6a518c5f3a203713abd2",
"sha256": "a746070faa5098ee4da45a0aa566fda6aa47cddd3c129c28268b79f0966376a7"
},
"downloads": -1,
"filename": "django-geojson-2.5.0.zip",
"has_sig": false,
"md5_digest": "c8bd793e964e6a518c5f3a203713abd2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 31129,
"upload_time": "2014-06-03T07:48:41",
"url": "https://files.pythonhosted.org/packages/71/6e/351bb2976db4f91a4cddd6fdee93b92ea7defb3a2181e0d44ca550b2ecf3/django-geojson-2.5.0.zip"
}
],
"2.6.0": [
{
"comment_text": "",
"digests": {
"md5": "c36711c23668aaf378ed9a6223fb2109",
"sha256": "2569ca4c089cf10f11b0c3683cf1cb073dc595ff2144c6146c1711c4d8dc78ab"
},
"downloads": -1,
"filename": "django-geojson-2.6.0.zip",
"has_sig": false,
"md5_digest": "c36711c23668aaf378ed9a6223fb2109",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 31839,
"upload_time": "2014-07-21T12:59:31",
"url": "https://files.pythonhosted.org/packages/4c/74/92a3559c49bc8f43a295f6ed031fa84e800a0b21f3d1ca4c215fba13dba2/django-geojson-2.6.0.zip"
}
],
"2.7.0": [
{
"comment_text": "",
"digests": {
"md5": "782a34f81deb922c582c240bdfe0e4b2",
"sha256": "b05a23218c337e3a78bc4938c652d3e35d59c561ce479d2ed36522da7836fe72"
},
"downloads": -1,
"filename": "django-geojson-2.7.0.tar.gz",
"has_sig": false,
"md5_digest": "782a34f81deb922c582c240bdfe0e4b2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20608,
"upload_time": "2015-04-06T20:27:22",
"url": "https://files.pythonhosted.org/packages/ed/22/36c1463b03cb6bae8ec28ba7435fd5a0744875b193d6f8f5a27d8158abfd/django-geojson-2.7.0.tar.gz"
}
],
"2.8.0": [
{
"comment_text": "",
"digests": {
"md5": "7419568ff9c8b52f2c52f69d5816939b",
"sha256": "3295aacca317071325957830bab818b0abe7dc582c3e375bf6a24a9c89c163ac"
},
"downloads": -1,
"filename": "django-geojson-2.8.0.zip",
"has_sig": false,
"md5_digest": "7419568ff9c8b52f2c52f69d5816939b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 33472,
"upload_time": "2015-04-17T11:55:53",
"url": "https://files.pythonhosted.org/packages/28/11/2b3bdfe69caf95a5c7c264798901bbf801d27c45cd21c70d6777093931ea/django-geojson-2.8.0.zip"
}
],
"2.8.1": [
{
"comment_text": "",
"digests": {
"md5": "2f8dc2696c64485a90923e454116acf2",
"sha256": "17062122877d10ca04b206608b544276cc56bda068bd4dcd76d25c4ce921ee46"
},
"downloads": -1,
"filename": "django-geojson-2.8.1.zip",
"has_sig": false,
"md5_digest": "2f8dc2696c64485a90923e454116acf2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 33354,
"upload_time": "2015-06-17T20:26:48",
"url": "https://files.pythonhosted.org/packages/74/aa/0cb5d6a10e411a4f0cf9e50e662ee8a589c63dd96cea9d1f34571b9af7d1/django-geojson-2.8.1.zip"
}
],
"2.9.0": [
{
"comment_text": "",
"digests": {
"md5": "ebcfbbd497751b3252127f2cb5caad9b",
"sha256": "6dbd9fe1174d25c9fe0cfa4dc0752b9fe80082fb6acd53938b9d120bd79d59ce"
},
"downloads": -1,
"filename": "django-geojson-2.9.0.tar.gz",
"has_sig": false,
"md5_digest": "ebcfbbd497751b3252127f2cb5caad9b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 23759,
"upload_time": "2016-02-08T21:25:12",
"url": "https://files.pythonhosted.org/packages/33/a5/e15fdc3f903607b845c29c96028bf9ccac0357a74390c549f9f8ed36defb/django-geojson-2.9.0.tar.gz"
}
],
"2.9.1": [
{
"comment_text": "",
"digests": {
"md5": "a69366efbe71077ebfab2dd0e7f301e0",
"sha256": "135e61736038f19182c124b0d3a18e7895c4a88ed3ba76bbe8e1ea52fe5f5cfe"
},
"downloads": -1,
"filename": "django-geojson-2.9.1.zip",
"has_sig": false,
"md5_digest": "a69366efbe71077ebfab2dd0e7f301e0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 34689,
"upload_time": "2016-08-22T10:52:18",
"url": "https://files.pythonhosted.org/packages/9c/01/ee236ecbec533503b351d1c987958791e5796661181af58c4624972b4ee7/django-geojson-2.9.1.zip"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "dfd2e2c58b40fc4c3b6ed6aafeeb4ef3",
"sha256": "7a892e1f8f17f10ffbced9f737c347eae975eb340cd3f00bc9e3896ecce4135d"
},
"downloads": -1,
"filename": "django-geojson-2.12.0.tar.gz",
"has_sig": false,
"md5_digest": "dfd2e2c58b40fc4c3b6ed6aafeeb4ef3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 20084,
"upload_time": "2018-12-05T13:50:28",
"url": "https://files.pythonhosted.org/packages/3a/6d/49ce2a95e632e3a23fdd5bd3b962fbefa24b506fb03aa4899cb8dd74b990/django-geojson-2.12.0.tar.gz"
}
]
}