Metadata-Version: 2.1
Name: grocropclient
Version: 1.0.6
Summary: Python client library for accessing Gro Intelligence's US crop insights
Home-page: https://www.gro-intelligence.com
License: MIT
Author: Gro Intelligence developers
Author-email: dev@gro-intelligence.com
Requires-Python: >=3.6.1,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: fuzzywuzzy
Requires-Dist: groclient
Requires-Dist: numpy
Requires-Dist: pandas
Description-Content-Type: text/markdown

The Gro US Crop API Client is a Python library to help with the discovery and retrieval of data series related to US crops.

The library is written on top of the [Gro Python Client API](https://github.com/gro-intelligence/api-client)
and offers a set of convenience methods and constants to make the use of the Gro API faster and simpler.

The use of the Gro US Crop API Client requires a Gro account with API access.
Visit our [website](https://gro-intelligence.com/platform/api) for more information.

