This manual describes how to install and configure SiriDB Connector using twisted for Python 2 compatibility, a self-contained Python driver for communicating with SiriDB servers, and how to use it to develop database applications.
When using Python 3, package siridb-connector (asyncio) is recommended.
From PyPI (recommend)
pip install siridb-connector-twisted
From source code
python setup.py install