Overview

https://zenodo.org/badge/541709014.svg

xmlcoll is a python package for working with collections of items. The items have heterogeneous data stored as properties in a dictionary with keys given by a name and optional tags. The package API has routines to write data to and retrieve data from XML and to validate that XML against a schema.

pypi Documentation Status GitHub test lint-test black

Installation

Install from PyPI with pip by typing in your favorite terminal:

$ pip install xmlcoll

Usage

To get familiar with xmlcoll, please see the tutorial Jupyter notebook.

Authors

Documentation

The project documentation is available at https://xmlcoll.readthedocs.io.

Contribute

License

The project is licensed under the GNU Public License v3 (or later).