Last updated:
0 purchases
axterdb 1.5
AxterDB is a modern, easy to use, feature-rich, and async ready API wrapper for AxterDB in Python.
Key Features
Modern Pythonic API using async and await.
Optimised for both speed and memory usage.
Installing
Python 3.8 or higher is required
# Linux/macOS
python3 -m pip install -U axterdb
# Windows
py -3 -m pip install -U axterdb
To 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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.