acdh-xml-pyutils


Nameacdh-xml-pyutils JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://github.com/acdh-oeaw/acdh-xml-pyutils
SummaryUtility functions to work with XML
upload_time2024-01-08 12:54:28
maintainer
docs_urlNone
authorPeter Andorfer
requires_python>=3.7
licenseMIT
keywords acdh_xml_pyutils
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # ACDH XML PyUtils

[![flake8 Lint](https://github.com/acdh-oeaw/acdh-xml-pyutils/actions/workflows/lint.yml/badge.svg)](https://github.com/acdh-oeaw/acdh-xml-pyutils/actions/workflows/lint.yml)
[![Test](https://github.com/acdh-oeaw/acdh-xml-pyutils/actions/workflows/test.yml/badge.svg)](https://github.com/acdh-oeaw/acdh-xml-pyutils/actions/workflows/test.yml)
[![PyPI version](https://badge.fury.io/py/acdh-xml-pyutils.svg)](https://badge.fury.io/py/acdh-xml-pyutils)


Utility functions to work with XML


## Features

* parse XML from files, strings or URLS
* print/save parsed files

see `tests/test_xml.py` for usage examples

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/acdh-oeaw/acdh-xml-pyutils",
    "name": "acdh-xml-pyutils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "acdh_xml_pyutils",
    "author": "Peter Andorfer",
    "author_email": "peter.andorfer@oeaw.ac.at",
    "download_url": "https://files.pythonhosted.org/packages/20/89/bb786ef127ab17a918612d48a46d668153fc7762e22957aba89dc162401d/acdh_xml_pyutils-1.0.tar.gz",
    "platform": null,
    "description": "# ACDH XML PyUtils\n\n[![flake8 Lint](https://github.com/acdh-oeaw/acdh-xml-pyutils/actions/workflows/lint.yml/badge.svg)](https://github.com/acdh-oeaw/acdh-xml-pyutils/actions/workflows/lint.yml)\n[![Test](https://github.com/acdh-oeaw/acdh-xml-pyutils/actions/workflows/test.yml/badge.svg)](https://github.com/acdh-oeaw/acdh-xml-pyutils/actions/workflows/test.yml)\n[![PyPI version](https://badge.fury.io/py/acdh-xml-pyutils.svg)](https://badge.fury.io/py/acdh-xml-pyutils)\n\n\nUtility functions to work with XML\n\n\n## Features\n\n* parse XML from files, strings or URLS\n* print/save parsed files\n\nsee `tests/test_xml.py` for usage examples\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Utility functions to work with XML",
    "version": "1.0",
    "project_urls": {
        "Homepage": "https://github.com/acdh-oeaw/acdh-xml-pyutils"
    },
    "split_keywords": [
        "acdh_xml_pyutils"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9704a144b20dcad5eda386167792f2b35145b226923dc3dc3b26b31d3aacd8fb",
                "md5": "d4d76bc6bcf21e6edd108e192d37b601",
                "sha256": "7320e9805b60b5baca781bdc9fc16d97ea7c5161ff5228cd89be9af79017fa14"
            },
            "downloads": -1,
            "filename": "acdh_xml_pyutils-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d4d76bc6bcf21e6edd108e192d37b601",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 7804,
            "upload_time": "2024-01-08T12:54:26",
            "upload_time_iso_8601": "2024-01-08T12:54:26.684593Z",
            "url": "https://files.pythonhosted.org/packages/97/04/a144b20dcad5eda386167792f2b35145b226923dc3dc3b26b31d3aacd8fb/acdh_xml_pyutils-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2089bb786ef127ab17a918612d48a46d668153fc7762e22957aba89dc162401d",
                "md5": "85e409a234c6a835990e3981f28a3303",
                "sha256": "ebfdf47f97b0bedbd6a3f4aa27caa3aef7d8b4cfb1a93d8d87ea20d865144172"
            },
            "downloads": -1,
            "filename": "acdh_xml_pyutils-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "85e409a234c6a835990e3981f28a3303",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 7498,
            "upload_time": "2024-01-08T12:54:28",
            "upload_time_iso_8601": "2024-01-08T12:54:28.200762Z",
            "url": "https://files.pythonhosted.org/packages/20/89/bb786ef127ab17a918612d48a46d668153fc7762e22957aba89dc162401d/acdh_xml_pyutils-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-08 12:54:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "acdh-oeaw",
    "github_project": "acdh-xml-pyutils",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "acdh-xml-pyutils"
}
        
Elapsed time: 0.16664s