Skip to content

A fast, async and Pythonic wrapper for AxterDB

Notifications You must be signed in to change notification settings

AxterDB/wrapper

Repository files navigation

AxterDB

View on PyPi v1.0.0 Documentation Status

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

About

A fast, async and Pythonic wrapper for AxterDB

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages