Metadata-Version: 2.1
Name: nv-nfe
Version: 0.1.0a1
Summary: Simple XML parser for reading standard Brazilian digital invoices (NFe)
Home-page: https://github.com/gstos/nv-nfe
License: MIT
Author: Gustavo Santos
Author-email: gustavo@next.ventures
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: dicttoxml (>=1.7.4,<2.0.0)
Requires-Dist: nv-utils (>=0.2.0a2,<0.3.0)
Requires-Dist: xmltodict (>=0.12.0,<0.13.0)
Project-URL: Repository, https://github.com/gstos/nv-nfe
Description-Content-Type: text/markdown

# nv.nfe
Simple XML parser for reading standard Brazilian digital invoices (NFe)

## Disclaimers
This library is a "quick and dirt" reader for Brazilian NFe (Nota Fiscal Eletrônica).  The package itself is based on 
a simple xml serializer and parser built on top of xmltodict.  **This has NOT been
tested under for xml vulnerabilities** and will probably never will, as it was develped as an internal parser for data analysis.


## Disclaimers
THIS IS UNDOCUMENTED WORK IN PROGRESS. READ THE LICENSE AND USE IT AT YOUR OWN RISK.

THIS IS AN ALPHA AND BREAKING CHANGES MAY (AND PROBABLY WILL) OCCUR.

