RecordsKeeper Python SDK

Python libraries for recordskeeper. The RecordsKeeper Python SDK provides access to the python libraries of RecordsKeeper.

Installation

Install from PyPI using pip, a package manager for Python. There are two different packages for two different versions of python, for python2 version

pip install recordskeeper_python_lib        #for version2.0
pip install recordskeeper_python_lib3       #for version3.0 and greater

Compatibility

The python SDKs have been tested with python version 2.0 and python version 3.0 or greater.

Requirement

You have to create your own configuration file to interact with the blockchain with the required parameters given in the sample config file of these libraries.