Metadata-Version: 1.0
Name: pykml
Version: 0.1.0
Summary: Python KML library
Home-page: http://pypi.python.org/pypi/pykml
Author: Tyler Erickson
Author-email: tylerickson@gmail.com
License: BSD
Description: =========
        PyKML
        =========
        PyKML is a Python package for parsing and authoring KML documents. It is based
        on the lxml.objectify API (http://codespeak.net/lxml/objectify.html) which
        provides Pythonic access to XML documents.
        
        See the Package Documentation for information on installation and usage.
        
Keywords: kml
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Multimedia :: Graphics :: Viewers
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries :: Python Modules
