edxml-test-corpus


Nameedxml-test-corpus JSON
Version 3.0.1 PyPI version JSON
download
home_pagehttps://github.com/edxml/test-corpus
SummaryA collection of portable unit tests for EDXML implementations
upload_time2023-03-13 16:53:19
maintainer
docs_urlNone
authorDik Takken
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |license| |pyversion|

.. |license| image::  https://img.shields.io/badge/License-MIT-blue.svg
.. |pyversion| image::  https://img.shields.io/badge/python-3.5%20%7C%203.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue

====================================
The EDXML Test Corpus Python Package
====================================

This is a Python package that provides the EDXML test corpus. It can be used to include the test corpus in Python projects by adding this package as a dependency.

Installing
==========

The package can be installed using Pip::

  pip install edxml-test-corpus

Usage
=====

Besides the corpus data files the package also provides a constant which contains the path to the root directory containing the data files. It can be imported like this::

    from edxml_test_corpus import CORPUS_PATH


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/edxml/test-corpus",
    "name": "edxml-test-corpus",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Dik Takken",
    "author_email": "dik.takken@edxml.org",
    "download_url": "https://files.pythonhosted.org/packages/4d/80/cacca64b6554cce1b67442269d2dbbeb9868f1a00f7308980cbd85356f98/edxml-test-corpus-3.0.1.tar.gz",
    "platform": null,
    "description": "|license| |pyversion|\n\n.. |license| image::  https://img.shields.io/badge/License-MIT-blue.svg\n.. |pyversion| image::  https://img.shields.io/badge/python-3.5%20%7C%203.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue\n\n====================================\nThe EDXML Test Corpus Python Package\n====================================\n\nThis is a Python package that provides the EDXML test corpus. It can be used to include the test corpus in Python projects by adding this package as a dependency.\n\nInstalling\n==========\n\nThe package can be installed using Pip::\n\n  pip install edxml-test-corpus\n\nUsage\n=====\n\nBesides the corpus data files the package also provides a constant which contains the path to the root directory containing the data files. It can be imported like this::\n\n    from edxml_test_corpus import CORPUS_PATH\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A collection of portable unit tests for EDXML implementations",
    "version": "3.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aff7ee8ae7296c9a0261129b59784621b834481c4c211caa21a1464b74d08e67",
                "md5": "379afe0951578cea52a2ecba7efbfdaf",
                "sha256": "8feb45a153d8a664bcc51436f6f44ee2a29a654945a05dfb19ad7dc8546a24c9"
            },
            "downloads": -1,
            "filename": "edxml_test_corpus-3.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "379afe0951578cea52a2ecba7efbfdaf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 358141,
            "upload_time": "2023-03-13T16:53:18",
            "upload_time_iso_8601": "2023-03-13T16:53:18.163014Z",
            "url": "https://files.pythonhosted.org/packages/af/f7/ee8ae7296c9a0261129b59784621b834481c4c211caa21a1464b74d08e67/edxml_test_corpus-3.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d80cacca64b6554cce1b67442269d2dbbeb9868f1a00f7308980cbd85356f98",
                "md5": "ed38481ba625874d79b99d61af8cffc8",
                "sha256": "85ec1a137b6166aad515778c37722fd09fe74123e0e2e21478b7deaaece94289"
            },
            "downloads": -1,
            "filename": "edxml-test-corpus-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ed38481ba625874d79b99d61af8cffc8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 44503,
            "upload_time": "2023-03-13T16:53:19",
            "upload_time_iso_8601": "2023-03-13T16:53:19.478951Z",
            "url": "https://files.pythonhosted.org/packages/4d/80/cacca64b6554cce1b67442269d2dbbeb9868f1a00f7308980cbd85356f98/edxml-test-corpus-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-13 16:53:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "edxml",
    "github_project": "test-corpus",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "edxml-test-corpus"
}
        
Elapsed time: 0.04820s