Metadata-Version: 1.0
Name: localwiki-import-kml
Version: 0.1.0
Summary: A script to import KML files into a LocalWiki instance
Home-page: https://github.com/philipn/localwiki_kml_import
Author: Philip Neustrom
Author-email: philipn@gmail.com
License: UNKNOWN
Description: Testing out a KML importer using the LocalWiki API.  Rough right now.
        
        To install:
        
            python setup.py install
        
        To run:
        
            Make sure you have either the geodjango requirements (GEOS, GDAL, PROJ.4)
            or localwiki installed.  If you've got a development install of localwiki,
            make sure you're inside of the localwiki virtualenv.  Then just run:
            
            $ localwiki-import-kml
        
Platform: UNKNOWN
