Metadata-Version: 2.1
Name: savvihub
Version: 0.0.10
Summary: A Command line interface and library for SavviHub
Home-page: https://savvihub.com/
Author: Floyd Ryoo
Author-email: floyd@savvihub.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
Requires-Dist: inquirer (>=2.7.0)
Requires-Dist: jsonschema (>=3.2.0)
Requires-Dist: PyYAML (>=5.3.1)
Requires-Dist: requests (>=2.0.0)
Requires-Dist: requests-futures (>=1.0.0)
Requires-Dist: terminaltables (>=3.1.0)
Requires-Dist: typer (>=0.3.0)
Requires-Dist: typeguard (>=2.9.1)

<div align="center">
  <img src="https://imgur.com/FgQvEZ2.png" /><br><br>
</div>

# savvihub-client [![pypi](https://img.shields.io/pypi/v/savvihub.svg)](https://pypi.python.org/pypi/savvihub)

A Command line interface and library for SavviHub


## Features
- A Command line interface to communicate with SavviHub
- Python SDK to log the experiment

## Quickstart
```shell
pip install savvihub
```

