Metadata-Version: 1.0
Name: tzwhere
Version: 1.0
Summary: Python library to look up timezone from lat / long offline
Home-page: https://github.com/pegler/pytzwhere
Author: Matt Pegler
Author-email: UNKNOWN
License: MIT License
Download-URL: https://github.com/pegler/pytzwhere/tarball/1.0
Description: pytzwhere
        =========
        
        pytzwhere is a Python library to lookup the timezone for a given lat/lng entirely offline
        
        It is a port from https://github.com/mattbornski/tzwhere with a few improvements.
        
        Instructions and usage information can be seen by running:
        ./tzwhere.py --help
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Localization
