chore: fix asf header (#44)

* chore: fix asf header

* fix ci

* add rust toolchain

* fix clippy

* add release yml

* delete lock

* build universal2-apple-darwin

* bump version
21 files changed
tree: ad27e054eb94095a3cb5a4859df7afa458a3dad8
  1. .github/
  2. examples/
  3. src/
  4. .asf.yaml
  5. .gitignore
  6. build.rs
  7. Cargo.lock
  8. Cargo.toml
  9. DISCLAIMER
  10. horaedb_client.pyi
  11. LICENSE
  12. licenserc.toml
  13. Makefile
  14. NOTICE
  15. pyproject.toml
  16. README.md
  17. rust-toolchain.toml
README.md

Apache HoraeDB (Incubating) Python Client

License CI OpenIssue

Introduction

Python client for Apache HoraeDB (Incubating).

[!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 and a full explanation of “incubating”.

Support features

  • [x] Query
  • [x] Write

An example is provided to show how to access HoraeDB.

Installation

pip install horaedb-client

Contributing

Any contribution is welcome!

Read our Contributing Guide and make your first contribution!

License

Under Apache License 2.0.