Metadata-Version: 2.1
Name: infinopy
Version: 0.0.2
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


<h1 align="center">
    PyInfino - Infino Python Client
</h1>
<p align="center">
    PyInfino - 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

PyInfino 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 pyinfino
```

### 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 PyInfino - the Python client for Infino.
