{ "info": { "author": "Petr Dlouh\u00fd", "author_email": "petr.dlouhy@email.cz", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Framework :: Django :: 1.7", "Framework :: Django :: 1.8", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Affero General Public License v3", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. image:: https://travis-ci.org/auto-mat/django-webmap-corpus.svg?branch=master\n :target: https://travis-ci.org/auto-mat/django-webmap-corpus\n.. image:: https://coveralls.io/repos/auto-mat/django-webmap-corpus/badge.svg?branch=master&service=github\n :target: https://coveralls.io/github/auto-mat/django-webmap-corpus?branch=master\n.. image:: https://badge.fury.io/py/django-webmap-corpus.svg\n :target: https://badge.fury.io/py/django-webmap-corpus\n\nDjango webmap corpus\n====================\n\nCorpus for making web map applications.\n\nInstallation\n------------\n\nTo get the latest stable release from PyPi\n\n.. code-block:: bash\n\n pip install django-webmap-corpus\n\nTo get the latest commit from GitHub\n\n.. code-block:: bash\n\n pip install -e git+https://github.com/auto-mat/django-webmap-corpus.git#egg=webmap\n\nAdd ``webmap`` to your ``INSTALLED_APPS``\n\n.. code-block:: python\n\n INSTALLED_APPS = (\n ...,\n 'author',\n 'colorful',\n 'adminsortable2',\n 'django.contrib.gis',\n 'constance.backends.database',\n 'constance',\n 'import_export',\n 'webmap',\n 'rest_framework',\n 'easy_thumbnails',\n )\n\nAdd Author middleware\n\n.. code-block:: python\n\n MIDDLEWARE_CLASSES = (\n ...,\n 'author.middlewares.AuthorDefaultBackendMiddleware',\n )\n\nAdd Constance settings\n\n.. code-block:: python\n\n CONSTANCE_APP_NAME = \"webmap\"\n CONSTANCE_CONFIG = {\n 'MAP_BASELON': (14.4211, u'zem\u011bpisn\u00e1 d\u00e9lka z\u00e1kladn\u00ed polohy mapy'),\n 'MAP_BASELAT': (50.08741, u'zem\u011bpisn\u00e1 d\u00e9lka z\u00e1kladn\u00ed polohy mapy'),\n 'MAP_BOUNDS': (\"14.22, 49.95, 14.8, 50.18\", u'hranice zobrazen\u00ed mapy'),\n 'DEFAULT_STATUS_ID': (2, u'id defaultn\u00edho statusu'),\n }\n CONSTANCE_BACKEND = 'constance.backends.database.DatabaseBackend'\n\nAdd the ``webmap`` URLs to your ``urls.py``\n\n.. code-block:: python\n\n urlpatterns = patterns('',\n ...\n url(r'^webmap/', include('webmap.urls')),\n )\n\nDon't forget to migrate your database\n\n.. code-block:: bash\n\n ./manage.py migrate webmap\n\nNote: If you don't have Constance migrated yet, remove the 'webmap' line from INSTALLED_APPS, then migrate Constance and then the line re-add and migrate again.\n\n\nUsage\n-----\n\nTODO: Describe usage or point to docs. Also describe available settings and\ntemplatetags.\n\n\nContribute\n----------\n\nIf you want to contribute to this project, please perform the following steps\n\n.. code-block:: bash\n\n # Fork this repository\n # Clone your fork\n mkvirtualenv -p python2.7 django-webmap-corpus\n make develop\n\n git co -b feature_branch master\n # Implement your feature and tests\n git add . && git commit\n git push -u origin feature_branch\n # Send us a pull request for your feature branch\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/auto-mat/django-webmap-corpus", "keywords": "django", "license": "GNU Affero General Public License, Version 3.0", "maintainer": "", "maintainer_email": "", "name": "django-webmap-corpus", "package_url": "https://pypi.org/project/django-webmap-corpus/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-webmap-corpus/", "project_urls": { "Homepage": "https://github.com/auto-mat/django-webmap-corpus" }, "release_url": "https://pypi.org/project/django-webmap-corpus/0.12.0/", "requires_dist": null, "requires_python": "", "summary": "Corpus for making web map applications.\n", "version": "0.12.0" }, "last_serial": 3705848, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "bda9475cd4659367f0955c8d8230026c", "sha256": "bc4d3ed5752656cc08661eebf02e12984f82766b66223b43a58bb50cb8eefdaf" }, "downloads": -1, "filename": "django-webmap-corpus-0.1.tar.gz", "has_sig": false, "md5_digest": "bda9475cd4659367f0955c8d8230026c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27802, "upload_time": "2014-03-19T09:51:04", "url": "https://files.pythonhosted.org/packages/68/b4/1326f57060f2c694832ef9bcef953048e39673d217b42eede45323e5d41b/django-webmap-corpus-0.1.tar.gz" } ], "0.10.0": [ { "comment_text": "", "digests": { "md5": "e649ab70583eeaa85798f057fb68942c", "sha256": "c88f160d2958626daf9eb27f3bdde894b3a50a05338779ca71e34744c53551b4" }, "downloads": -1, "filename": "django-webmap-corpus-0.10.0.tar.gz", "has_sig": false, "md5_digest": "e649ab70583eeaa85798f057fb68942c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 580627, "upload_time": "2016-06-26T12:36:42", "url": "https://files.pythonhosted.org/packages/31/f3/45276e41c9891843a19ea6fa9ed6d9e7d2a763352c29f66119538b8994da/django-webmap-corpus-0.10.0.tar.gz" } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "59b451b444d02945b87481bb7b6db71f", "sha256": "21a2f744a0c9f069f811bcf6d73bf89c68a30189234e6bff8bbd3b68fd3529cf" }, "downloads": -1, "filename": "django-webmap-corpus-0.10.1.tar.gz", "has_sig": false, "md5_digest": "59b451b444d02945b87481bb7b6db71f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 588041, "upload_time": "2016-09-14T13:48:26", "url": "https://files.pythonhosted.org/packages/52/c0/3e72a29e8590fb660f98ea9668d96464c6c5fc86f6bd7e68f9305c628a14/django-webmap-corpus-0.10.1.tar.gz" } ], "0.11.0": [ { "comment_text": "", "digests": { "md5": "14593d26cf38fccb6590287919a08c77", "sha256": "fbf304317f4c3f2bce1ee217219233232f03119bc4d9f72ec859e30c0a478e18" }, "downloads": -1, "filename": "django-webmap-corpus-0.11.0.tar.gz", "has_sig": false, "md5_digest": "14593d26cf38fccb6590287919a08c77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 588303, "upload_time": "2016-11-30T17:01:45", "url": "https://files.pythonhosted.org/packages/8c/96/25b28c756be8b8bef0238c4be92cf3e63ebe4173745b2af6e48c88729399/django-webmap-corpus-0.11.0.tar.gz" } ], "0.11.1": [ { "comment_text": "", "digests": { "md5": "a7262bfa93df9b8b4d9f10a90e485b09", "sha256": "d362ec63202ae3b24391c9570288a9c86fe7dcdb7a49a93189e8a0d3b1e8c6c9" }, "downloads": -1, "filename": "django-webmap-corpus-0.11.1.tar.gz", "has_sig": false, "md5_digest": "a7262bfa93df9b8b4d9f10a90e485b09", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 590871, "upload_time": "2017-05-18T13:03:53", "url": "https://files.pythonhosted.org/packages/1f/fd/deb47e463e034ca055e9cd8bc2cde501a78f220ff85f3ee3310af3ed8fbc/django-webmap-corpus-0.11.1.tar.gz" } ], "0.12.0": [ { "comment_text": "", "digests": { "md5": "ffdb950f65bf244fb2e27a6fbeef2cc8", "sha256": "6af197c9d80d5ce62deeeefdf94820008ec467f23d27e6c9429577838e844c21" }, "downloads": -1, "filename": "django-webmap-corpus-0.12.0.tar.gz", "has_sig": false, "md5_digest": "ffdb950f65bf244fb2e27a6fbeef2cc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 582454, "upload_time": "2018-03-26T10:12:36", "url": "https://files.pythonhosted.org/packages/ad/5c/e59968540327d6a92284d52acb8675cf6956ac0c1684bc27b0041cadb717/django-webmap-corpus-0.12.0.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "e8d1927c8018d5aaccf7d16bf8b56ddd", "sha256": "59a239778b96debac1909b1822ebaf8a01974014edafeab4f3b7c8872bbc2dee" }, "downloads": -1, "filename": "django-webmap-corpus-0.2.tar.gz", "has_sig": false, "md5_digest": "e8d1927c8018d5aaccf7d16bf8b56ddd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27759, "upload_time": "2014-03-23T10:32:58", "url": "https://files.pythonhosted.org/packages/6a/dc/8895596ae4eb11e2b59dd583a0ef4ee9e7298ed620066fc7db22ecabcbda/django-webmap-corpus-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "906caf12163b77585b1996528e7b14b9", "sha256": "5be36887246a16f8aa9f5730491ea48fdd70f32a33f6b18161d75d7d40eb6a20" }, "downloads": -1, "filename": "django-webmap-corpus-0.3.tar.gz", "has_sig": false, "md5_digest": "906caf12163b77585b1996528e7b14b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27847, "upload_time": "2014-03-23T11:06:00", "url": "https://files.pythonhosted.org/packages/9c/08/9e65ed5a950b5c7355909f72be6c576a30b63069ddf1ea251aa4346382f3/django-webmap-corpus-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "5a3a7061440cfe351afd7be61121c1ea", "sha256": "1fdfde6771f5236dc6cae01580e12f96e44f4593f21e2f629356cb0d2f42e135" }, "downloads": -1, "filename": "django-webmap-corpus-0.4.tar.gz", "has_sig": false, "md5_digest": "5a3a7061440cfe351afd7be61121c1ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28153, "upload_time": "2014-03-23T11:22:15", "url": "https://files.pythonhosted.org/packages/ed/89/7a25cf716530968a10633023d08f117a295711052a4e203716fa178eafa1/django-webmap-corpus-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "3068bd66493e5ed96fe50d19ad275fdd", "sha256": "17ded2f328408ac02efab6b111484348376d0dfd860bdee0336c306df8773b54" }, "downloads": -1, "filename": "django-webmap-corpus-0.5.tar.gz", "has_sig": false, "md5_digest": "3068bd66493e5ed96fe50d19ad275fdd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 28262, "upload_time": "2014-03-27T09:21:33", "url": "https://files.pythonhosted.org/packages/82/ad/cf2297918c9a9b976539de7be16131d728ecb2de64230281891ef08cdaa5/django-webmap-corpus-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "6a2e9da55dce71dbb1f3b1ad60efac3d", "sha256": "56d6302bea2ed7921c7144c181861436ab30e5b6a79ce4da0400c715b1c66422" }, "downloads": -1, "filename": "django_webmap_corpus-0.6-py2-none-any.whl", "has_sig": false, "md5_digest": "6a2e9da55dce71dbb1f3b1ad60efac3d", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 976130, "upload_time": "2015-11-04T23:45:29", "url": "https://files.pythonhosted.org/packages/f8/d2/2caa9fdbede87d7b2aa11dd0c805c405f7cc0f3061438fce7a632a4d0ed7/django_webmap_corpus-0.6-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "000942a1234dc2494fcd1349808b2c69", "sha256": "40573e8856bfe5c89b52d369c61b05604f37b0e2de53a4ac3e3b4b2806e68b60" }, "downloads": -1, "filename": "django-webmap-corpus-0.6.tar.gz", "has_sig": false, "md5_digest": "000942a1234dc2494fcd1349808b2c69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 259231, "upload_time": "2015-11-04T23:45:23", "url": "https://files.pythonhosted.org/packages/ee/51/7c7dbdaa9d858be84dbf9d25adcccf16bebf6057f655199e523bf8a52273/django-webmap-corpus-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "ae8e5976962b36e3329d6c2b12b33a20", "sha256": "54890e70a2abca4813c88331d99a35ad6869a74cbe89848997ca6c667647822d" }, "downloads": -1, "filename": "django-webmap-corpus-0.7.tar.gz", "has_sig": false, "md5_digest": "ae8e5976962b36e3329d6c2b12b33a20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 261235, "upload_time": "2015-12-01T11:58:19", "url": "https://files.pythonhosted.org/packages/ba/82/b0e7cd564fddd6d04ffa686dddfb67938dd6ccb5c5b7f9acb4db19f1d21d/django-webmap-corpus-0.7.tar.gz" } ], "0.7.1": [ { "comment_text": "built for Linux-4.2.0-19-generic-x86_64-with-glibc2.4", "digests": { "md5": "4023f33c7092d86c5688122065505f62", "sha256": "23e7deee8b8f2fe39b2daddb46b6aa449ba9b9da5817931e34c4085ec08a2de5" }, "downloads": -1, "filename": "django-webmap-corpus-0.7.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "4023f33c7092d86c5688122065505f62", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 281884, "upload_time": "2015-12-12T08:50:16", "url": "https://files.pythonhosted.org/packages/68/cb/9c9cea3a780bd348411b7e840b507ce0df69e38990d6bdf94378565c5fe1/django-webmap-corpus-0.7.1.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "7c8669fbde2d2132656ca8f7873beddd", "sha256": "017a503758790aaa1da1c094e190109b9c86df9fc556ff7280c08ea039928489" }, "downloads": -1, "filename": "django-webmap-corpus-0.7.1.tar.gz", "has_sig": false, "md5_digest": "7c8669fbde2d2132656ca8f7873beddd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 262356, "upload_time": "2015-12-12T08:50:09", "url": "https://files.pythonhosted.org/packages/77/b2/a2c51c4553bbac6607a5b8d3fc53d7a00c68cbc858fd27126f34bdc5deb1/django-webmap-corpus-0.7.1.tar.gz" } ], "0.7.2": [ { "comment_text": "", "digests": { "md5": "80ee3c147b6e855e97e02d84d094352f", "sha256": "e1b9e5b2110b2425fd4388fe223fd83391b6d763d58fce11561f13954522128c" }, "downloads": -1, "filename": "django-webmap-corpus-0.7.2.tar.gz", "has_sig": false, "md5_digest": "80ee3c147b6e855e97e02d84d094352f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 262435, "upload_time": "2015-12-14T09:47:00", "url": "https://files.pythonhosted.org/packages/e2/81/3df1f899707b670f35ccedb4d982d27cb95a55b92e883012e79eb1ffb6b3/django-webmap-corpus-0.7.2.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "39a8d4ac1b688089f5fda49341c642fb", "sha256": "80d65d2947c35e3bbb46f65b3cdfe79fa2698a628cfabde5725db4a70cc257da" }, "downloads": -1, "filename": "django-webmap-corpus-0.8.0.tar.gz", "has_sig": false, "md5_digest": "39a8d4ac1b688089f5fda49341c642fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 269042, "upload_time": "2015-12-31T15:31:23", "url": "https://files.pythonhosted.org/packages/c9/40/f453b7b54581f020a6393daf92c2913ad88629647c56f789356d9b7570d0/django-webmap-corpus-0.8.0.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "c4f6b3eee09aee404fc8fed1b2537ea2", "sha256": "62041a42981c742a112225fc9d94e83fc6f254a84dede29d97ef27a8f4c327c5" }, "downloads": -1, "filename": "django-webmap-corpus-0.8.1.tar.gz", "has_sig": false, "md5_digest": "c4f6b3eee09aee404fc8fed1b2537ea2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 269036, "upload_time": "2015-12-31T15:40:37", "url": "https://files.pythonhosted.org/packages/ff/9d/9c8fae474a6e919963cda85641884fa4a3cab8e010fd4000c8b4f1c5ebe6/django-webmap-corpus-0.8.1.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "f60b73b667fb9a9e2783adc409846ab9", "sha256": "966ec7b68f88edcc857fb60ca29fefbbd2b59e0a526d4da69c4f13e91be8e1cc" }, "downloads": -1, "filename": "django-webmap-corpus-0.9.0.tar.gz", "has_sig": false, "md5_digest": "f60b73b667fb9a9e2783adc409846ab9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 274621, "upload_time": "2016-01-03T00:49:57", "url": "https://files.pythonhosted.org/packages/ea/e3/982f9651d2e1955dbe65573b7df13702231c68a69b471f03dc3974a283e1/django-webmap-corpus-0.9.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ffdb950f65bf244fb2e27a6fbeef2cc8", "sha256": "6af197c9d80d5ce62deeeefdf94820008ec467f23d27e6c9429577838e844c21" }, "downloads": -1, "filename": "django-webmap-corpus-0.12.0.tar.gz", "has_sig": false, "md5_digest": "ffdb950f65bf244fb2e27a6fbeef2cc8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 582454, "upload_time": "2018-03-26T10:12:36", "url": "https://files.pythonhosted.org/packages/ad/5c/e59968540327d6a92284d52acb8675cf6956ac0c1684bc27b0041cadb717/django-webmap-corpus-0.12.0.tar.gz" } ] }