Metadata-Version: 2.1
Name: mapquest
Version: 0.0.1
Summary: An api wrapper for MapQuest
Home-page: https://github.com/M-Boukhlouf/mapquest
Author: Mohammed Boukhlouf
Author-email: mohammed.boukhlouf@outlook.com
License: UNKNOWN
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

# mapquest

mapquest is an api wrapper for MapQuest

# Example
```py
response = mapquest_client.address(location=location)
```

