Metadata-Version: 1.1
Name: satcomum
Version: 0.0.2
Summary: Código comum à implementação do SAT-CF-e (SAT Fiscal).
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`_.
        
            SAT-CF-e 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 e constantes que são usados nos projetos
        relacionados:
        
        * Abstração do acesso ao equipamento SAT (`satcfe`_) e
        * Impressão dos extratos do CF-e-SAT (`satextrato`_)
        
        .. _`SAT-CF-e`: http://www.fazenda.sp.gov.br/sat/
        .. _`satcfe`: https://github.com/base4sistemas/satcfe
        .. _`satextrato`: https://github.com/base4sistemas/satextrato
        
        
        Mudanças em ``satcomum``
        ========================
        
        2015-04-20
        ==========
        
        * Início do projeto.
        
        
        
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
