Skip to content

PyAfipWS ABC Coding

Nico Sandoval edited this page Jun 11, 2019 · 3 revisions

Coding Guidelines

The PyAfipsWs recomends

Code Style

Python

Code Style PEP 8:

  • Usar 4 espacios para la identacion.
  • No usar from M import *.
  • Usar pep8 y/o flake8 para chequear el codigo(con la opcion ignore=E123,E124,E126,E128).


version BETA

Veamos como sigue

Clone this wiki locally