Metadata-Version: 2.1
Name: starkbank-brcode
Version: 1.1.0
Summary: Python library for conversion between Central Bank's BR Code message standard and JSON
Home-page: https://github.com/starkbank/brcode-python
Author: Stark Bank
Author-email: developers@starkbank.com
License: MIT License
Keywords: stark bank,starkbank,brcode,BR Code,open banking,openbanking,banking,open,stark,Brazil Central Bank
Platform: UNKNOWN
Description-Content-Type: text/markdown

# 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:

```sh
pip install starkbank-brcode
```

1.2 To install from source, clone the repo and run:

```sh
python setup.py install
```

