LIXI Package Overview
====
``lixi`` is a python package that simplifies working with the LIXI data standards and with messages that are based on the LIXI standards.
[LIXI Limited]([https://lixi.org.au/) has been facilitating collaboration within the Australian Lending industry for almost two decades, by managing a suite of data standards (for both XML & JSON) used across the industry to improve the efficiency of B2B electronic messaging.
This package is offered under an open source license, however the features are effective when used in conjunction with a LIXI2 Schema which are available to LIXI members and licensees.
Features
========
The development of this package was driven by a need to simplify the most common tasks associated with the use of the LIXI2 schemas and sample messages. Key features include the following:
* Read an XML or JSON file
* Validate an XML or JSON file against a LIXI2 Schema.
* Validate a LIXI package (XML or JSON) against a Schematron file that contains business rules (in the form of rule and assertions).
* Convert a valid LIXI2 XML file to the equivalent JSON representation.
* Convert a valid LIXI2 JSON file to the equivalent XML representation.
* Transform a LIXI2 message to an older/newer LIXI2 version or show warnings regarding any data loss that would occur in such a transformation.
* Create a list of all LIXI Paths that represent the elements and attributes used in a single package.
* Create a set of [Customisation by Restriction](https://lixi.org.au/join-lixi/benefits-of-lixi-membership/premium-tools/customisation-by-restriction/) instructions or schema based on a single LIXI message.
* Create a customised schema based on a set of Customisation by Restriction instructions.
* Create LIXI Schema Documentation for any LIXI2 Transaction Schema or any schema created by Customisation by Restriction.
Installation
============
Requirements
------------
The installation of the ``lixi`` package requires [pip](https://pypi.org/project/pip/) to be installed for package installation with your Python installation.
The ``lixi`` package is not supported by Python 2.
The installation of the ``lixi`` using pip will install the following libraries as required dependencies:
* [boto3](https://github.com/boto/boto3)
* [isodate](https://github.com/gweis/isodate/)
* [jsonschema](https://github.com/Julian/jsonschema)
* [lxml](https://lxml.de/)
* [xmljson](https://github.com/sanand0/xmljson)
Installation with pip
----------------
Open a command prompt or a bash window on your PC and type the following command.
```python
pip install lixi
```
Now to use the ``lixi`` package, simply import the library into your Python project, like so:
```python
import lixi
```
and that's it! You're ready to go.
Assumptions
-----------
The ``lixi`` package requires you to have access to the required LIXI schemas. Members and Licensees of LIXI can access these through the LIXI website or via an API provided by LIXI (contact LIXI for more details if you would like to use this API retrieval mechanism).
# Further Documentation
Detailed class documentation generated by Sphinx along with a quick start guide are available on the LIXI website to logged in members and licensees available [here](https://smedia.lixi.org.au/python-docs/index.html).
# Source Code Management
## GIT Project
This LIXI python library is made available through an open source license, but because the automated testing of the project requires access to the LIXI Schemas that are available to LIXI Members and Licensees, the [lixi-pypi](https://standards.lixi.org.au/lixi-tech/lixi-pypi) project that we use to manage the library will only be available to members and licensees once it stabilises. For now, the source code is available to LIXI Staff, although the library is available on the Python Package Index for anyone to install.
Contributing
------------
For now, you can contribute to the project by installing the library from PyPI and emailing us on lixilab@lixi.org.au to:
* suggest new features;
* raise issues;
* and report bugs.
Branching, Build, Test & Deployment
----------
The [lixi-pypi](https://standards.lixi.org.au/lixi-tech/lixi-pypi) project contains 3 permanent branches 'master', 'test' and 'dev'. A feature branch 'feature' may be created for new functionality added. Two of these ('master' & 'test') are protected branches, and only allow commits through merge requests.
Commits and pushes to the 'feature' and 'dev' branch executes a series of test cases and generates the library documentation using Sphinx but does not push the library to any pypi repository.
Merges into the 'test' branch run the same tests and generate the documentation, but upload the build to the test PyPi repository to be tested ([available here](https://test.pypi.org/project/lixi/)).
Merges into the 'master' branch will also test the build and generate docs but *only* deploy to production PyPI ([available here](https://pypi.org/project/lixi/)) when a tag is applied on the master branch.
The build version number is maintained in CI/CD variables. The first digit is incremented for breaking changes, the second digit is incremented for new features and the third digit is incremented for all other changes, further digits are timestamps for development/test versions only.
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
PyPI 官网下载 | lixi-0.1.19.tar.gz (615个子文件)
setup.cfg 38B
theme.css 87KB
extra.css 5KB
theme_extra.css 4KB
highlight.css 2KB
fontawesome-webfont.eot 37KB
wheel.gif 34KB
.git 46B
index.html 5KB
search.html 4KB
favicon.ico 1KB
MANIFEST.in 319B
GenerateHTML.js 114KB
jquery-2.1.1.min.js 82KB
marked.js 41KB
text.js 15KB
lunr.min.js 15KB
require.js 15KB
modernizr-2.8.3.min.js 11KB
vkbeautify.0.99.00.beta.js 10KB
mustache.min.js 9KB
search.js 7KB
theme.js 3KB
README.md 5KB
README.md 59B
PKG-INFO 6KB
PKG-INFO 6KB
clip.png 16KB
lixi_logo_100.png 5KB
info.png 622B
info-icon.png 325B
_customise_schema.py 93KB
_LIXI.py 57KB
_jsonschema_functions.py 51KB
_Message.py 32KB
_xml_to_json.py 19KB
__init__.py 13KB
_command_line.py 13KB
_path_functions.py 11KB
_xslt_transform.py 8KB
_schematron_functions.py 3KB
_schema_documentation.py 2KB
setup.py 1KB
fontawesome-webfont.svg 193KB
fontawesome-webfont.ttf 77KB
SOURCES.txt 29KB
requires.txt 112B
top_level.txt 5B
dependency_links.txt 1B
fontawesome-webfont.woff 43KB
customization.xsd 15KB
LIXI-CAL-2_6_2-LIXI-CAL-2_6_1-warnings.zip 23KB
LIXI-DAS-2_2_2-LIXI-DAS-2_2_1-warnings.zip 23KB
LIXI-CNZ-2_0_2-LIXI-CNZ-2_0_1-warnings.zip 16KB
LIXI-CDA-2_0_0-LIXI-CDA-0_0_2-warnings.zip 15KB
LIXI-CDA-0_0_2-LIXI-CDA-2_0_0-warnings.zip 15KB
LIXI-CAL-2_6_1-LIXI-CAL-2_6_2-warnings.zip 15KB
LIXI-CNZ-2_0_1-LIXI-CNZ-2_0_2-warnings.zip 15KB
LIXI-DAS-2_2_1-LIXI-DAS-2_2_2-warnings.zip 15KB
LIXI-CAL-2_6_0-LIXI-CAL-2_5_0-warnings.zip 8KB
LIXI-DAS-2_2_0-LIXI-DAS-2_1_0-warnings.zip 8KB
LIXI-CAL-2_6_2-LIXI-CAL-2_6_1.zip 7KB
LIXI-CDA-0_0_2-LIXI-CDA-0_0_1-warnings.zip 6KB
LIXI-DAS-2_2_2-LIXI-DAS-2_2_1.zip 6KB
LIXI-CAL-2_5_0-LIXI-CAL-2_6_0-warnings.zip 5KB
LIXI-DAS-2_1_0-LIXI-DAS-2_2_0-warnings.zip 5KB
LIXI-CAL-2_6_8-LIXI-CAL-2_6_7-warnings.zip 5KB
LIXI-ACC-0_0_7-LIXI-ACC-0_0_6-warnings.zip 4KB
LIXI-CNZ-2_0_2-LIXI-CNZ-2_0_1.zip 4KB
LIXI-CAL-2_6_25-LIXI-CAL-2_6_24-warnings.zip 4KB
LIXI-CAL-2_6_9-LIXI-CAL-2_6_8-warnings.zip 4KB
LIXI-CAL-2_6_17-LIXI-CAL-2_6_16-warnings.zip 4KB
LIXI-CDA-2_0_0-LIXI-CDA-0_0_2.zip 4KB
LIXI-CDA-0_0_2-LIXI-CDA-2_0_0.zip 3KB
LIXI-CAL-2_6_1-LIXI-CAL-2_6_2.zip 3KB
LIXI-DAS-2_2_1-LIXI-DAS-2_2_2.zip 3KB
LIXI-CNZ-2_0_1-LIXI-CNZ-2_0_2.zip 3KB
LIXI-CDA-0_0_2-LIXI-CDA-0_0_1.zip 3KB
LIXI-CAL-2_6_1-LIXI-CAL-2_6_0-warnings.zip 3KB
LIXI-DAS-2_2_1-LIXI-DAS-2_2_0-warnings.zip 3KB
LIXI-CDA-2_0_7-LIXI-CDA-2_0_6-warnings.zip 3KB
LIXI-CNZ-2_0_1-LIXI-CNZ-2_0_0-warnings.zip 3KB
LIXI-DAS-2_2_25-LIXI-DAS-2_2_24-warnings.zip 3KB
LIXI-DAS-2_2_9-LIXI-DAS-2_2_8-warnings.zip 3KB
LIXI-DAS-2_2_10-LIXI-DAS-2_2_9-warnings.zip 3KB
LIXI-CAL-2_6_0-LIXI-CAL-2_5_0.zip 3KB
LIXI-CDA-2_0_23-LIXI-CDA-2_0_22-warnings.zip 3KB
LIXI-DAS-2_2_0-LIXI-DAS-2_1_0.zip 3KB
LIXI-CDA-2_0_15-LIXI-CDA-2_0_14-warnings.zip 3KB
LIXI-CAL-2_6_10-LIXI-CAL-2_6_9-warnings.zip 3KB
LIXI-DAS-2_2_17-LIXI-DAS-2_2_16-warnings.zip 3KB
LIXI-LMI-0_0_2-LIXI-LMI-0_0_1-warnings.zip 3KB
LIXI-CAL-2_6_19-LIXI-CAL-2_6_18-warnings.zip 3KB
LIXI-VAL-0_0_4-LIXI-VAL-0_0_3-warnings.zip 3KB
LIXI-CAL-2_6_6-LIXI-CAL-2_6_5-warnings.zip 3KB
LIXI-CAL-2_6_14-LIXI-CAL-2_6_13-warnings.zip 3KB
LIXI-DAS-2_2_14-LIXI-DAS-2_2_13-warnings.zip 3KB
LIXI-CAL-2_6_8-LIXI-CAL-2_6_7.zip 3KB
LIXI-CDA-2_0_12-LIXI-CDA-2_0_11-warnings.zip 3KB
LIXI-CDA-2_0_8-LIXI-CDA-2_0_7-warnings.zip 3KB
共 615 条
- 1
- 2
- 3
- 4
- 5
- 6
- 7
资源评论
挣扎的蓝藻
- 粉丝: 14w+
- 资源: 15万+
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功