From 09fd39b6af72fc75b790e8cf8fc25a420b3c208d Mon Sep 17 00:00:00 2001 From: Danimar Ribeiro Date: Sun, 21 Jun 2015 16:06:26 -0300 Subject: [PATCH] =?UTF-8?q?Adicionando=20documenta=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.rst | 15 +++++++++++++++ pytrustnfe/xml/DynamicXml.py | 3 +-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 docs/index.rst 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):