Metadata-Version: 2.1
Name: infinopy
Version: 0.0.3
Summary: A Python package for Infino
Home-page: https://github.com/infinohq/infino
Author: Vinay K
Author-email: vinaykakade@gmail.com
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
Requires-Dist: docker
Requires-Dist: requests


<h1 align="center">
    InfinoPy - Infino Python Client
</h1>
<p align="center">
    InfinoPy - Python Client for Infino, a Fast and Scalable time service to store the time series and logs
</p>

If you haven't explored Infino yet, please refer to:
 - [Infino git repo](https://github.com/infinohq/infino)

## Quick Start

`infinopy` is a python client for Infino. Infino is a fast and scalable service to store the time series and logs data.

### Installation

```bash
pip install infinopy
```

### Example

The documentation is still in progress. In the meantime, the [this test](https://github.com/infinohq/infino/blob/python-client/clients/python/infino/tests/test_infino.py) illustrates how to use InfinoPy - the Python client for Infino.
