Skip to content

base4sistemas/satcomum

Repository files navigation

Latest version Supported Python versions Development status Documentation Status License Join the chat at https://gitter.im/base4sistemas/satcfe

Código Comum ao SAT-CF-e

This project holds 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 variables, methods and class names, as well as documentation, are written in brazilian portuguese.

Head over to SAT-CF-e official website 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:

Desenvolvimento e Testes

Configure o ambiente de desenvolvimento e execute os testes:

$ git clone https://github.com/base4sistemas/satcomum.git
$ cd satcomum
$ python -m venv .env
$ source .env/bin/activate
(.env) $ pip install --upgrade pip
(.env) $ pip install -r requirements/dev.txt
(.env) $ tox