json-schema-himarc


Namejson-schema-himarc JSON
Version 2.9.23 PyPI version JSON
download
home_pageNone
Summary"Python validator for himarc JSON Schema"
upload_time2024-11-06 10:37:55
maintainerNone
docs_urlNone
author"TROUVERIE Joachim"
requires_pythonNone
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": null,
    "name": "json-schema-himarc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "\"json-schema\"",
    "author": "\"TROUVERIE Joachim\"",
    "author_email": "\"jtrouverie@anybox.fr\"",
    "download_url": "https://files.pythonhosted.org/packages/55/a9/63cf51b02e9cf97333c0b21c370c231de2e8cab13348fc69c6eae4dfc751/json_schema_himarc-2.9.23.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.23",
    "project_urls": null,
    "split_keywords": [
        "\"json-schema\""
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7770eb619e1aa1e5ee135dacf78c289a096c1204097c9cbe47aee346f6ca0a11",
                "md5": "e42da533f50bc4e8a43ac45dcacf8ecc",
                "sha256": "407fd9136957bbf7497cfa5461fb07d0fbf5965d5fa575f8dbea7367f058303d"
            },
            "downloads": -1,
            "filename": "json_schema_himarc-2.9.23-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e42da533f50bc4e8a43ac45dcacf8ecc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 150779,
            "upload_time": "2024-11-06T10:37:53",
            "upload_time_iso_8601": "2024-11-06T10:37:53.589616Z",
            "url": "https://files.pythonhosted.org/packages/77/70/eb619e1aa1e5ee135dacf78c289a096c1204097c9cbe47aee346f6ca0a11/json_schema_himarc-2.9.23-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55a963cf51b02e9cf97333c0b21c370c231de2e8cab13348fc69c6eae4dfc751",
                "md5": "8408edf5b83f3cc5d7d983a39ea68f8b",
                "sha256": "458de0e9c344706666c09eaa8f38e546b0baddfb40694d4e26d6df8162ac4c7a"
            },
            "downloads": -1,
            "filename": "json_schema_himarc-2.9.23.tar.gz",
            "has_sig": false,
            "md5_digest": "8408edf5b83f3cc5d7d983a39ea68f8b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4193,
            "upload_time": "2024-11-06T10:37:55",
            "upload_time_iso_8601": "2024-11-06T10:37:55.176110Z",
            "url": "https://files.pythonhosted.org/packages/55/a9/63cf51b02e9cf97333c0b21c370c231de2e8cab13348fc69c6eae4dfc751/json_schema_himarc-2.9.23.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-06 10:37:55",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "json-schema-himarc"
}
        
Elapsed time: 0.49543s