Código comum à implementação do SAT-CF-e.
Project description
Código Comum ao SAT-CF-e
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. The entire project, including variable, methods and class names, as well as documentation, are written in brazilian portuguese.
Refer to the oficial web site 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
Desenvolvimento e Testes
Configure o ambiente de desenvolvimento e execute os testes:
$ git clone git@github.com:base4sistemas/satcomum.git
$ cd satcomum
$ python -m venv .env
$ source .env/bin/activate
(.env) $ pip install -r requirements/dev.txt
(.env) $ tox
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.