Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 534 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 534 Bytes

SiriDB - Connector (Twisted)

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.

Warning:

When using Python 3, package siridb-connector (asyncio) is recommended.

Installation

From PyPI (recommend)

pip install siridb-connector-twisted

From source code

python setup.py install