NuoDB Python Driver (pynuodb)

Overview

NuoDB Python Driver (pynuodb) enables Python applications to access a NuoDB database.

Requirements

CPython ≥ 2.7

Installation

The current stable release is available on PyPI and can be installed using pip:

pip install pynuodb

Alternatively, download the TAR from GitHub using the following commands:

curl -L https://github.com/nuodb/nuodb-python/archive/master.tar.gz | tar xz
cd nuodb-python*
python setup.py install
# The folder nuodb-python* can be safely removed now.