Metadata-Version: 2.4
Name: ublcii2
Version: 1.1.5
Summary: Translate Invoice UBL 2.1 to/from CrossIndustryInvoice (CII) D16B
Home-page: https://converter-ubl-cii-invoice-xml.sourceforge.io
Author: Ludovic Watteaux
Author-email: ludovic.watteaux@gmail.com
License: GNU GPL v3.0
Project-URL: Home, https://converter-ubl-cii-invoice-xml.sourceforge.io
Project-URL: Bug Reports, https://github.com/Auratechcom/converter_ubl_cii_invoice_xml/issues
Project-URL: Say Thanks!, http://www.auratechcom.fr/contact.htm
Project-URL: Say Thanks2!, https://www.edi-intelligentsia.com/contact/
Project-URL: Source, https://github.com/Auratechcom/converter_ubl_cii_invoice_xml.git
Keywords: edi xml invoice ubl 2.1 CII CrossIndustryInvoice D16B
Platform: OS Independent (Written in an interpreted language)
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Office/Business
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Other/Nonlisted Topic
Classifier: Topic :: Communications
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools
Requires-Dist: django>=1.10
Requires-Dist: bots-ediint>=3.3.1rc1
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: project-url
Dynamic: requires-dist
Dynamic: summary

# UBLCII

Translate Invoice UBL 2.1 to/from CrossIndustryInvoice (CII) D16B


## Installation

* Pre-required: python2 or python3
* Additional-requirements: java (for invoicing rules validation)

```bash
pip install ublcii
```


## Usages
```bash
ubl2cii Input-Invoice-UBL.xml Output-Invoice-CII-D16B.xml
cii2ubl Input-Invoice-CII-D16B.xml Output-Invoice-UBL.xml
```

### With validation
```bash
ubl2cii --validate Input-Invoice-UBL.xml
ubl2cii --validate Input-Invoice-UBL.xml Output-Invoice-CII-D16B.xml
```


## Authors
* Ludovic Watteaux (Development)
* Claude Charmot (Specifications)


## Support

https://sourceforge.net/projects/converter-ubl-cii-invoice-xml/support


