# ceresdb-client-py **Repository Path**: ceres-db/ceresdb-client-py ## Basic Information - **Project Name**: ceresdb-client-py - **Description**: Python implementation of CeresDB client. - **Primary Language**: Rust - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-13 - **Last Updated**: 2024-12-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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).