Metadata-Version: 2.1
Name: cl-sii
Version: 0.2.0
Summary: Python library for Servicio de Impuestos Internos (SII) of Chile.
Home-page: https://github.com/fyndata/lib-cl-sii-python
Author: Fyndata (Fynpal SpA)
Author-email: no-reply@fyndata.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.7, <3.8
Description-Content-Type: text/x-rst
Requires-Dist: marshmallow (>=2.16.3)
Provides-Extra: django
Requires-Dist: Django (>=2.1) ; extra == 'django'
Provides-Extra: djangorestframework
Requires-Dist: djangorestframework (>=3.8.2) ; extra == 'djangorestframework'

=================
cl-sii Python lib
=================

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

Status
-------------

.. image:: https://circleci.com/gh/fyndata/lib-cl-sii-python/tree/develop.svg?style=shield
    :target: https://circleci.com/gh/fyndata/lib-cl-sii-python/tree/develop
    :alt: CI status


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.




History
-------

unreleased (YYYY-MM-DD)
+++++++++++++++++++++++

0.2.0 (2019-04-04)
+++++++++++++++++++++++

- (PR #6, 2019-04-04) data.ref: add XML schemas of "factura electrónica"
- (PR #5, 2019-04-04) extras: add 'RutField' for Django models, DRF and MM
- (PR #4, 2019-04-04) Config CircleCI

0.1.0 (2019-04-04)
+++++++++++++++++++++++

* (PR #2, 2019-04-04) Add class and constants for RUT
* (PR #1, 2019-04-04) Whole setup for a Python package/library


