edxml-schema


Nameedxml-schema JSON
Version 3.0.0 PyPI version JSON
download
home_pagehttps://github.com/edxml/schema
SummaryThe RelaxNG schema that is part of the EDXML specification
upload_time2023-03-13 16:35:05
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 Schema Python Package
===============================

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

Installing
==========

The package can be installed using Pip::

  pip install edxml-schema

Usage
=====

Besides the actual schema the package also provides constants which contain the path to the various versions of the schema. These can be imported like this:

.. code-block:: python

    from edxml_schema import SCHEMA_PATH_3_0

    print(f"The schema can be found here: {SCHEMA_PATH_3_0}")

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/edxml/schema",
    "name": "edxml-schema",
    "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/eb/b1/fe63afbbee81b0019cf49d5058595c848528201bb69bf85bafdc7b400cac/edxml-schema-3.0.0.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 Schema Python Package\n===============================\n\nThis is a Python package that provides the EDXML RelaxNG schema. It can be used to include the schema 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-schema\n\nUsage\n=====\n\nBesides the actual schema the package also provides constants which contain the path to the various versions of the schema. These can be imported like this:\n\n.. code-block:: python\n\n    from edxml_schema import SCHEMA_PATH_3_0\n\n    print(f\"The schema can be found here: {SCHEMA_PATH_3_0}\")\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "The RelaxNG schema that is part of the EDXML specification",
    "version": "3.0.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a4b67905828070c66d6241d8a3ee87a89f66414db3afddedc600a1df01c9d0a",
                "md5": "9a823e702a7ecb161022c5573313270b",
                "sha256": "b5e6640fed5acf21b142bf77b85d3624b065214d4f4f87ecf2065451cf9a2355"
            },
            "downloads": -1,
            "filename": "edxml_schema-3.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9a823e702a7ecb161022c5573313270b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4749,
            "upload_time": "2023-03-13T16:35:04",
            "upload_time_iso_8601": "2023-03-13T16:35:04.002674Z",
            "url": "https://files.pythonhosted.org/packages/5a/4b/67905828070c66d6241d8a3ee87a89f66414db3afddedc600a1df01c9d0a/edxml_schema-3.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ebb1fe63afbbee81b0019cf49d5058595c848528201bb69bf85bafdc7b400cac",
                "md5": "19f001be796b2844c33ee6f678784ddd",
                "sha256": "b7a276b0e475c187fdabbe8e1787ed1c800dad9fbf3c31340d627a55c416c6b3"
            },
            "downloads": -1,
            "filename": "edxml-schema-3.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "19f001be796b2844c33ee6f678784ddd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5016,
            "upload_time": "2023-03-13T16:35:05",
            "upload_time_iso_8601": "2023-03-13T16:35:05.303262Z",
            "url": "https://files.pythonhosted.org/packages/eb/b1/fe63afbbee81b0019cf49d5058595c848528201bb69bf85bafdc7b400cac/edxml-schema-3.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-13 16:35:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "edxml",
    "github_project": "schema",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "edxml-schema"
}
        
Elapsed time: 0.04134s