Metadata-Version: 2.3
Name: py-sidif
Version: 0.2.0
Dynamic: Summary
Project-URL: Home, https://github.com/WolfgangFahl/py-sidif
Project-URL: Documentation, https://wiki.bitplan.com/index.php/Py-sidif
Project-URL: Source, https://github.com/WolfgangFahl/py-sidif
Author-email: Wolfgang Fahl <wf@bitplan.com>
Maintainer-email: Wolfgang Fahl <wf@bitplan.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: pyparsing
Requires-Dist: xmltodict
Provides-Extra: test
Requires-Dist: green; extra == 'test'
Description-Content-Type: text/markdown

# py-sidif
SiDIF (Simple Data Interchange Format) parser

[![pypi](https://img.shields.io/pypi/pyversions/py-sidif)](https://pypi.org/project/py-sidif/)
[![Github Actions Build](https://github.com/WolfgangFahl/py-sidif/actions/workflows/build.yml/badge.svg)](https://github.com/WolfgangFahl/py-sidif/actions/workflows/build.yml)
[![PyPI Status](https://img.shields.io/pypi/v/py-sidif.svg)](https://pypi.python.org/pypi/py-sidif/)
[![Downloads](https://pepy.tech/badge/py-sidif)](https://pepy.tech/project/py-sidif)
[![GitHub issues](https://img.shields.io/github/issues/WolfgangFahl/py-sidif.svg)](https://github.com/WolfgangFahl/py-sidif/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/WolfgangFahl/py-sidif.svg)](https://github.com/WolfgangFahl/py-sidif/issues/?q=is%3Aissue+is%3Aclosed)
[![API Docs](https://img.shields.io/badge/API-Documentation-blue)](https://wolfgangfahl.github.io/py-sidif/)
[![License](https://img.shields.io/github/license/WolfgangFahl/py-sidif.svg)](https://www.apache.org/licenses/LICENSE-2.0)

What it is
==========
Parser for Simple Data Interchange Format [SiDIF](http://wiki.bitplan.com/index.php/SiDIF)

Installation
============
```bash
pip install py-sidif
```

Get Sources
===========
```bash
git clone https://github.com/WolfgangFahl/py-sidif
cd py-sidif
scripts/install
```

Testing
=======
```bash
scripts/test
```

Usage
=====
see [test cases](https://github.com/WolfgangFahl/py-sidif/tree/main/tests)

## Documentation
[Wiki](http://wiki.bitplan.com/index.php/py-sidif)

### Authors
* [Wolfgang Fahl](http://www.bitplan.com/Wolfgang_Fahl)
