Metadata-Version: 2.3
Name: horaedb-client
Version: 2.0.0rc1
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Intended Audience :: Developers
License-File: LICENSE
License-File: NOTICE
Summary: Python client for Apache HoraeDB(incubating), a high-performance, distributed, cloud native time-series database.
Keywords: database,time-series,iot,devops
Author: HoraeDB Authors
License: Apache-2.0
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Documentation, https://github.com/apache/horaedb-client-py
Project-URL: Homepage, https://github.com/apache/horaedb-client-py
Project-URL: Repository, https://github.com/apache/horaedb-client-py

# Apache HoraeDB (Incubating) Python Client

![License](https://img.shields.io/badge/license-Apache--2.0-green.svg)
[![CI](https://github.com/apache/horaedb-client-py/actions/workflows/ci.yml/badge.svg)](https://github.com/apache/horaedb-client-py/actions/workflows/ci.yml)
[![OpenIssue](https://img.shields.io/github/issues/apache/horaedb-client-py)](https://github.com/apache/horaedb-client-py/issues)

## Introduction

Python client for [Apache HoraeDB (Incubating)](https://github.com/apache/horaedb).

> [!IMPORTANT]
> Apache HoraeDB (incubating) is an effort undergoing incubation at the Apache
> Software Foundation (ASF), sponsored by the Apache Incubator PMC.
>
> Please read the [DISCLAIMER](DISCLAIMER) and a full explanation of ["incubating"](https://incubator.apache.org/policy/incubation.html).

## Support features

- [x] Query
- [x] Write

An [example](https://github.com/apache/horaedb-client-py/blob/main/examples/read_write.py) is provided to show how to access HoraeDB.

## Installation

```bash
pip install horaedb-client
```

## Contributing

Any contribution is welcome!

Read our [Contributing Guide](https://github.com/apache/horaedb/blob/main/CONTRIBUTING.md) and make your first contribution!

## License

Under [Apache License 2.0](./LICENSE).

