0 purchases
xmlcoll 1.7.2
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.
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
Bradley S. Meyer <[email protected]>
Documentation
The project documentation is available at https://xmlcoll.readthedocs.io.
Contribute
Issue Tracker: https://github.com/mbradle/xmlcoll/issues/
Source Code: https://github.com/mbradle/xmlcoll/
License
The project is licensed under the GNU Public License v3 (or later).
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.