diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 0000000..26e6741 --- /dev/null +++ b/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 \ No newline at end of file diff --git a/pytrustnfe/xml/DynamicXml.py b/pytrustnfe/xml/DynamicXml.py index 33141e8..b066ead 100644 --- a/pytrustnfe/xml/DynamicXml.py +++ b/pytrustnfe/xml/DynamicXml.py @@ -6,8 +6,7 @@ Created on Jun 17, 2015 ''' 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): def __getattr__(self, name):