Python library for conversion between Central Bank's BR Code message standard and JSON
This library supports the following Python versions:
- Python 2.7
- Python 3.4+
1.1 To install the package with pip, run:
pip install starkbank-brcode
1.2 To install from source, clone the repo and run:
python setup.py install