xmlcoll


Namexmlcoll JSON
Version 1.7.2 PyPI version JSON
download
home_pagehttps://github.com/mbradle/xmlcoll
SummaryPython project to work with xml data of a collection of items.
upload_time2024-03-30 12:15:08
maintainerNone
docs_urlNone
authorClemson University
requires_pythonNone
licenseGPLv3+
keywords data xml database collection
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Overview
========

.. image:: https://zenodo.org/badge/541709014.svg
  :target: https://zenodo.org/doi/10.5281/zenodo.10460076

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.

|pypi| |doc_stat| |license| |test| |lint-test| |black|

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>

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

.. |pypi| image:: https://badge.fury.io/py/xmlcoll.svg 
    :target: https://badge.fury.io/py/xmlcoll
.. |license| image:: https://img.shields.io/github/license/mbradle/xmlcoll
    :alt: GitHub
.. |doc_stat| image:: https://readthedocs.org/projects/xmlcoll/badge/?version=latest
    :target: https://xmlcoll.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status
.. |test| image:: https://github.com/mbradle/xmlcoll/actions/workflows/test.yml/badge.svg?branch=main&event=push
        :target: https://github.com/mbradle/xmlcoll/actions/workflows/test.yml
.. |lint| image:: https://img.shields.io/badge/linting-pylint-yellowgreen
    :target: https://github.com/pylint-dev/pylint
.. |lint-test| image:: https://github.com/mbradle/xmlcoll/actions/workflows/lint.yml/badge.svg?branch=main&event=push
        :target: https://github.com/mbradle/xmlcoll/actions/workflows/lint.yml 
.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mbradle/xmlcoll",
    "name": "xmlcoll",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "data xml database collection",
    "author": "Clemson University",
    "author_email": "mbradle@clemson.edu",
    "download_url": "https://files.pythonhosted.org/packages/c5/6f/ca7af2d14043eb80e5933e24996ed5f464a608b6d77f15dc69a92eab35c2/xmlcoll-1.7.2.tar.gz",
    "platform": null,
    "description": "Overview\n========\n\n.. image:: https://zenodo.org/badge/541709014.svg\n  :target: https://zenodo.org/doi/10.5281/zenodo.10460076\n\nxmlcoll is a python package for working with collections of items.\nThe items have heterogeneous data stored as\n`properties` in a dictionary with keys given by a\nname and optional tags.  The package API has routines to write data to and\nretrieve data from `XML <https://www.w3.org/XML/>`_ and to validate that\nXML against a schema.\n\n|pypi| |doc_stat| |license| |test| |lint-test| |black|\n\nInstallation\n------------\n\nInstall from `PyPI <https://pypi.org/project/xmlcoll>`_ with pip by\ntyping in your favorite terminal::\n\n    $ pip install xmlcoll\n\nUsage\n-----\n\nTo get familiar with xmlcoll, please see the tutorial Jupyter\n`notebook <https://github.com/mbradle/xmlcoll_tutorial>`_.\n\nAuthors\n-------\n\n- Bradley S. Meyer <mbradle@g.clemson.edu>\n\nDocumentation\n-------------\n\nThe project documentation is available at `<https://xmlcoll.readthedocs.io>`_.\n\nContribute\n----------\n\n- Issue Tracker: `<https://github.com/mbradle/xmlcoll/issues/>`_\n- Source Code: `<https://github.com/mbradle/xmlcoll/>`_\n\nLicense\n-------\n\nThe project is licensed under the GNU Public License v3 (or later).\n\n.. |pypi| image:: https://badge.fury.io/py/xmlcoll.svg \n    :target: https://badge.fury.io/py/xmlcoll\n.. |license| image:: https://img.shields.io/github/license/mbradle/xmlcoll\n    :alt: GitHub\n.. |doc_stat| image:: https://readthedocs.org/projects/xmlcoll/badge/?version=latest\n    :target: https://xmlcoll.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n.. |test| image:: https://github.com/mbradle/xmlcoll/actions/workflows/test.yml/badge.svg?branch=main&event=push\n        :target: https://github.com/mbradle/xmlcoll/actions/workflows/test.yml\n.. |lint| image:: https://img.shields.io/badge/linting-pylint-yellowgreen\n    :target: https://github.com/pylint-dev/pylint\n.. |lint-test| image:: https://github.com/mbradle/xmlcoll/actions/workflows/lint.yml/badge.svg?branch=main&event=push\n        :target: https://github.com/mbradle/xmlcoll/actions/workflows/lint.yml \n.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n\n",
    "bugtrack_url": null,
    "license": "GPLv3+",
    "summary": "Python project to work with xml data of a collection of items.",
    "version": "1.7.2",
    "project_urls": {
        "Bug Reports": "https://github.com/mbradle/xmlcoll/issues",
        "Homepage": "https://github.com/mbradle/xmlcoll",
        "Source": "https://github.com/mbradle/xmlcoll/"
    },
    "split_keywords": [
        "data",
        "xml",
        "database",
        "collection"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f6b5c757845222ef2e24f4c63f2f6f4929e707cf61b4f302bdcade53f1bf05f",
                "md5": "5ab74c9481350a71e11ac1605dbb3a84",
                "sha256": "e29877888e51c6aea0564b0c7c6f4c41d9a5746ac3c24db842249142d11a4828"
            },
            "downloads": -1,
            "filename": "xmlcoll-1.7.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5ab74c9481350a71e11ac1605dbb3a84",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 20639,
            "upload_time": "2024-03-30T12:15:06",
            "upload_time_iso_8601": "2024-03-30T12:15:06.937069Z",
            "url": "https://files.pythonhosted.org/packages/1f/6b/5c757845222ef2e24f4c63f2f6f4929e707cf61b4f302bdcade53f1bf05f/xmlcoll-1.7.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c56fca7af2d14043eb80e5933e24996ed5f464a608b6d77f15dc69a92eab35c2",
                "md5": "8a9625e66c81f4b128e3f4238cf1f5d1",
                "sha256": "de8eef5630b3dbe3bab9f06fe459af45ca258739207f6a2d54a10bcd4869d9cc"
            },
            "downloads": -1,
            "filename": "xmlcoll-1.7.2.tar.gz",
            "has_sig": false,
            "md5_digest": "8a9625e66c81f4b128e3f4238cf1f5d1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 21890,
            "upload_time": "2024-03-30T12:15:08",
            "upload_time_iso_8601": "2024-03-30T12:15:08.783624Z",
            "url": "https://files.pythonhosted.org/packages/c5/6f/ca7af2d14043eb80e5933e24996ed5f464a608b6d77f15dc69a92eab35c2/xmlcoll-1.7.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-30 12:15:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mbradle",
    "github_project": "xmlcoll",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "xmlcoll"
}
        
Elapsed time: 0.21438s