Python library for Servicio de Impuestos Internos (SII) of Chile.
The full documentation is at https://lib-cl-sii-python.readthedocs.io.
| VCS Branch | Deployment Environment | VCS Repository | CI/CD Status |
|---|---|---|---|
develop |
Staging | GitHub | |
master |
Production | GitHub |
| Code Coverage | Code Climate | Documentation | Project Analysis |
|---|---|---|---|
| Open Source Insights |
| Deployment Environment | Python Package Registry |
|---|---|
| Production | PyPI |
Only Python 3.9 and 3.10. Python 3.8 and below will not work because we use some features introduced in Python 3.9.
Install package::
pip install cl-siiAnd TODO
- TODO
Requirements::
make install-devRun test suite for all supported Python versions and run tools for code style analysis, static type check, etc::
make test-all
make lintCheck code coverage of tests::
make test-coverage
make test-coverage-report-console