{ "info": { "author": "Cezar Pendarovski", "author_email": "cezarpendarovski@web.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3" ], "description": "django-dms\n==========\n\nDescription\n-----------\n\ndjango-dms is a Django template filter for displaying decimal degrees\nof angles (longitude and latitude) in the Degrees-Minutes-Seconds\nnotation.\n\nIt contains the filters ``longitude`` and ``latitude``. They both take\na number as input and convert it into a DMS value. The filter\n``longitude`` accepts any number between -180 and 180, the filter\n``latitude`` accepts any number between -90 and 90. If the input value\nis not a number or is a number outside the before mentioned ranges\nrespectively, then the input is displayed without any change and the\nfilters don't have any effect.\n\nInstall\n-------\n\nYou can install django-dms with ``pip``:\n\n::\n\n pip install django-dms\n\nUse\n---\n\nTo use the filters you have to include the app in the ``settings.py`` of\nyour Django project:\n\n.. code:: python\n\n INSTALLED_APPS = (\n # other entries\n 'django_dms',\n )\n\nIn your templates you can use the template filters like this:\n\n::\n\n {% load dms %}\n {{ 38.8897|latitude }}\n\nThe output will be:\n\n::\n\n 38\u00b0 53' 23\" N", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cezar77/django-dms", "keywords": "", "license": "GPL-3.0", "maintainer": "Cezar Pendarovski", "maintainer_email": "cezarpendarovski@web.de", "name": "django-dms", "package_url": "https://pypi.org/project/django-dms/", "platform": "", "project_url": "https://pypi.org/project/django-dms/", "project_urls": { "Homepage": "https://github.com/cezar77/django-dms" }, "release_url": "https://pypi.org/project/django-dms/0.1.1b0/", "requires_dist": null, "requires_python": "", "summary": "A Django template filter for displaying longitude and latitude in degrees-minutes-seconds notation", "version": "0.1.1b0" }, "last_serial": 3769154, "releases": { "0.1.1a0": [ { "comment_text": "", "digests": { "md5": "fba8baed773c6e8c579116836401515a", "sha256": "3cbddf69636e4cd08d28e10f9c14ab746a57560b6482f38a4eea4f570727e481" }, "downloads": -1, "filename": "django-dms-0.1.1a0.tar.gz", "has_sig": false, "md5_digest": "fba8baed773c6e8c579116836401515a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16992, "upload_time": "2018-04-05T14:40:57", "url": "https://files.pythonhosted.org/packages/4a/42/206fd2b6ab305155bc54e62fa38d789a7ae71c3554ce26adb56fb6e9e6e4/django-dms-0.1.1a0.tar.gz" } ], "0.1.1b0": [ { "comment_text": "", "digests": { "md5": "8ffd7d0a78c19390f3ff25231895e9bb", "sha256": "38ec22d6e62f934e613e1ce991f70d23baa60bb9670d8d4da8f5e4a64d1a7a81" }, "downloads": -1, "filename": "django-dms-0.1.1b0.tar.gz", "has_sig": false, "md5_digest": "8ffd7d0a78c19390f3ff25231895e9bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17020, "upload_time": "2018-04-16T12:43:47", "url": "https://files.pythonhosted.org/packages/4c/7e/7a31bccc54f1c3f3ad60ffb1baca476ed1872f4e0665c30b36e9703a8cbd/django-dms-0.1.1b0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8ffd7d0a78c19390f3ff25231895e9bb", "sha256": "38ec22d6e62f934e613e1ce991f70d23baa60bb9670d8d4da8f5e4a64d1a7a81" }, "downloads": -1, "filename": "django-dms-0.1.1b0.tar.gz", "has_sig": false, "md5_digest": "8ffd7d0a78c19390f3ff25231895e9bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17020, "upload_time": "2018-04-16T12:43:47", "url": "https://files.pythonhosted.org/packages/4c/7e/7a31bccc54f1c3f3ad60ffb1baca476ed1872f4e0665c30b36e9703a8cbd/django-dms-0.1.1b0.tar.gz" } ] }