Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 400 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 400 Bytes

Stark Bank BR Code

Python library for conversion between Central Bank's BR Code message standard and JSON

Supported Python Versions

This library supports the following Python versions:

  • Python 2.7
  • Python 3.4+

Setup

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