Metadata-Version: 1.1
Name: python-geosupport
Version: 0.0.7
Summary: Python bindings for the NYC Geosupport Desktop application
Home-page: https://github.com/ishiland/python-geosupport
Author: Ian Shiland
Author-email: ishiland@gmail.com
License: MIT
Description: 
        Call NYC Planning's Geosupport Desktop functions from Python.
        
        Ex:
            >>> import geosupport
            >>> g = geosupport.Geocode()
            >>> g.address("125 Worth st NY, NY, 10013")
            {'Latitude': '40.715428',
             'Longitude': '-74.002673',
            ...}
            
Keywords: NYC,geocoder,python-geosupport,geosupport
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
