{ "info": { "author": "Eike Welk", "author_email": "eike.welk@gmx.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: POSIX", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Utilities" ], "description": "#####################\nMobile Map Downloader\n#####################\n\n**Mobile Map Downloader** is a command line program to download maps from the\nInternet and install them on a mobile device, such as a smart phone. \n\nThe program is intended to run on a (personal) computer, that has a fast and\ncheap Internet connection, and a large hard disk. The downloaded maps are\nstored on the personal computer. Only the maps that are used for the current\nactivity need to be installed on the mobile device. When different maps are\nrequired for an other activity they can be quickly installed from the personal\ncomputer's hard disk, without lengthy downloads. \n\nThe software is currently in **beta state**. It can be productively used by\nadventurous people, or semi experts. Expect it to lack some functionality, to\ncrash often, and to sometimes do unwanted things.\n\nCurrently the offline map programs **OsmAnd** and **Oruxmaps** are supported: \n \n* http://osmand.net/\n* http://www.oruxmaps.com/index_en.html\n\nMaps can be installed from **Osmand** and from **Openandromaps**, which means \nthere is currently only one source of maps for each program:\n\n* http://download.osmand.net/rawindexes/\n* http://www.openandromaps.org/downloads\n\nIf you find any **errors**, or if you have good ideas for the program,\nplease put them into the project's **issue tracker**:\n\n https://github.com/eike-welk/mobile_map_downloader/issues \n\n\nInstallation\n=======================================\n\nThe program has only been tested on **Linux**. It should run on **Mac OS X** and **Windows** with only minor modifications, however installation on these operating systems is probably more complicated.\n\nOn **Linux**, open a terminal, get administrator/root privileges and type::\n \n pip install mobile-map-downloader --pre -U\n\nAlternatively you can install the program with **Virtualenv**. With Virtualenv\nyou don't need root privileges, and can delete the program from your computer\nwithout a trace::\n \n virtualenv virtualenv/ #can use any name for the directory\n cd virtualenv\n source bin/activate\n pip install mobile-map-downloader --pre -U\n\nBroken ``pip`` in openSUSE 13.2\n---------------------------------------\n\nThe Python installation program ``pip`` is broken in openSUSE 13.2, \nand possibly other Linux distributions: \nThe present ``pip`` is for Python 3, while the system Python\nis Python 2.7.8. The programs ``pip2`` or ``pip2.7`` are missing.\n\nTherefore ``pip`` can't install any programs for the system Python on \nopenSUSE 13.2. \n\nAs a workaround a new ``pip`` can be easily installed from the program's\nwebsite: Download the script \n`get-pip.py `_\nand run it with the system's regular Python interpreter. \n(This requires root privileges.)::\n\n python get-pip.py\n\nThis will create a working ``pip`` on your computer, which can then install ``mobile-map-downloader``. The process is described in more detail in Pip's documentation:\n\n https://pip.pypa.io/en/latest/installing.html\n\n\nUsage\n=======================================\n\nList the maps of France, that the program can download::\n\n dlmap lss \"*France*\"\n\nPatterns with wildcards should be quoted, because the shell might fill them in. \n\nInstall maps of France for OsmAnd, on a certain device::\n\n dlmap -m /var/run/media/eike/1A042-B123/ install \"osmand/France*\"\n \nThe program has a built in help facility, detailed information about its\nchanging set of features has to be taken from it::\n\n dlmap -h\n\nEach subcommand has its own help message::\n\n dlmap install -h\n\n\nDevelopment\n=======================================\n\nThe program is written in the **Python** programming language, version **2.7**.\nContributions of code are very welcome. The program has currently only been\ntested on **Linux**. It uses however no Linux specific functionality, so\nporting to other operating systems should be easy. \n\nDevelopment is coordinated on Github:\n\n https://github.com/eike-welk/mobile_map_downloader\n\nThe **issue tracker** for errors and good ideas is here:\n\n https://github.com/eike-welk/mobile_map_downloader/issues \n\nThe program's page on PyPI, the Python Package Index, is:\n\n https://pypi.python.org/pypi/mobile-map-downloader/", "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/eike-welk/mobile_map_downloader", "keywords": "map,GPS,mobile device,download", "license": "GNU General Public License v3 (GPLv3)", "maintainer": null, "maintainer_email": null, "name": "mobile-map-downloader", "package_url": "https://pypi.org/project/mobile-map-downloader/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mobile-map-downloader/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/eike-welk/mobile_map_downloader" }, "release_url": "https://pypi.org/project/mobile-map-downloader/0.1.11/", "requires_dist": null, "requires_python": null, "summary": "Download maps for mobile devices over broadband, with a personal computer.", "version": "0.1.11" }, "last_serial": 1486885, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "51a3ceeb87cd028d65ccea1b26998d34", "sha256": "63995d90a0cb2732a1932b4600582951d9b1521d53b0aef6a1e26a93299f6c71" }, "downloads": -1, "filename": "mobile-map-downloader-0.1.1.tar.gz", "has_sig": false, "md5_digest": "51a3ceeb87cd028d65ccea1b26998d34", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16102, "upload_time": "2014-08-14T18:49:43", "url": "https://files.pythonhosted.org/packages/fe/61/d25507e560377b9e7c63d10f773bd5adad77984ba456ea253b221f2fd4ec/mobile-map-downloader-0.1.1.tar.gz" } ], "0.1.10": [ { "comment_text": "", "digests": { "md5": "f5f96160100f5d4dcbddfe79bef8f182", "sha256": "2c9878a2be2c3f60a70aaa63a1bf980c034aba3ea6648ccd892b92cc7cc6e754" }, "downloads": -1, "filename": "mobile-map-downloader-0.1.10.tar.gz", "has_sig": false, "md5_digest": "f5f96160100f5d4dcbddfe79bef8f182", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24618, "upload_time": "2015-03-30T20:20:58", "url": "https://files.pythonhosted.org/packages/02/69/7dc5a2132a615a87a39bc6e67b9bf439c316fefda10f6abe4b9fecfde0c6/mobile-map-downloader-0.1.10.tar.gz" } ], "0.1.11": [ { "comment_text": "", "digests": { "md5": "d5871e12bc56319015d8efd93b74aa7e", "sha256": "f45d81c224b76670c1541422a56574f225b33a1cbba6f7689d2a03a4eb19ac18" }, "downloads": -1, "filename": "mobile-map-downloader-0.1.11.tar.gz", "has_sig": false, "md5_digest": "d5871e12bc56319015d8efd93b74aa7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24733, "upload_time": "2015-04-01T16:10:41", "url": "https://files.pythonhosted.org/packages/e0/78/61b652cecd024090265f27ef3410b3870abd3b55d56b020b45a6596b2c6a/mobile-map-downloader-0.1.11.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "f12ac97dc64f708b2529593ec978efaf", "sha256": "d7c7d85e760b6619830540da3e4bbc5b6d0d1280acd143376a6f26dfb359a62f" }, "downloads": -1, "filename": "mobile-map-downloader-0.1.2.tar.gz", "has_sig": false, "md5_digest": "f12ac97dc64f708b2529593ec978efaf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17457, "upload_time": "2014-08-15T18:04:46", "url": "https://files.pythonhosted.org/packages/f0/80/3e5055bf0c82ced25692b99a052de599eeac22afee29cb69665488b89e9e/mobile-map-downloader-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "9645e8825142aacadcd16caaa19734be", "sha256": "c4a2c07959a02a65fd10eb6e498fa4e494be20b7ea8e202be51aad519da40ff2" }, "downloads": -1, "filename": "mobile-map-downloader-0.1.3.tar.gz", "has_sig": false, "md5_digest": "9645e8825142aacadcd16caaa19734be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18318, "upload_time": "2014-08-16T13:55:56", "url": "https://files.pythonhosted.org/packages/02/fe/293f737b803c11f883711ea81756158537049ffc28c5e5f58b19c3471415/mobile-map-downloader-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "612f84f718bce50dda86c1f447acb0be", "sha256": "b8e12818c6d8f148f16b7020aee508ffeeffb4d4f460bd9f4998dafa753e0efe" }, "downloads": -1, "filename": "mobile-map-downloader-0.1.4.tar.gz", "has_sig": false, "md5_digest": "612f84f718bce50dda86c1f447acb0be", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18316, "upload_time": "2014-08-16T16:46:48", "url": "https://files.pythonhosted.org/packages/c9/80/fe0b5a91a0886d6a19eb6f5963cb6a2d739845bdb61d4640ad240694cb3a/mobile-map-downloader-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "55b13ec32c10fecab3fb283bfd9e8645", "sha256": "79937482640beb3f6be7242fe88015d26ff52dae6b41700c784a8cd5fc3de10b" }, "downloads": -1, "filename": "mobile-map-downloader-0.1.5.tar.gz", "has_sig": false, "md5_digest": "55b13ec32c10fecab3fb283bfd9e8645", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21271, "upload_time": "2014-08-20T04:06:22", "url": "https://files.pythonhosted.org/packages/2e/43/42e0d15d1157ba7191ddc383c5c90e61fee4700f678d25f68baaca5431c5/mobile-map-downloader-0.1.5.tar.gz" } ], "0.1.6": [ { "comment_text": "", "digests": { "md5": "69fa974dae63e4028f0d169d2f1fc8e0", "sha256": "2cba8a42b4c9263fbc8dc5f4eb0fa67eb9e160bb05b4a3f1a9ef703713193bc4" }, "downloads": -1, "filename": "mobile-map-downloader-0.1.6.tar.gz", "has_sig": false, "md5_digest": "69fa974dae63e4028f0d169d2f1fc8e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22461, "upload_time": "2014-08-20T21:04:22", "url": "https://files.pythonhosted.org/packages/63/b4/f48b16035db17c3897487bc8b465935d329e33d5d7c458ddd94f8b4428fc/mobile-map-downloader-0.1.6.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "7ed9582a0a96ff10384ea690b7d4a758", "sha256": "634e00daf8d833c23022b50876bdf32fb041a8b1664c32ab5ce23d5fc0ddbf65" }, "downloads": -1, "filename": "mobile-map-downloader-0.1.7.tar.gz", "has_sig": false, "md5_digest": "7ed9582a0a96ff10384ea690b7d4a758", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22526, "upload_time": "2014-08-21T15:57:00", "url": "https://files.pythonhosted.org/packages/86/0f/4952aed80936e0e40430b33ab3f19d417a1e42b35cb3996dd1f5af50c958/mobile-map-downloader-0.1.7.tar.gz" } ], "0.1.8": [ { "comment_text": "", "digests": { "md5": "de511fa90a51f434dc51d527f6e626d2", "sha256": "4a472b06d636192d7f1f94911ff2386a609cdfda869b349b467bf60b473aca4e" }, "downloads": -1, "filename": "mobile-map-downloader-0.1.8.tar.gz", "has_sig": false, "md5_digest": "de511fa90a51f434dc51d527f6e626d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23593, "upload_time": "2014-09-05T12:47:07", "url": "https://files.pythonhosted.org/packages/e5/a2/1e825dcd7efe954959e346a88ba8f1569336471f757885daa1a5f1d5372f/mobile-map-downloader-0.1.8.tar.gz" } ], "0.1.9": [ { "comment_text": "", "digests": { "md5": "c2bf254c959ff76846c30e7511ea1a2c", "sha256": "e87166e8f31ee1e67aaedc1ffd9e09d318f033448c50dcdbcc465f568b18759d" }, "downloads": -1, "filename": "mobile-map-downloader-0.1.9.tar.gz", "has_sig": false, "md5_digest": "c2bf254c959ff76846c30e7511ea1a2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24315, "upload_time": "2015-03-30T14:33:10", "url": "https://files.pythonhosted.org/packages/41/d0/d9d0bab2477d9104aebb85ebbb3cbb6ae2a1af16daa88c8e9070e48324ad/mobile-map-downloader-0.1.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d5871e12bc56319015d8efd93b74aa7e", "sha256": "f45d81c224b76670c1541422a56574f225b33a1cbba6f7689d2a03a4eb19ac18" }, "downloads": -1, "filename": "mobile-map-downloader-0.1.11.tar.gz", "has_sig": false, "md5_digest": "d5871e12bc56319015d8efd93b74aa7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24733, "upload_time": "2015-04-01T16:10:41", "url": "https://files.pythonhosted.org/packages/e0/78/61b652cecd024090265f27ef3410b3870abd3b55d56b020b45a6596b2c6a/mobile-map-downloader-0.1.11.tar.gz" } ] }