Skip to main content

Python library for generating Brazilian auxiliary fiscal documents in PDF from XML documents.

Project description

tests codecov python pypi license contributors pypi-downloads

Brazil Fiscal Report

Brazil Fiscal Report - XML to PDF

Python library for generating Brazilian auxiliary fiscal documents in PDF from XML documents.

Biblioteca Python para gerar DANFE, DACTE, DAMDFE, DACCe e DANFSE em PDF a partir de XML de NF-e, CT-e, MDF-e, CC-e e NFS-e.

Documentation | PyPI | Try it Online

Supported Documents

Document Description XML Source
DANFE Documento Auxiliar da Nota Fiscal Eletrônica NF-e
DACCe Documento Auxiliar da Carta de Correção Eletrônica CC-e
DACTE Documento Auxiliar do Conhecimento de Transporte Eletrônico CT-e
DAMDFE Documento Auxiliar do Manifesto Eletrônico de Documentos Fiscais MDF-e
DANFSE Documento Auxiliar da Nota Fiscal de Serviços Eletrônica NFS-e

Installation

pip install brazilfiscalreport

This installs the core library with support for DANFE and DACCe. For additional document types and features:

pip install 'brazilfiscalreport[dacte]'   # DACTE support (requires qrcode)
pip install 'brazilfiscalreport[damdfe]'  # DAMDFE support (requires qrcode)
pip install 'brazilfiscalreport[cli]'     # CLI tool
pip install 'brazilfiscalreport[dacte,damdfe,cli]'  # All extras

Quick Start

from brazilfiscalreport.danfe import Danfe

with open("nfe.xml", "r", encoding="utf8") as file:
    xml_content = file.read()

danfe = Danfe(xml=xml_content)
danfe.output("danfe.pdf")

The same pattern applies to all document types:

from brazilfiscalreport.dacte import Dacte
from brazilfiscalreport.damdfe import Damdfe
from brazilfiscalreport.dacce import DaCCe

dacte = Dacte(xml=cte_xml)
dacte.output("dacte.pdf")

damdfe = Damdfe(xml=mdfe_xml)
damdfe.output("damdfe.pdf")

dacce = DaCCe(xml=cce_xml)
dacce.output("dacce.pdf")

CLI

Generate PDFs directly from the terminal:

bfrep danfe /path/to/nfe.xml
bfrep dacte /path/to/cte.xml
bfrep damdfe /path/to/mdfe.xml
bfrep dacce /path/to/cce.xml
bfrep danfse /path/to/nfse.xml

See the CLI documentation for configuration options.

Dependencies

Credits

This is a fork of the nfe_utils project, originally created by Edson Bernardino.

Maintainer

Engenere

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

brazilfiscalreport-0.7.2.tar.gz (68.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

brazilfiscalreport-0.7.2-py3-none-any.whl (72.4 kB view details)

Uploaded Python 3

File details

Details for the file brazilfiscalreport-0.7.2.tar.gz.

File metadata

  • Download URL: brazilfiscalreport-0.7.2.tar.gz
  • Upload date:
  • Size: 68.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for brazilfiscalreport-0.7.2.tar.gz
Algorithm Hash digest
SHA256 0bc62cc9954ea4fc26524a8bc83ee41d0be7b36e3825e38967741695b1b0e461
MD5 d7b0a173fd91de542f617eaec61c6bb4
BLAKE2b-256 9c3620b55a9cd0e08a0e39a561f94fe74184de91c059d76c5e47ee4c3920efde

See more details on using hashes here.

File details

Details for the file brazilfiscalreport-0.7.2-py3-none-any.whl.

File metadata

File hashes

Hashes for brazilfiscalreport-0.7.2-py3-none-any.whl
Algorithm Hash digest
SHA256 631ee73c0c967f72ee9c325c34dd639c80e67865307a21639756a4d75d4c6c8b
MD5 a06721c7d1a063bee52af03459c970df
BLAKE2b-256 bf5e535cedb10728b22804e7813b2f006d81c2884ca6ec62afb7dde6839b665f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page