Metadata-Version: 2.1
Name: ziptimezone
Version: 0.1.3
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.0.0,<3.0.0)
Requires-Dist: pgeocode (>=0.4.0,<0.5.0)
Requires-Dist: timezonefinder (==6.1.9)
Description-Content-Type: text/markdown

### This is basically a simple wrapper around pgeocode 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)


