Metadata-Version: 2.1
Name: json-to-ubl-xml-transformer
Version: 0.2.0
Summary: Converts JSON input files to PEPPOL BIS 3.0 Invoice UBL XML outputs and validates them
Home-page: https://github.com/dimitern/json_to_ubl_xml_transformer
Author: Dimiter Naydenov
Author-email: dimiter@naydenov.net
License: MIT license
Keywords: json_to_ubl_xml_transformer
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: Click (>=6.0)

===========================
JSON to UBL XML Transformer
===========================


.. image:: https://img.shields.io/pypi/v/json_to_ubl_xml_transformer.svg
        :target: https://pypi.python.org/pypi/json_to_ubl_xml_transformer

.. image:: https://codecov.io/gh/dimitern/json_to_ubl_xml_transformer/branch/master/graph/badge.svg
        :target: https://codecov.io/gh/dimitern/json_to_ubl_xml_transformer

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
        :target: https://github.com/ambv/black

.. image:: https://img.shields.io/travis/dimitern/json_to_ubl_xml_transformer.svg?branch=master
        :target: https://travis-ci.org/dimitern/json_to_ubl_xml_transformer

.. image:: https://readthedocs.org/projects/json-to-ubl-xml-transformer/badge/?version=latest
        :target: https://json-to-ubl-xml-transformer.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/dimitern/json_to_ubl_xml_transformer/shield.svg
        :target: https://pyup.io/repos/github/dimitern/json_to_ubl_xml_transformer/
        :alt: Updates


Converts JSON input files to PEPPOL BIS 3.0 Invoice UBL XML outputs and validates them


* Free software: MIT license
* Documentation: https://json-to-ubl-xml-transformer.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.4 (2019-08-14)
------------------

* Removed `xmler` dependency, simplified, and re-implemented the logic using `xmltodict`.
* Added more tests, including for the CLI and increased tests coverage over 96%.
* Added Python 3.8 to supported versions.
* Removed Python 3.4 from supported versions.

0.1.3 (2019-02-20)
------------------

* Fixed an issue with garbage data appearing from previous transformations (with deepcopy()).

0.1.2 (2019-02-07)
------------------

* Working JSON transformation with multiple input files.

0.1.0 (2018-10-30)
------------------

* First release on PyPI.


