{ "info": { "author": "Michael Kuty", "author_email": "kutymichael@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "====================\nLeonardo Geo Widgets\n====================\n\nLeonardo widgets related with Geo such as Google Map Widget or photo gallery with Geolocation etc..\n\n.. contents::\n :local:\n\nInstallation\n------------\n\n.. code-block:: bash\n\n pip install leonardo_geo\n\nor as leonardo bundle\n\n.. code-block:: bash\n\n pip install django-leonardo[\"geo\"]\n\nAdd ``leonardo_geo`` to APPS list, in the ``local_settings.py``::\n\n APPS = [\n ...\n 'leonardo_geo'\n ...\n ]\n\nLoad new template to db\n\n.. code-block:: bash\n\n python manage.py sync_all\n\nOptional Dependencies\n---------------------\n\nFor advance widgets and features this module use GeoDjango_ is used so a spatial database is required. We recommend PostGIS. Django's docs include some `installation instructions`_ although it is renowned for being tricky.\n\n.. _GeoDjango: https://docs.djangoproject.com/en/1.4/ref/contrib/gis\n.. _`installation instructions`: https://docs.djangoproject.com/en/1.4/ref/contrib/gis/install\n\nSpatialite is another option although it can be tricky to set up. On Ubuntu,\nyou can do the following:\n\n.. code:: bash\n\n $ sudo apt-get install spatialite-bin libspatialite3 libgeos++-dev libgdal-dev libproj0\n\nThe ``pysqlite`` python package is also required although it doesn't support C\nextensions by default. To work-around this, there are two options:\n\n1. Download the package, edit ``setup.cfg`` to enable C extensions and install:\n\n.. code:: bash\n\n $ pip install pysqlite --no-install\n $ vim $VIRTUAL_ENV/build/pysqlite/setup.cfg\n $ pip install pysqlite\n\n2. Use a custom branch:\n\n.. code:: bash\n\n $ pip install git+git://github.com/tinio/pysqlite.git@extension-enabled#egg=pysqlite\n\n.. _`pysqlite`: http://code.google.com/p/pysqlite\n\n\nRead More\n---------\n\n* https://github.com/django-leonardo", "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/leonardo-modules/leonardo-geo.git", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "leonardo-geo", "package_url": "https://pypi.org/project/leonardo-geo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/leonardo-geo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/leonardo-modules/leonardo-geo.git" }, "release_url": "https://pypi.org/project/leonardo-geo/2016.3.0/", "requires_dist": null, "requires_python": null, "summary": "Leonardo widgets related with Geolocation", "version": "2016.3.0" }, "last_serial": 2026631, "releases": { "2015.5.0": [ { "comment_text": "", "digests": { "md5": "79a16c472ac22c25811d8162a42943fe", "sha256": "abd6a44e4b23395d25a940fe585a99c6c6eec1263f6da8e1325e5e719d36142c" }, "downloads": -1, "filename": "leonardo-geo-2015.5.0.tar.gz", "has_sig": false, "md5_digest": "79a16c472ac22c25811d8162a42943fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5429, "upload_time": "2015-05-31T20:40:22", "url": "https://files.pythonhosted.org/packages/f0/41/fc56f03de0a2e4f8fae2c1fe492848e354be8aef70181c4480157c0c1b2c/leonardo-geo-2015.5.0.tar.gz" } ], "2016.3.0": [ { "comment_text": "", "digests": { "md5": "a2a93c67710e519127f5a61b13a012bf", "sha256": "51de730dc5677e91fad01ea4a63a2722e89f5c7e0660648b4fd37a932f018b75" }, "downloads": -1, "filename": "leonardo-geo-2016.3.0.tar.gz", "has_sig": false, "md5_digest": "a2a93c67710e519127f5a61b13a012bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6026, "upload_time": "2016-03-25T10:25:03", "url": "https://files.pythonhosted.org/packages/06/e0/34d5ca40a6111611616442a0c9a27e2ee36f0fc065037a05015e229eae7c/leonardo-geo-2016.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a2a93c67710e519127f5a61b13a012bf", "sha256": "51de730dc5677e91fad01ea4a63a2722e89f5c7e0660648b4fd37a932f018b75" }, "downloads": -1, "filename": "leonardo-geo-2016.3.0.tar.gz", "has_sig": false, "md5_digest": "a2a93c67710e519127f5a61b13a012bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6026, "upload_time": "2016-03-25T10:25:03", "url": "https://files.pythonhosted.org/packages/06/e0/34d5ca40a6111611616442a0c9a27e2ee36f0fc065037a05015e229eae7c/leonardo-geo-2016.3.0.tar.gz" } ] }