Metadata-Version: 2.1
Name: gordo.client
Version: 0.2.0
Summary: Gordo client
Home-page: https://github.com/equinor/gordo-client
License: AGPL-3.0
Keywords: gordo.client
Author: Equinor ASA
Author-email: fg_gpl@equinor.com
Requires-Python: >=3.7,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: cachetools (>=4.0,<5.0)
Requires-Dist: gordo-dataset (>=2.3.0,<2.4.0)
Requires-Dist: influxdb (>=5.3.0,<6.0.0)
Requires-Dist: numpy (>=1.18,<2.0)
Requires-Dist: pandas (>=1.0,<2.0)
Requires-Dist: pyarrow (>=0.17.1,<0.18.0)
Requires-Dist: pydantic (>=1.7.3,<2.0.0)
Requires-Dist: requests (>=2.20,<3.0)
Requires-Dist: scikit-learn (>=0.23,<1.0)
Requires-Dist: wrapt (>=1.11,<2.0)
Project-URL: Repository, https://github.com/equinor/gordo-client
Description-Content-Type: text/markdown

# Gordo client
Separete client for [Gordo](https://github.com/equinor/gordo) project.

# Install
`pip install gordo.client`

# Uninstall
`pip uninstall gordo.client`

