AxterDB is a modern, easy to use, feature-rich, and async ready API wrapper for AxterDB in Python.
- Modern Pythonic API using
asyncandawait. - Optimised for both speed and memory usage.
Python 3.8 or higher is required
# Linux/macOS
python3 -m pip install -U axterdb
# Windows
py -3 -m pip install -U axterdbTo install the development version, do the following:
$ git clone https://github.com/AxterDB/wrapper
$ cd wrapper
$ python3 -m pip install -U .or if you do not want to clone the repository:
# Linux/macOS
python3 -m pip install git+https://github.com/AxterDB/wrapper
# Windows
py -3 -m pip install git+https://github.com/AxterDB/wrapper