Metadata-Version: 1.0
Name: pygoogleearth
Version: 0.0.2
Summary: Python wrapper for Google Earth COM API
Home-page: http://pygoogleearth.googlecode.com/
Author: Paul Osborne
Author-email: paul-osborne@bethel.edu
License: MIT
Description: NOTE: This library is not an official google library!  It is a pythonic
        wrapper around the COM32 API provided by Google.
        
        PyGoogleEarth is a pythonic wrapper around the Google Earth
        COM Interface documented here: http://earth.google.com/comapi/.  It
        maps the functionality provided by the API to python objects and reduces
        the barrier-to-entry put up by using win32com.  In addition to wrapping
        the COM API it also provides some nice additions which make it easier
        to manipulate Google Earth from python.
        
Keywords: google earth com api googleearth
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Graphics :: Presentation
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Topic :: Software Development :: Libraries
