Metadata-Version: 2.1
Name: mmmm
Version: 0.0.3
Summary: Google My Maps to MAPS.ME KML converter
Home-page: https://github.com/igrmk/mmmm
Author: igrmk
Author-email: igrmkx@gmail.com
License: UNKNOWN
Description: Google My Maps to MAPS.ME KML converter
        =======================================
        
        MAPS.ME just ignores colors and icon images on importing Google My Maps KML.
        This simple tool tries to keep them.
        MAPS.ME has much less available colors and icons.
        So they are not the same as in the original KML from Google but they are as close as possible.
        Feel free to suggest new icon mappings.
        
        Usage
        -----
        
            mmmm google-maps.kml > maps-me.kml
        
        Installation
        ------------
        
            pip3 install mmmm
        
        Thanks to
        ---------
        [![JetBrains](svg/jetbrains.svg)](https://www.jetbrains.com/?from=mmmm)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
