/erpbrasil.bank.inter

Primary LanguagePythonMIT LicenseMIT

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status Requirements Status
Coverage Status Coverage Status
package

Integração com o Banco Inter em Python

  • Free software: MIT license

Installation

pip install erpbrasil.bank.inter

You can also install the in-development version with:

pip install https://github.com/erpbrasil/erpbrasil.bank.inter/archive/master.zip

Documentation

https://erpbrasilbankinter.readthedocs.io/

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox