Metadata-Version: 1.0
Name: mbutil
Version: 0.0.1
Summary: An importer and exporter for MBTiles
Home-page: https://github.com/mapbox/mbutil
Author: Tom MacWright
Author-email: macwright@gmail.com
License: LICENSE.md
Description: # MBUtil
        
        MBUtil is a utility for importing and exporting the [MBTiles](http://mbtiles.org/) format.
        
        ## Installation
        
        git clone git://github.com/mapbox/mbutil.git
        ./mbutil.py -h
        
        ## Usage
        
        Export an `mbtiles` file to files on the filesystem:
        
        ./mbutil.py World_Light.mbtiles adirectory
        
        Import a directory into a `mbtiles` file
        
        ./mbutil.py directory World_Light.mbtiles
        
        ## Requirements
        
        * Python `>= 2.5`
        
        ## Metadata
        
        MBUtil imports and exports metadata as JSON, in the root of the tile directory, as a file named `metadata.json`.
        
        {
        "name": "World Light",
        "description": "A Test Metadata",
        "version": "3"
        }
        
        ## Authors
        
        - Tom MacWright (tmcw)
        
Platform: UNKNOWN
