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.

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.1.tar.gz (66.8 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.1-py3-none-any.whl (71.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: brazilfiscalreport-0.7.1.tar.gz
  • Upload date:
  • Size: 66.8 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.1.tar.gz
Algorithm Hash digest
SHA256 e763d2cda1af060d5fc5e64de345c9877464eb556d05e29b6a43a02a43a459e4
MD5 8f99b6c9f01fa781c441a7356ad0d50a
BLAKE2b-256 2b96bd8777bf25ad929075331973ae89c5d59729e8d52db1d69eddfc604713f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for brazilfiscalreport-0.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c233944e03c4c6dae3ebe8671eee23fa9fb785f8b30a5a27898c211968f4ad20
MD5 2983b6e21aeccac4256b19b1187679fb
BLAKE2b-256 23c3fdc18d41883045f925667957384c8f5574a615254fd0ed62b359e4648f7b

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