Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcydoty/Recursos-NFE-em-Python
https://github.com/marcydoty/Recursos-NFE-em-Python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcydoty/Recursos-NFE-em-Python
- Owner: marcydoty
- License: other
- Created: 2011-02-09T19:52:12.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-08-28T17:18:06.000Z (about 1 year ago)
- Last Synced: 2024-04-04T09:34:31.475Z (7 months ago)
- Language: Python
- Homepage: http://openobject-brasil.blogspot.com/
- Size: 1.14 MB
- Stars: 71
- Watchers: 18
- Forks: 37
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- starred-awesome - Recursos-NFE-em-Python - (Python)
README
Recursos-NFE
============[![Build Status](https://travis-ci.org/marcwebbie/Recursos-NFE-em-Python.svg)](https://travis-ci.org/marcwebbie/Recursos-NFE-em-Python)
Biblioteca de interface com o webservice de Nota Fiscal Eletrônica,
da SEFAZ, oficializada pelo Ministério da Fazenda do Governo do
Brasil.A NF-e visa substituir as notas fiscais séries 1 e 1A
Quickstart
----------```python
pip install https://github.com/marcydoty/Recursos-NFE-em-Python/tarball/master
```Dependencies
------------### System libs
- [SUDS](https://fedorahosted.org/suds/)
- [libxml2](http://xmlsoft.org/)
- [openssl](https://www.openssl.org/)
- [XmlSEC](https://www.aleksey.com/xmlsec/)### Python libs
- [geraldo](https://github.com/marinho/geraldo)
- [pyxmlsec](http://pyxmlsec.labs.libre-entreprise.org/)
- [lxml](http://lxml.de/)
- [pyOpenSSL](https://pypi.python.org/pypi/pyOpenSSL)To install python dependencies run:
```bash
pip install -r requirements.txt
```License LGPLv2.1
-------> Webservice interface to [NFE](http://www.nfe.fazenda.gov.br) in Python.
> Copyright (C) 2011-2014 Marcilene Ribeiro
>
> This program is free software: you can redistribute it and/or modify
> it under the terms of the GNU Lesser General Public License as published by
> the Free Software Foundation, either version 2.1 of the License, or
> (at your option) any later version.
>
> This program is distributed in the hope that it will be useful,
> but WITHOUT ANY WARRANTY; without even the implied warranty of
> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> GNU General Public License for more details.
>
> You should have received a copy of the GNU Lesser General Public
> License along with this library; if not, write to the Free Software
> Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.