Browse Source

Adicionando documentação

tags/0.1.5
Danimar Ribeiro 11 years ago
parent
commit
09fd39b6af
  1. 15
      docs/index.rst
  2. 3
      pytrustnfe/xml/DynamicXml.py

15
docs/index.rst

@ -0,0 +1,15 @@
Bem Vindo ao ``PyTrustNFe``
===========================
``PyTrustNFe`` é uma bilioteca com o propósito de implementar todas
as comunicações relacionadas a NF-e diretamente com a sefaz.
O objetivo desta biblioteca é prover mais simplicidade e fornecer
uma biblioteca estável com cobertura de código
Installation
------------
Você pode instalar ``PyTrustNFe`` com ``pip``:
.. code-block:: console
$ pip install PyTrustNFe

3
pytrustnfe/xml/DynamicXml.py

@ -6,8 +6,7 @@ Created on Jun 17, 2015
''' '''
import xml.etree.ElementTree as ET import xml.etree.ElementTree as ET
from lxml.etree import Element, ElementTree, tostring
from collections import OrderedDict
from lxml.etree import Element, tostring
class DynamicXml(object): class DynamicXml(object):
def __getattr__(self, name): def __getattr__(self, name):

Loading…
Cancel
Save