json-schema-himarc


Namejson-schema-himarc JSON
Version 2.9.18 PyPI version JSON
download
home_page
Summary"Python validator for himarc JSON Schema"
upload_time2024-01-24 13:17:37
maintainer
docs_urlNone
author"TROUVERIE Joachim"
requires_python
license"MIT"
keywords "json-schema"
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            JSON Schema Himarc
==================

Validate instance using `Himarc JSON schema <https://github.com/CIEPS/json-schema-himarc>`_
V1.0.3.

.. code-block:: python

    from json_schema_himarc import
        validate_himarc, get_himarc_validation_errors
    )
    instance = {}
    if not validate_himarc(instance):
        errors = get_himarc_validation_errors(instance)



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "json-schema-himarc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "\"json-schema\"",
    "author": "\"TROUVERIE Joachim\"",
    "author_email": "\"jtrouverie@anybox.fr\"",
    "download_url": "https://files.pythonhosted.org/packages/b1/c1/d79a0a32a248ccda9e27474b69cf0dbcb4c36ac2e176f96192a7be2bff4e/json_schema_himarc-2.9.18.tar.gz",
    "platform": null,
    "description": "JSON Schema Himarc\n==================\n\nValidate instance using `Himarc JSON schema <https://github.com/CIEPS/json-schema-himarc>`_\nV1.0.3.\n\n.. code-block:: python\n\n    from json_schema_himarc import\n        validate_himarc, get_himarc_validation_errors\n    )\n    instance = {}\n    if not validate_himarc(instance):\n        errors = get_himarc_validation_errors(instance)\n\n\n",
    "bugtrack_url": null,
    "license": "\"MIT\"",
    "summary": "\"Python validator for himarc JSON Schema\"",
    "version": "2.9.18",
    "project_urls": null,
    "split_keywords": [
        "\"json-schema\""
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "727deb1d1357ab8cfe522712d77137f28413385c233739f842f3abd0894ffac5",
                "md5": "76cc293b37eb2a3e45b3b52df32df17f",
                "sha256": "4748fe3d32725e8f9c0ce9894703b857f0d87567aaddae34eb44fcc8764fc37a"
            },
            "downloads": -1,
            "filename": "json_schema_himarc-2.9.18-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "76cc293b37eb2a3e45b3b52df32df17f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 150306,
            "upload_time": "2024-01-24T13:17:36",
            "upload_time_iso_8601": "2024-01-24T13:17:36.008632Z",
            "url": "https://files.pythonhosted.org/packages/72/7d/eb1d1357ab8cfe522712d77137f28413385c233739f842f3abd0894ffac5/json_schema_himarc-2.9.18-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1c1d79a0a32a248ccda9e27474b69cf0dbcb4c36ac2e176f96192a7be2bff4e",
                "md5": "643fa23b928aa7b8b56447147e856725",
                "sha256": "2a8e62433bea85754f2533c1b22b018c21590e60465aa437899bf8e79c998f4d"
            },
            "downloads": -1,
            "filename": "json_schema_himarc-2.9.18.tar.gz",
            "has_sig": false,
            "md5_digest": "643fa23b928aa7b8b56447147e856725",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4181,
            "upload_time": "2024-01-24T13:17:37",
            "upload_time_iso_8601": "2024-01-24T13:17:37.462860Z",
            "url": "https://files.pythonhosted.org/packages/b1/c1/d79a0a32a248ccda9e27474b69cf0dbcb4c36ac2e176f96192a7be2bff4e/json_schema_himarc-2.9.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-24 13:17:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "json-schema-himarc"
}
        
Elapsed time: 0.22508s