Metadata-Version: 1.1
Name: satcomum
Version: 0.0.6
Summary: Código comum à implementação do SAT-CF-e.
Home-page: http://github.com/base4sistemas/satcomum/
Author: Daniel Gonçalves
Author-email: daniel@base4.com.br
License: Apache Software License
Description: 
        Código Comum ao SAT-CF-e
        ========================
        
        .. image:: https://img.shields.io/badge/status-planning-red.svg
            :target: https://pypi.python.org/pypi/satcomum/
            :alt: Development status
        
        .. image:: https://img.shields.io/badge/python%20version-2.7-blue.svg
            :target: https://pypi.python.org/pypi/satcomum/
            :alt: Supported Python versions
        
        .. image:: https://img.shields.io/pypi/l/satextrato.svg
            :target: https://pypi.python.org/pypi/satcomum/
            :alt: License
        
        .. image:: https://img.shields.io/pypi/v/satextrato.svg
            :target: https://pypi.python.org/pypi/satcomum/
            :alt: Latest version
        
        -------
        
            This project holds the common code for projects related to `SAT-CF-e`_
            which is a system for autorization and transmission of fiscal documents,
            developed by Finance Secretary of state of São Paulo, Brazil. This entire
            project, variables, methods and class names, as well as documentation, are
            written in brazilian portuguese.
        
            Refer to the `oficial web site <http://www.fazenda.sp.gov.br/sat/>`_ for
            more information (in brazilian portuguese only).
        
        Este projeto mantém o código comum aos projetos relacionados ao `SAT-CF-e`_,
        tais como validadores, formatadores, constantes e utilitários que são usados
        nos projetos relacionados:
        
        * Abstração do acesso ao equipamento SAT, `Projeto SATCFe`_
        * Impressão dos extratos do CF-e-SAT, `Projeto SATExtrato`_
        * Compartilhamento de Equipamentos SAT via RESTful API, `Projeto SATHub`_
        
        .. image:: https://badges.gitter.im/Join%20Chat.svg
           :alt: Join the chat at https://gitter.im/base4sistemas/satcfe
           :target: https://gitter.im/base4sistemas/satcfe?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        
        .. _`SAT-CF-e`: http://www.fazenda.sp.gov.br/sat/
        .. _`Projeto SATCFe`: https://github.com/base4sistemas/satcfe
        .. _`Projeto SATExtrato`: https://github.com/base4sistemas/satextrato
        .. _`Projeto SATHub`: https://github.com/base4sistemas/sathub
        
Platform: any
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Office/Business :: Financial :: Point-Of-Sale
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
