Skip to content

paltaa/lib-cl-sii-python

 
 

Repository files navigation

cl-sii Python lib

PyPI package version

Python versions

License

Python library for Servicio de Impuestos Internos (SII) of Chile.

Documentation

The full documentation is at https://lib-cl-sii-python.readthedocs.io.

Status

CI status

Code coverage

Code Climate maintainability

Documentation

Supported Python versions

Only Python 3.7. Python 3.6 and below will not work because we use some features introduced in Python 3.7.

Quickstart

Install package:

pip install cl-sii

And TODO

Features

  • TODO

Tests

Requirements:

pip install -r requirements/test.txt

Run test suite for all supported Python versions and run tools for code style analysis, static type check, etc:

make test-all
make lint

Check code coverage of tests:

make test-coverage
make test-coverage-report-console

About

Python library for Servicio de Impuestos Internos (SII) of Chile

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Makefile 0.4%