Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcydoty/Recursos-NFE-em-Python


https://github.com/marcydoty/Recursos-NFE-em-Python

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

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.