Metadata-Version: 1.2
Name: erpbrasil.assinatura-light
Version: 1.3.0
Summary: Assinatura de documentos com certificados digitais A1 e A3
Home-page: https://github.com/akretion/erpbrasil.assinatura
Author: Luis Felipe Mileo, Renato Lima
Author-email: raphael.valyi@akretion.com.br
License: MIT license
Project-URL: Documentation, https://erpbrasilassinatura.readthedocs.io/en/latest/
Project-URL: Changelog, https://erpbrasilassinatura.readthedocs.io/en/latest/changelog.html
Project-URL: Issue Tracker, https://github.com/erpbrasil/erpbrasil.assinatura/issues
Description: ========
        Overview
        ========
        
        
        
        Manipulação de certificados digitais, A1 e A3,  em Python, facilitando:
        
        * Assinatura de documentos PDF
        * Assinatura de documentos fiscais (XML)
        
        Esta biblioteca faz parte do projeto: https://erpbrasil.github.io/
        
        Documentação
        ============
        
        https://erpbrasil.github.io/
        
        Créditos
        ========
        
        Esta é uma biblioteca criada atravês do esforço de das empresas:
        
        * Akretion https://akretion.com/pt-BR/
        * KMEE https://www.kmee.com.br
        
        Por favor consulte a lista de contribuidores: https://github.com/erpbrasil/erpbrasil.assinatura/graphs/contributors
        
        Licença
        ~~~~~~~
        
        * Free software: MIT license
        
        Windows installation
        ====================
        
        Prerequisites
        
        * Install swig (and add swig install folder to PATH environment variable)
        
        
        Ubuntu Installation
        ===================
        
        ::
        
            sudo apt-get update
            sudo apt-get install swig
            pip install erpbrasil.assinatura
        
        Documentation
        =============
        
        
        https://erpbrasilassinatura.readthedocs.io/en/latest/
        
        Development
        ===========
        
        To run the all tests run::
        
            tox
        
        Note, to combine the coverage data from all the tox environments run:
        
        .. list-table::
            :widths: 10 90
            :stub-columns: 1
        
            - - Windows
              - ::
        
                    set PYTEST_ADDOPTS=--cov-append
                    tox
        
            - - Other
        
              - ::
        
                    PYTEST_ADDOPTS=--cov-append tox
        
        
        Changelog
        =========
        
        0.0.0 (2019-04-18)
        ~~~~~~~~~~~~~~~~~~
        
        * First release on PyPI.
        
        0.3.0 (2019-11-19)
        ~~~~~~~~~~~~~~~~~~
        
        * Correção da importação da biblioteca e seu namespace
        
        0.4.0 (2019-11-20)
        ~~~~~~~~~~~~~~~~~~
        
        * Acesso aos dados do certificado: Proprietário e CNPJ/CPF caso exista
        
        0.4.1 (2019-11-25)
        ~~~~~~~~~~~~~~~~~~
        
        * Compatibilidade com python 2
        * Correção na assinatura
        
        0.4.2 (2019-11-26)
        ~~~~~~~~~~~~~~~~~~
        
        * Concatenar somente o elemento assinado no momento, sem mover os outros elementos de bloco. Por exemplo um lote de rps já assinados deve compor um bloco assinado, ao assinar este bloco as outras assinaturas não devem ser modificadas.
        
        1.0.0 (2020-11-10)
        ~~~~~~~~~~~~~~~~~~
        
        * Fim do suporte ao python2
        * Estabilização dos testes
        
        1.2.0 (2021-05-26)
        ~~~~~~~~~~~~~~~~~~
        
        * Assinatura da nota paulista (Infelizmente com o XMLSEC, tiramos ele em uma nova versão)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
Requires-Python: >=3.5, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
