{ "info": { "author": "Howard Butler", "author_email": "howard@hobu.co", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: C", "Programming Language :: C++", "Programming Language :: Python", "Topic :: Database", "Topic :: Scientific/Engineering :: GIS" ], "description": ".. _home:\r\n\r\nmgrs: Converting to and from MGRS and Decimal Degrees\r\n------------------------------------------------------------------------------\r\n\r\nGeoTrans_ provides C code for converting to and from MGRS, but well, it's\r\nC code :). This is a simple ctypes_ wrapper around two of the MGRS-related\r\nfunctions in GeoTrans_.\r\n\r\nThis library has an internal copy of some of the files from GeoTrans_ 2.4.2.\r\n\r\n.. _`GeoTrans`: http://earth-info.nga.mil/GandG/geotrans/\r\n.. _`ctypes`: http://docs.python.org/library/ctypes.html\r\n\r\n|travisstatus|\r\n\r\n.. |travisstatus| image:: https://travis-ci.org/hobu/mgrs.png?branch=master\r\n :target: https://travis-ci.org/hobu/mgrs\r\n\r\n\r\nChangeLog\r\n------------------------------------------------------------------------------\r\n\r\n1.3.4\r\n\r\n* Truncate, don't round results https://github.com/hobu/mgrs/pull/15\r\n* Apply license\r\n\r\n1.3.3\r\n\r\n* SOABI support #10 https://github.com/hobu/mgrs/pull/10\r\n* Clean up some compilation warnings\r\n* Travis builds https://travis-ci.org/hobu/mgrs\r\n\r\n1.3.2\r\n\r\n* Better Windows support\r\n* Bug fix for 3 digit longitudes\r\n\r\n1.3.1\r\n\r\n* Python 3.x support\r\n* Allow user to override precision in UTMToMGRS\r\n\r\n\r\nUsage\r\n------------------------------------------------------------------------------\r\n\r\nIn a nutshell::\r\n\r\n >>> import mgrs\r\n\r\n >>> latitude = 42.0\r\n >>> longitude = -93.0\r\n\r\n >>> m = mgrs.MGRS()\r\n >>> c = m.toMGRS(latitude, longitude)\r\n >>> c\r\n '15TWG0000049776'\r\n\r\n >>> d = m.toLatLon(c)\r\n >>> d\r\n (41.999997975127997, -93.000000000000014)\r\n\r\n >>> y = '321942.29N'\r\n >>> yd = m.dmstodd(y)\r\n 32.328414\r\n\r\n >>> d, m, s = m.ddtodms(32.328414)\r\n >>> d, m, s\r\n (32.0, 19.0, 42.290400)\r\n\r\nYou can also control the precision of the MGRS grid with the MGRSPrecision\r\narguments in .toMGRS(). Other than that, there isn't too much to it.", "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/hobu/mgrs", "keywords": "gis coordinate conversion", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "mgrs", "package_url": "https://pypi.org/project/mgrs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mgrs/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/hobu/mgrs" }, "release_url": "https://pypi.org/project/mgrs/1.3.5/", "requires_dist": null, "requires_python": null, "summary": "MGRS coordinate conversion for Python", "version": "1.3.5" }, "last_serial": 4337663, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "0231aab666f6c6c649dc6fe2588459cc", "sha256": "ec0b542b37985461c096e72f301175a52f9e67c957af51cf920c08f67081caca" }, "downloads": -1, "filename": "mgrs-1.0-py2.5-win32.egg", "has_sig": false, "md5_digest": "0231aab666f6c6c649dc6fe2588459cc", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 16871, "upload_time": "2011-11-15T23:06:53", "url": "https://files.pythonhosted.org/packages/5f/c9/19b454ef6255f41db3c2e984f579c558ce9edeb575f3dec19d382e3e0d55/mgrs-1.0-py2.5-win32.egg" }, { "comment_text": "", "digests": { "md5": "db22d3536ede1ae07edb167b1884b0d2", "sha256": "9a57b5120132abbe8b24b85df3a0bcf858fc8cf84aac7247c999f1ae183623c6" }, "downloads": -1, "filename": "mgrs-1.0-py2.6-macosx-10.6-universal.egg", "has_sig": false, "md5_digest": "db22d3536ede1ae07edb167b1884b0d2", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 34992, "upload_time": "2011-11-15T23:05:05", "url": "https://files.pythonhosted.org/packages/80/69/539b3beb4b69fc71156982bdf0d8febb4d32027cf6ce3825aa267ee5a322/mgrs-1.0-py2.6-macosx-10.6-universal.egg" }, { "comment_text": "", "digests": { "md5": "cac299e3601478668a0a8db67eec40cb", "sha256": "0fe4251ab09ecde194401e6d0f08dff08a25828f422728f22ccf04b1ad1268a0" }, "downloads": -1, "filename": "mgrs-1.0-py2.6-win32.egg", "has_sig": false, "md5_digest": "cac299e3601478668a0a8db67eec40cb", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 19333, "upload_time": "2011-11-15T23:05:58", "url": "https://files.pythonhosted.org/packages/4d/1f/73f4d219a65c348143974bee860e88b2201e15b13c5c8acb55e2d6be1d16/mgrs-1.0-py2.6-win32.egg" }, { "comment_text": "", "digests": { "md5": "04b582f3a3fa3f22525065dcf668690c", "sha256": "f7276296983b6e1882e00a39866b894c997d7d02078ed5b96c4360e1d711a17a" }, "downloads": -1, "filename": "mgrs-1.0-py2.7-win32.egg", "has_sig": false, "md5_digest": "04b582f3a3fa3f22525065dcf668690c", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 19193, "upload_time": "2011-11-15T23:05:13", "url": "https://files.pythonhosted.org/packages/84/d4/a64dc2983bf8fd37f061f7034f47ab81524fb90fc5969cc298c7f222c78b/mgrs-1.0-py2.7-win32.egg" }, { "comment_text": "", "digests": { "md5": "563025d934228df38b496978fbf0eb39", "sha256": "c28c28fd4c7d46c474c8cc56bd52ded63b56e4dbe540119f5e8cd3388d770873" }, "downloads": -1, "filename": "mgrs-1.0.tar.gz", "has_sig": false, "md5_digest": "563025d934228df38b496978fbf0eb39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23541, "upload_time": "2011-11-15T23:04:57", "url": "https://files.pythonhosted.org/packages/49/83/1f1b64c19f57cb79b02c3056fd5c3b82c1bd50953a8ab044c24b3232cd84/mgrs-1.0.tar.gz" }, { "comment_text": "", "digests": { "md5": "ca9ee96a63e60333ad85e895a363bdc0", "sha256": "31a0e46aac2fe4aa6d41ebc732625386946f97d976ef0711740a0d4f1bd5cb7a" }, "downloads": -1, "filename": "mgrs-1.0.win32-py2.5.exe", "has_sig": false, "md5_digest": "ca9ee96a63e60333ad85e895a363bdc0", "packagetype": "bdist_wininst", "python_version": "2.5", "requires_python": null, "size": 77730, "upload_time": "2011-11-15T23:06:45", "url": "https://files.pythonhosted.org/packages/91/e9/d1730374a594b4b7ab8e1533fd82a28d07e6792bc1ff47d21108f04e23a8/mgrs-1.0.win32-py2.5.exe" }, { "comment_text": "", "digests": { "md5": "358d4cd31811555ea938942494838f3d", "sha256": "862701142c95f6ca754562b1201560a8bfcc8b953b0a0392e3f93fe482973264" }, "downloads": -1, "filename": "mgrs-1.0.win32-py2.6.exe", "has_sig": false, "md5_digest": "358d4cd31811555ea938942494838f3d", "packagetype": "bdist_wininst", "python_version": "2.6", "requires_python": null, "size": 84805, "upload_time": "2011-11-15T23:06:06", "url": "https://files.pythonhosted.org/packages/1b/d5/4f12510d3926c2d9fb8e33c8ddef9aebe99ab5a248d1cc770a7c63e67583/mgrs-1.0.win32-py2.6.exe" }, { "comment_text": "", "digests": { "md5": "d19b84025ee334aab1324abe9b036836", "sha256": "cc0e6d10221743ac792fddc0c9d55f8ac01dff5a034c90c48444c0a93a99db2a" }, "downloads": -1, "filename": "mgrs-1.0.win32-py2.7.exe", "has_sig": false, "md5_digest": "d19b84025ee334aab1324abe9b036836", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 214740, "upload_time": "2011-11-15T23:06:21", "url": "https://files.pythonhosted.org/packages/78/37/7b8521a686e23ed5d2de84310f5ac767006b5805883753111b83b6a5fe35/mgrs-1.0.win32-py2.7.exe" } ], "1.0.1": [ { "comment_text": "built on Windows-XP", "digests": { "md5": "324ab3d18229bcb6f976630b2352c182", "sha256": "3e7c25ac209d6cf6c83df21db99ee8df8f9185d3db918fc695da6de3ad6534ee" }, "downloads": -1, "filename": "mgrs-1.0.1-py2.4-win32.egg", "has_sig": false, "md5_digest": "324ab3d18229bcb6f976630b2352c182", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 16906, "upload_time": "2011-12-06T17:08:20", "url": "https://files.pythonhosted.org/packages/d9/89/fc449e5c188323662ab787d424ea1f14ad0a235295027e9f949800585077/mgrs-1.0.1-py2.4-win32.egg" }, { "comment_text": "", "digests": { "md5": "f76dece045b0a9fe09645eefac0a2bfe", "sha256": "44c4f8861f3c290a46c0a76965351585bfbcc57c9876e3c4e952ce5655c91c7f" }, "downloads": -1, "filename": "mgrs-1.0.1-py2.5-win32.egg", "has_sig": false, "md5_digest": "f76dece045b0a9fe09645eefac0a2bfe", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 16850, "upload_time": "2011-12-06T17:08:45", "url": "https://files.pythonhosted.org/packages/a3/72/68e38e2a28bff515704622e5e95773a22c2046fb85c446b17ea2cd383be2/mgrs-1.0.1-py2.5-win32.egg" }, { "comment_text": "", "digests": { "md5": "1e92340df893b2767d0b7519eb322197", "sha256": "73ad208f3ef7bd0b001bfdd94bcc260c09317729af48a64dc9d2b7715ea129a5" }, "downloads": -1, "filename": "mgrs-1.0.1-py2.6-win32.egg", "has_sig": false, "md5_digest": "1e92340df893b2767d0b7519eb322197", "packagetype": "bdist_egg", "python_version": "2.6", "requires_python": null, "size": 19315, "upload_time": "2011-12-06T17:09:49", "url": "https://files.pythonhosted.org/packages/ba/8d/dccab6fe0c2366744111416289626ed4b8afa04805bfeb5b90ee56066ca5/mgrs-1.0.1-py2.6-win32.egg" }, { "comment_text": "", "digests": { "md5": "6e9467c003c87bd7dd5d61f1c603fa4f", "sha256": "5be68a89f818eace91cb6f663a885b4c02d915e29e06102b68c02ab8ff8afa51" }, "downloads": -1, "filename": "mgrs-1.0.1-py2.7-win32.egg", "has_sig": false, "md5_digest": "6e9467c003c87bd7dd5d61f1c603fa4f", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 19175, "upload_time": "2011-12-06T17:09:59", "url": "https://files.pythonhosted.org/packages/4b/93/8e755f3a7dfea335979606baf9e0a4372c4580938a52901cd315d555e58c/mgrs-1.0.1-py2.7-win32.egg" }, { "comment_text": "", "digests": { "md5": "802277c98a2f0772c838c372165700bd", "sha256": "b9370514bdb9fdbebf4256e49b68db0862edf33dedbfa8643fd2af84ebaf577c" }, "downloads": -1, "filename": "mgrs-1.0.1.tar.gz", "has_sig": false, "md5_digest": "802277c98a2f0772c838c372165700bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25625, "upload_time": "2011-12-06T17:01:10", "url": "https://files.pythonhosted.org/packages/da/99/8f9cc59221ba7995f9369b48b25f23147217d0ea127492dd5b3c3d439abb/mgrs-1.0.1.tar.gz" }, { "comment_text": "", "digests": { "md5": "b95e8fbd5ed77ed33b860023130e8191", "sha256": "74dc1e87d56fd0e1144b37841b71addde966de50bdfa5eb71cecd2d1fa2f0199" }, "downloads": -1, "filename": "mgrs-1.0.1.win32-py2.4.exe", "has_sig": false, "md5_digest": "b95e8fbd5ed77ed33b860023130e8191", "packagetype": "bdist_wininst", "python_version": "2.4", "requires_python": null, "size": 77773, "upload_time": "2011-12-06T17:08:13", "url": "https://files.pythonhosted.org/packages/a6/c4/47bbb94d9a3af2e5ecf9a8969c2b54353b808c09b30552ac72b10b260ae3/mgrs-1.0.1.win32-py2.4.exe" }, { "comment_text": "", "digests": { "md5": "b566d5b4883f00a1864b60bc6304abb0", "sha256": "43aef6eb9c86ad9d53053b9efec37a08883145a2ff3760e1bfdaf4bc40e47304" }, "downloads": -1, "filename": "mgrs-1.0.1.win32-py2.5.exe", "has_sig": false, "md5_digest": "b566d5b4883f00a1864b60bc6304abb0", "packagetype": "bdist_wininst", "python_version": "2.5", "requires_python": null, "size": 77774, "upload_time": "2011-12-06T17:08:54", "url": "https://files.pythonhosted.org/packages/89/02/ad160be1a0c8206c47fac8c1e889e78c4418262d6e7c02b2a16b4608495a/mgrs-1.0.1.win32-py2.5.exe" }, { "comment_text": "", "digests": { "md5": "02c6a487063f16f5ffeb23bc3a6e851b", "sha256": "25e6581c8e30f4feb4660b8746e1877827b7b149bfd05c705c1f040558aac1bb" }, "downloads": -1, "filename": "mgrs-1.0.1.win32-py2.6.exe", "has_sig": false, "md5_digest": "02c6a487063f16f5ffeb23bc3a6e851b", "packagetype": "bdist_wininst", "python_version": "2.6", "requires_python": null, "size": 84851, "upload_time": "2011-12-06T17:09:41", "url": "https://files.pythonhosted.org/packages/9e/20/d71a21f8fbdfce7c3d821d87bfcd2d11dec9132cb1b135121235f8925bfd/mgrs-1.0.1.win32-py2.6.exe" }, { "comment_text": "", "digests": { "md5": "81fb033572c7d925c2255034641d06a9", "sha256": "311cd95fe96b41ff9e4b6ac8044b7112b9eb6cc7e585921aefbe1dd5e4568e38" }, "downloads": -1, "filename": "mgrs-1.0.1.win32-py2.7.exe", "has_sig": false, "md5_digest": "81fb033572c7d925c2255034641d06a9", "packagetype": "bdist_wininst", "python_version": "2.7", "requires_python": null, "size": 214782, "upload_time": "2011-12-06T17:10:08", "url": "https://files.pythonhosted.org/packages/58/d0/f30b319ffca043ff0bcb415430eab055b564ba45626ca64c08db022d2947/mgrs-1.0.1.win32-py2.7.exe" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "96e0c00f16d86a3f8b84c2c46cb68b8e", "sha256": "5f35bf0eda06b00906ce86def3471693ed01c8ab697345ea81db5aa80843ff9d" }, "downloads": -1, "filename": "mgrs-1.1.0.tar.gz", "has_sig": false, "md5_digest": "96e0c00f16d86a3f8b84c2c46cb68b8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26555, "upload_time": "2013-01-17T21:03:14", "url": "https://files.pythonhosted.org/packages/29/0d/e216e6eaf0209a954ef16e7233adb20214e3f339038fccac1c3b0229ac7f/mgrs-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "63054c3bf5ef941dd857ba9d1573da28", "sha256": "fdd2e912189c2549a451aacb8c6d59feb90c4bde352d63994a56fe162a23e9de" }, "downloads": -1, "filename": "mgrs-1.2.0.tar.gz", "has_sig": false, "md5_digest": "63054c3bf5ef941dd857ba9d1573da28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26868, "upload_time": "2014-08-04T14:11:45", "url": "https://files.pythonhosted.org/packages/b5/7a/b7fa5a5a5ca9474c9e5ba98197b539cf5b33001c86ef3e5869efe3a1eba9/mgrs-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "0062fa62fc291427628ed16e4b11dad7", "sha256": "f5a1a4803d89ae3af1c57b0a200bd1db1429e9a89375caeb3f3d68cdc664030a" }, "downloads": -1, "filename": "mgrs-1.2.1.tar.gz", "has_sig": false, "md5_digest": "0062fa62fc291427628ed16e4b11dad7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26864, "upload_time": "2014-08-04T14:50:37", "url": "https://files.pythonhosted.org/packages/fd/ce/2b094a17a46e37f6f07bfddd8a05cd34a57f2a4c40564a919207f4027211/mgrs-1.2.1.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "105fe9fe46789820cb7bd7f7f7ec7c36", "sha256": "5c8512a38be493d13b2030eeff2613688109c66dfb5c5feb3bb927d74c931d68" }, "downloads": -1, "filename": "mgrs-1.3.0.tar.gz", "has_sig": false, "md5_digest": "105fe9fe46789820cb7bd7f7f7ec7c36", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26996, "upload_time": "2014-08-04T20:13:10", "url": "https://files.pythonhosted.org/packages/60/ff/714474ba70c258c3ee72a76f99a41935dd456499d1e1e5f04898a9d01273/mgrs-1.3.0.tar.gz" } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "72a098393aa57de29b786babd546fa47", "sha256": "231aa68cef41798171545de82fb92c0f2f5f3273c14f8c4cda3417175599e247" }, "downloads": -1, "filename": "mgrs-1.3.1.tar.gz", "has_sig": false, "md5_digest": "72a098393aa57de29b786babd546fa47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27057, "upload_time": "2014-11-03T02:37:34", "url": "https://files.pythonhosted.org/packages/a4/1a/d52aa9bc01eb712297fe8f3da564697d8f59e9a5d5b700314b2315c089fc/mgrs-1.3.1.tar.gz" } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "80ad923ea59a52145e9185e87b6100be", "sha256": "56b3879d0dfb38afaf1196daebd353f6ee756709935898a76d91ae09ebdb13aa" }, "downloads": -1, "filename": "mgrs-1.3.2.tar.gz", "has_sig": false, "md5_digest": "80ad923ea59a52145e9185e87b6100be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27116, "upload_time": "2016-01-29T14:44:37", "url": "https://files.pythonhosted.org/packages/b3/21/fe24e78b6b8033b7c68cebd763381a2c94394415d61b5d47e26d002bfa32/mgrs-1.3.2.tar.gz" } ], "1.3.3": [ { "comment_text": "", "digests": { "md5": "75c1f17172a1ac6c46a6fb607d0c8900", "sha256": "c7071ffa6c5d5e91d82476fa187096d740b5defd4ab004a3ab79df072a9a5ac0" }, "downloads": -1, "filename": "mgrs-1.3.3.tar.gz", "has_sig": false, "md5_digest": "75c1f17172a1ac6c46a6fb607d0c8900", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26889, "upload_time": "2016-04-28T20:08:02", "url": "https://files.pythonhosted.org/packages/8a/38/d7824a8a7dd8a181d5da11977f36467429009967296ce23b6911233fe4b0/mgrs-1.3.3.tar.gz" } ], "1.3.4": [ { "comment_text": "", "digests": { "md5": "668d533a32a73c9a667da461742d1ca8", "sha256": "4153b0dd5013854df362956fcbb11b72bbdd58f6d4ab8eab192a6dc20e4a332c" }, "downloads": -1, "filename": "mgrs-1.3.4-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "668d533a32a73c9a667da461742d1ca8", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 19342, "upload_time": "2017-03-22T03:30:25", "url": "https://files.pythonhosted.org/packages/45/43/ec2acfa2b1c33def88085d82654d785ff1ad39e8fed802bd87b5ab839375/mgrs-1.3.4-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "6ba7e7f1cdf0cd1e15d41ee55849cba2", "sha256": "fa55fd2a19b9ec9ae473e9d200b3ba1d35b392e9b9e763fdec37471517baf0c6" }, "downloads": -1, "filename": "mgrs-1.3.4-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "6ba7e7f1cdf0cd1e15d41ee55849cba2", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 21798, "upload_time": "2017-03-22T03:33:32", "url": "https://files.pythonhosted.org/packages/45/e8/6effbc95caa35e24be48e13ede63c5e422fd6a680a1130b014ca06520f73/mgrs-1.3.4-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "6e871d293d84776091a3c01b82c8eea9", "sha256": "5fefd9b9e95287b280fa5ce844d8e7215548081497c900bfa2e50f13f1f132ed" }, "downloads": -1, "filename": "mgrs-1.3.4-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "6e871d293d84776091a3c01b82c8eea9", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 21797, "upload_time": "2017-03-22T03:37:22", "url": "https://files.pythonhosted.org/packages/f7/1c/b79f94164b2bf3930148912d20906188d8f6fdb969c80508f0d0c5351145/mgrs-1.3.4-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "e2debe373ccfbd7a80434f522dd57a56", "sha256": "2740fe58d10c99cfd277311e1ceb491bc55bf5f417dbdd1e3d901ef2e1072fff" }, "downloads": -1, "filename": "mgrs-1.3.4.tar.gz", "has_sig": false, "md5_digest": "e2debe373ccfbd7a80434f522dd57a56", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26629, "upload_time": "2016-07-16T13:58:19", "url": "https://files.pythonhosted.org/packages/e7/fa/07a036a01e7e7ec91a089788629c2da3ddc8769200652b7e2db1edce932e/mgrs-1.3.4.tar.gz" } ], "1.3.5": [ { "comment_text": "", "digests": { "md5": "01c59263fdf876d02e8e9ecb799ab843", "sha256": "e544c7706033e666ea0922e2c2cba6fdd8feeaeb6f8bfa52e0023066f05d44c1" }, "downloads": -1, "filename": "mgrs-1.3.5-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "01c59263fdf876d02e8e9ecb799ab843", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 19438, "upload_time": "2017-05-16T16:29:17", "url": "https://files.pythonhosted.org/packages/da/fa/16601f27f92bc98ba976b1174fb2a53d77ac538be4cd5b8fdceee204af12/mgrs-1.3.5-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "b667378450717285bf01f5aef139415f", "sha256": "113020ae5e6fb974856888f8798ff0da8710bb17b3ff177bfb12ca20c81bce88" }, "downloads": -1, "filename": "mgrs-1.3.5-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "b667378450717285bf01f5aef139415f", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 21894, "upload_time": "2017-05-16T16:28:42", "url": "https://files.pythonhosted.org/packages/60/30/a6daa50f2d16d16a44d6e358476d06819aa6032b541d2418143e7b54f4ef/mgrs-1.3.5-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "0142f8ea9cfe4a3725ebd20479c01dd2", "sha256": "5565c150ccba0c01dc36ca7ed419b8cbbe974d5167a11f04d31241082f6d596f" }, "downloads": -1, "filename": "mgrs-1.3.5-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "0142f8ea9cfe4a3725ebd20479c01dd2", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 21895, "upload_time": "2017-05-16T16:28:54", "url": "https://files.pythonhosted.org/packages/38/23/d518958de5e2087c1bb37ec7d23957a5f77d39571da1a1f766ac8fa77187/mgrs-1.3.5-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "684dfb116be6210a93911acab432374b", "sha256": "b97039da9efa7c2e71e59a6063d083627b089496571e3f335580e83da6324c38" }, "downloads": -1, "filename": "mgrs-1.3.5-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "684dfb116be6210a93911acab432374b", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 22035, "upload_time": "2018-10-03T18:50:30", "url": "https://files.pythonhosted.org/packages/34/72/dbbd718dd311d1398786a32955e225b60ea65260f4af19807dee4ca94655/mgrs-1.3.5-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "2a996b9993678d53e04247013a5de74f", "sha256": "b8e4eaab7a4057910dd18fce9047ab2487a9d43a5c205510465709f62156d02c" }, "downloads": -1, "filename": "mgrs-1.3.5.zip", "has_sig": false, "md5_digest": "2a996b9993678d53e04247013a5de74f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43616, "upload_time": "2017-05-16T16:28:33", "url": "https://files.pythonhosted.org/packages/1d/49/7abb4403bd44971fa5b75e9deb904ada7c545660dc0704ea79c776d59c49/mgrs-1.3.5.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "01c59263fdf876d02e8e9ecb799ab843", "sha256": "e544c7706033e666ea0922e2c2cba6fdd8feeaeb6f8bfa52e0023066f05d44c1" }, "downloads": -1, "filename": "mgrs-1.3.5-cp27-cp27m-win32.whl", "has_sig": false, "md5_digest": "01c59263fdf876d02e8e9ecb799ab843", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 19438, "upload_time": "2017-05-16T16:29:17", "url": "https://files.pythonhosted.org/packages/da/fa/16601f27f92bc98ba976b1174fb2a53d77ac538be4cd5b8fdceee204af12/mgrs-1.3.5-cp27-cp27m-win32.whl" }, { "comment_text": "", "digests": { "md5": "b667378450717285bf01f5aef139415f", "sha256": "113020ae5e6fb974856888f8798ff0da8710bb17b3ff177bfb12ca20c81bce88" }, "downloads": -1, "filename": "mgrs-1.3.5-cp35-cp35m-win_amd64.whl", "has_sig": false, "md5_digest": "b667378450717285bf01f5aef139415f", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 21894, "upload_time": "2017-05-16T16:28:42", "url": "https://files.pythonhosted.org/packages/60/30/a6daa50f2d16d16a44d6e358476d06819aa6032b541d2418143e7b54f4ef/mgrs-1.3.5-cp35-cp35m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "0142f8ea9cfe4a3725ebd20479c01dd2", "sha256": "5565c150ccba0c01dc36ca7ed419b8cbbe974d5167a11f04d31241082f6d596f" }, "downloads": -1, "filename": "mgrs-1.3.5-cp36-cp36m-win_amd64.whl", "has_sig": false, "md5_digest": "0142f8ea9cfe4a3725ebd20479c01dd2", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 21895, "upload_time": "2017-05-16T16:28:54", "url": "https://files.pythonhosted.org/packages/38/23/d518958de5e2087c1bb37ec7d23957a5f77d39571da1a1f766ac8fa77187/mgrs-1.3.5-cp36-cp36m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "684dfb116be6210a93911acab432374b", "sha256": "b97039da9efa7c2e71e59a6063d083627b089496571e3f335580e83da6324c38" }, "downloads": -1, "filename": "mgrs-1.3.5-cp37-cp37m-win_amd64.whl", "has_sig": false, "md5_digest": "684dfb116be6210a93911acab432374b", "packagetype": "bdist_wheel", "python_version": "3.7", "requires_python": null, "size": 22035, "upload_time": "2018-10-03T18:50:30", "url": "https://files.pythonhosted.org/packages/34/72/dbbd718dd311d1398786a32955e225b60ea65260f4af19807dee4ca94655/mgrs-1.3.5-cp37-cp37m-win_amd64.whl" }, { "comment_text": "", "digests": { "md5": "2a996b9993678d53e04247013a5de74f", "sha256": "b8e4eaab7a4057910dd18fce9047ab2487a9d43a5c205510465709f62156d02c" }, "downloads": -1, "filename": "mgrs-1.3.5.zip", "has_sig": false, "md5_digest": "2a996b9993678d53e04247013a5de74f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43616, "upload_time": "2017-05-16T16:28:33", "url": "https://files.pythonhosted.org/packages/1d/49/7abb4403bd44971fa5b75e9deb904ada7c545660dc0704ea79c776d59c49/mgrs-1.3.5.zip" } ] }