{ "info": { "author": "Ilya Zverev", "author_email": "ilya@zverev.info", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "mwm.py\n======\n\nIt is a python library to read contents of MAPS.ME mwm files. Not\neverything is supported, but you can get at least all the features and\ntheir attributes. We at MAPS.ME use this script to do analytics and\nmaintenance.\n\nInstallation\n------------\n\n::\n\n pip install mwm\n\nUsage\n-----\n\nJust add ``import mwm`` to your script, and read an mwm file with:\n\n.. code:: python\n\n with open('file.mwm', 'rb') as f:\n data = mwm.MWM(f)\n\nTools\n-----\n\nThe package installs the ``mwmtool`` command-line script. It shows\nstatistics about an MWM file, can search for features or convert ids.\nRun it with ``-h`` to see a list of options.\n\nThe script source can serve as a library usage example.\n\nLicense\n-------\n\nWritten by Ilya Zverev for MAPS.ME. Published under the Apache License\n2.0.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mapsme/mwm.py", "keywords": "", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "mwm", "package_url": "https://pypi.org/project/mwm/", "platform": "", "project_url": "https://pypi.org/project/mwm/", "project_urls": { "Homepage": "https://github.com/mapsme/mwm.py" }, "release_url": "https://pypi.org/project/mwm/0.10.1/", "requires_dist": null, "requires_python": "", "summary": "Library to read binary MAPS.ME files.", "version": "0.10.1" }, "last_serial": 3981594, "releases": { "0.10.0": [ { "comment_text": "", "digests": { "md5": "31061efd5f9cddc468205871b9466449", "sha256": "96d708f31db3a4d9432375b3191d8d5bb756ea240b3782a80309e2399b8a235c" }, "downloads": -1, "filename": "mwm-0.10.0.tar.gz", "has_sig": false, "md5_digest": "31061efd5f9cddc468205871b9466449", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15716, "upload_time": "2018-06-18T16:16:58", "url": "https://files.pythonhosted.org/packages/a8/14/e32dbd7e60497a62088fe7b238415ea8a45e18db12113b1f149281fd16e6/mwm-0.10.0.tar.gz" } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "75eb9326419dd91125a71a2742fa4f1a", "sha256": "3acec2082a47961141ada5135de3c0aab2c359cdd2fd78f7151ad1e185a5a27f" }, "downloads": -1, "filename": "mwm-0.10.1.tar.gz", "has_sig": false, "md5_digest": "75eb9326419dd91125a71a2742fa4f1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15784, "upload_time": "2018-06-20T14:11:14", "url": "https://files.pythonhosted.org/packages/c0/7a/2670b456e33452839ea6399fcda773fbc5baac05b8d9113e5170c9cdc3c3/mwm-0.10.1.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "34321d5728745560c7430ba5dd9aecf7", "sha256": "ed59dc476f8b0ff3c58e8d9ad844e96ee0ed5c969f21761979b2e13fd0c9d683" }, "downloads": -1, "filename": "mwm-0.9.0.tar.gz", "has_sig": false, "md5_digest": "34321d5728745560c7430ba5dd9aecf7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8266, "upload_time": "2017-06-08T08:56:59", "url": "https://files.pythonhosted.org/packages/15/9d/9d48bb32ab1fbac5c76931bedf5a0d9733632f80fc8265bd253383f41dd6/mwm-0.9.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "75eb9326419dd91125a71a2742fa4f1a", "sha256": "3acec2082a47961141ada5135de3c0aab2c359cdd2fd78f7151ad1e185a5a27f" }, "downloads": -1, "filename": "mwm-0.10.1.tar.gz", "has_sig": false, "md5_digest": "75eb9326419dd91125a71a2742fa4f1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15784, "upload_time": "2018-06-20T14:11:14", "url": "https://files.pythonhosted.org/packages/c0/7a/2670b456e33452839ea6399fcda773fbc5baac05b8d9113e5170c9cdc3c3/mwm-0.10.1.tar.gz" } ] }