Browse Source

Adding licence headers

tags/0.1.5
Danimar Ribeiro 9 years ago
parent
commit
892571cc32
  1. 1127
      LICENSE.txt
  2. 9
      pytrustnfe/ChaveNFe.py
  3. 9
      pytrustnfe/Strings.py
  4. 3
      pytrustnfe/__init__.py
  5. 3
      pytrustnfe/nfse/__init__.py
  6. 4
      pytrustnfe/nfse/paulistana/__init__.py
  7. 8
      pytrustnfe/pdf/Danfe.py
  8. 8
      pytrustnfe/pdf/__init__.py
  9. 4
      pytrustnfe/xml/filters.py

1127
LICENSE.txt
File diff suppressed because it is too large
View File

9
pytrustnfe/ChaveNFe.py

@ -1,9 +1,6 @@
# coding=utf-8
'''
Created on 23/06/2015
@author: danimar
'''
# -*- coding: utf-8 -*-
# © 2016 Danimar Ribeiro, Trustcode
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
class ChaveNFe(object):

9
pytrustnfe/Strings.py

@ -1,9 +1,7 @@
#coding=utf-8
'''
Created on Jun 17, 2015
# -*- coding: utf-8 -*-
# © 2016 Danimar Ribeiro, Trustcode
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
@author: danimar
'''
CONSULTA_CADASTRO_COMPLETA = '<?xml version="1.0" encoding="utf-8"?>'\
'<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope">'\
@ -38,4 +36,3 @@ RETORNO_CONSULTA = '<?xml version="1.0" encoding="utf-8"?>'\
'<xBairro>CONJUNTO HABITACIONAL FRANCISCO DE CILLO (INOCOOP)</xBairro><cMun>3545803</cMun>'\
'<xMun>SANTA BARBARA D''OESTE</xMun><CEP>13457162</CEP></ender></infCad></infCons>'\
'</retConsCad></consultaCadastro2Result></soap:Body></soap:Envelope>'

3
pytrustnfe/__init__.py

@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
# © 2016 Danimar Ribeiro, Trustcode
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

3
pytrustnfe/nfse/__init__.py

@ -0,0 +1,3 @@
# -*- coding: utf-8 -*-
# © 2016 Danimar Ribeiro, Trustcode
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

4
pytrustnfe/nfse/paulistana/__init__.py

@ -1,3 +1,7 @@
# -*- coding: utf-8 -*-
# © 2016 Danimar Ribeiro, Trustcode
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
import os
import logging
import suds

8
pytrustnfe/pdf/Danfe.py

@ -1,9 +1,7 @@
# coding=utf-8
'''
Created on 01/07/2015
# -*- coding: utf-8 -*-
# © 2016 Danimar Ribeiro, Trustcode
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
@author: danimar
'''
from pytrustnfe.xml.DynamicXml import DynamicXml
from reportlab.platypus.tables import Table
from reportlab.pdfgen.canvas import Canvas

8
pytrustnfe/pdf/__init__.py

@ -1,5 +1,3 @@
'''
Created on 01/07/2015
@author: danimar
'''
# -*- coding: utf-8 -*-
# © 2016 Danimar Ribeiro, Trustcode
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

4
pytrustnfe/xml/filters.py

@ -1,4 +1,6 @@
# coding=utf-8
# -*- coding: utf-8 -*-
# © 2016 Danimar Ribeiro, Trustcode
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from decimal import Decimal
from datetime import datetime

Loading…
Cancel
Save