unilogica / erpbrasil.edoc.pdf

Impressão de documentos fiscais a partir do XML: NF-E, NFC-E, CT-E, MDF-E, GNRE e etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

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

Impressão de documentos fiscais a partir do XML: NF-E, NFC-E, CT-E, MDF-E, GNRE e etc.

  • Free software: MIT license

Installation

pip install erpbrasil.edoc.pdf

You can also install the in-development version with:

pip install https://github.com/erpbrasil/erpbrasil.edoc.pdf/archive/master.zip

Documentation

https://erpbrasil.github.io/docs/

Development

To run the all 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

About

Impressão de documentos fiscais a partir do XML: NF-E, NFC-E, CT-E, MDF-E, GNRE e etc.

License:MIT License


Languages

Language:Python 98.0%Language:Batchfile 2.0%