Metadata-Version: 2.1
Name: ziptimezone
Version: 0.10.4
Summary: A package to convert ZIP codes to time zones and get geographic coordinates.
License: MIT
Author: Manjunath Bettadapura
Author-email: manjunathbettadapura412@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pandas (==2.2.2)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: timezonefinder (==6.5.0)
Description-Content-Type: text/markdown

#### This uses zip_code, latitude and longitude data from geonames and timezonefinder packages.
#### Convenience functions to get:
##### 1. The latitude and longitude for a given US or Puerto Rico Zip Code
##### 2. The more commonly identifiable timezone for a given zipcode(ex: Eastern, Central, Mountain, et al)


