Metadata-Version: 2.1
Name: geocoding-api-extract
Version: 0.0.1
Summary: Geocoding api extract to dataframe script.
Home-page: https://github.com/AndoKalrisian/geocoding_api_extract
Author: Anders Bergman
Author-email: 
License: MIT License
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: configparser

# geocoding-api-extract
This package makes it easy to connect to the US geocoding api and extract data from a large set of addresses.  It batches up the request for querying the api and returns the results in a Pandas DataFrame as a result. 

# Install

```
pip install geocoding_api_extract
```

# Usage 




