Metadata-Version: 2.4
Name: danfe-parser
Version: 0.1.7
Summary: Parses Brazilian DANF-e data and saves as spreadsheet.
Project-URL: Documentation, https://forgejo.remylebeau.uk/Godrigos/danfe-parser#readme
Project-URL: Issues, https://forgejo.remylebeau.uk/Godrigos/danfe-parser/issues
Project-URL: Source, https://forgejo.remylebeau.uk/Godrigos/danfe-parser
Author-email: Rodrigo Aluizio <r.aluizio@gmail.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE.txt
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.8
Requires-Dist: beautifulsoup4~=4.14
Requires-Dist: pandas~=3.0
Requires-Dist: requests~=2.32
Requires-Dist: typer~=0.21
Description-Content-Type: text/markdown

# danfe-parser

Retrieve products information from Brazilian "Documento Auxiliar da Nota Fiscal Eletrônica".

## Usage

**DANF-e Parser** needs one positional argument:

* url: a link to an online DANF-e.

```console
danfe-parser url
```

## License

`danfe-parser` is distributed under the terms of the [GPL-3.0-or-later](https://spdx.org/licenses/GPL-3.0-or-later.html) license.
