Metadata-Version: 2.1
Name: xmlcoll
Version: 1.2.0
Summary: Python project to work with xml data of a collection of items.
Home-page: https://github.com/mbradle/xmlcoll
Author: Clemson University
Author-email: mbradle@clemson.edu
License: GPLv3+
Project-URL: Bug Reports, https://github.com/mbradle/xmlcoll/issues
Project-URL: Source, https://github.com/mbradle/xmlcoll/
Keywords: data xml database collection
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Database
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: lxml
Provides-Extra: dev
Requires-Dist: check-manifest ; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'

Overview
========

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 <https://www.w3.org/XML/>`_ and to validate that
XML against a schema..

Installation
------------

Install from `PyPI <https://pypi.org/project/xmlcoll>`_ with pip by
typing in your favorite terminal::

    $ pip install xmlcoll

Usage
-----

To get familiar with xmlcoll, please see the tutorial Jupyter
`notebook <https://github.com/mbradle/xmlcoll_tutorial>`_.

Authors
-------

- Bradley S. Meyer <mbradle@g.clemson.edu>

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).

