{"id":13856682,"url":"https://github.com/cordada/lib-cl-sii-python","last_synced_at":"2026-04-15T23:05:24.024Z","repository":{"id":37808400,"uuid":"179381706","full_name":"cordada/lib-cl-sii-python","owner":"cordada","description":"Python library for Servicio de Impuestos Internos (SII) of Chile","archived":false,"fork":false,"pushed_at":"2024-04-04T19:47:44.000Z","size":1403,"stargazers_count":20,"open_issues_count":23,"forks_count":10,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2024-04-10T06:10:04.229Z","etag":null,"topics":["chile","chilean-rut","library","python"],"latest_commit_sha":null,"homepage":"https://lib-cl-sii-python.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cordada.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-04-03T22:49:26.000Z","updated_at":"2024-07-18T00:03:25.111Z","dependencies_parsed_at":"2024-04-04T20:46:31.130Z","dependency_job_id":"0979fe21-f879-4105-9744-a1b5acd583f8","html_url":"https://github.com/cordada/lib-cl-sii-python","commit_stats":null,"previous_names":["cordada/lib-cl-sii-python","fyntex/lib-cl-sii-python"],"tags_count":83,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cordada%2Flib-cl-sii-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cordada%2Flib-cl-sii-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cordada%2Flib-cl-sii-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cordada%2Flib-cl-sii-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cordada","download_url":"https://codeload.github.com/cordada/lib-cl-sii-python/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248602302,"owners_count":21131615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chile","chilean-rut","library","python"],"created_at":"2024-08-05T03:01:08.743Z","updated_at":"2026-04-15T23:05:24.019Z","avatar_url":"https://github.com/cordada.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# cl-sii Python lib\n\n[![PyPI Package Version](https://img.shields.io/pypi/v/cl-sii)](https://pypi.org/project/cl-sii/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/cl-sii)](https://pypi.org/project/cl-sii/)\n[![License](https://img.shields.io/pypi/l/cl-sii)](https://pypi.org/project/cl-sii/)\n\nPython library for Servicio de Impuestos Internos (SII) of Chile.\n\n## Documentation\n\nThe full documentation is at \u003chttps://lib-cl-sii-python.readthedocs.io\u003e.\n\n## Dashboard\n\n### Development\n\n| VCS Branch | Deployment Environment | VCS Repository | CI/CD Status |\n| ---------- | ---------------------- | -------------- | ------------ |\n| `develop` | Staging | [GitHub](https://github.com/fyntex/lib-cl-sii-python/tree/develop) | [![GitHub Actions](https://github.com/fyntex/lib-cl-sii-python/actions/workflows/ci-cd.yaml/badge.svg?branch=develop)](https://github.com/fyntex/lib-cl-sii-python/actions/workflows/ci-cd.yaml?query=branch:develop) |\n| `master` | Production | [GitHub](https://github.com/fyntex/lib-cl-sii-python/tree/master) | [![GitHub Actions](https://github.com/fyntex/lib-cl-sii-python/actions/workflows/ci-cd.yaml/badge.svg?branch=master)](https://github.com/fyntex/lib-cl-sii-python/actions/workflows/ci-cd.yaml?query=branch:master) |\n\n| Code Coverage | Code Climate | Documentation | Project Analysis |\n| ------------- | ------------ | ------------- | ---------------- |\n| [![Codecov](https://codecov.io/gh/cordada/lib-cl-sii-python/graph/badge.svg?token=VdwPUEUzzQ)](https://codecov.io/gh/cordada/lib-cl-sii-python) | [![Maintainability](https://api.codeclimate.com/v1/badges/c4e8a9b023310ff8c276/maintainability)](https://codeclimate.com/github/fyntex/lib-cl-sii-python/maintainability) | [![Read the Docs](https://readthedocs.org/projects/lib-cl-sii-python/badge/)](https://readthedocs.org/projects/lib-cl-sii-python/) | [Open Source Insights](https://deps.dev/pypi/cl-sii) |\n\n### Hosting\n\n| Deployment Environment | Python Package Registry |\n| ---------------------- | ----------------------- |\n| Production | [PyPI](https://pypi.org/project/cl-sii/) |\n\n## Supported Python versions\n\nOnly Python 3.9, 3.10, 3.11, 3.12, 3.13, and 3.14. Python 3.8 and below will not work because we use\nsome features introduced in Python 3.9.\n\n## Quickstart\n\nInstall package::\n\n```sh\npip install cl-sii\n```\n\nAnd TODO\n\n## Features\n\n- TODO\n\n### Tests\n\nRequirements::\n\n```sh\nmake install-dev\n```\n\nRun test suite for all supported Python versions and run tools for\ncode style analysis, static type check, etc::\n\n```sh\nmake test-all\nmake lint\n```\n\nCheck code coverage of tests::\n\n```sh\nmake test-coverage\nmake test-coverage-report-console\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcordada%2Flib-cl-sii-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcordada%2Flib-cl-sii-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcordada%2Flib-cl-sii-python/lists"}