schema-check


Nameschema-check JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/glentner/schema-check
SummaryDefine and enforce schema against user-provided JSON-like data
upload_time2023-10-14 14:44:24
maintainer
docs_urlNone
authorGeoffrey Lentner
requires_python>=3.10,<4.0
licenseMIT
keywords data validation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            schema-check
============

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
&nbsp;
[![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-green.svg)](https://github.com/glentner/schema-check)
&nbsp;
[![Python 3.10 | 3.11 | 3.12](https://img.shields.io/badge/Python-3.10%20%20|%203.11%20|%203.12-blue.svg)](https://www.python.org/downloads)

A simple Python library for defining and validating schemas against user-provided
JSON-like data.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/glentner/schema-check",
    "name": "schema-check",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "data,validation",
    "author": "Geoffrey Lentner",
    "author_email": "glentner@purdue.edu",
    "download_url": "https://files.pythonhosted.org/packages/30/57/594e4110f07af46a6bc1c8c83ef545c55e13680f6084f5e6a0152b69c067/schema_check-0.1.0.tar.gz",
    "platform": null,
    "description": "schema-check\n============\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n&nbsp;\n[![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-green.svg)](https://github.com/glentner/schema-check)\n&nbsp;\n[![Python 3.10 | 3.11 | 3.12](https://img.shields.io/badge/Python-3.10%20%20|%203.11%20|%203.12-blue.svg)](https://www.python.org/downloads)\n\nA simple Python library for defining and validating schemas against user-provided\nJSON-like data.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Define and enforce schema against user-provided JSON-like data",
    "version": "0.1.0",
    "project_urls": {
        "Documentation": "https://github.com/glentner/schema-check",
        "Homepage": "https://github.com/glentner/schema-check",
        "Repository": "https://github.com/glentner/schema-check"
    },
    "split_keywords": [
        "data",
        "validation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b81f192fceb669c23784a3f208599470f62b18dee4eabc77ea16e72fa423635",
                "md5": "803a09d29eea3de516fdc3d0c92e638d",
                "sha256": "e44508faa78722c96d12117dfdce2a80f4fff2331193eaa2769fecef6a3228db"
            },
            "downloads": -1,
            "filename": "schema_check-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "803a09d29eea3de516fdc3d0c92e638d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 5555,
            "upload_time": "2023-10-14T14:44:17",
            "upload_time_iso_8601": "2023-10-14T14:44:17.042682Z",
            "url": "https://files.pythonhosted.org/packages/8b/81/f192fceb669c23784a3f208599470f62b18dee4eabc77ea16e72fa423635/schema_check-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3057594e4110f07af46a6bc1c8c83ef545c55e13680f6084f5e6a0152b69c067",
                "md5": "36e8bdcae843534e948754d7f9227379",
                "sha256": "90c5bac3fc4d9260c7239abe93a97519664a1f23326372025b779a1197086a35"
            },
            "downloads": -1,
            "filename": "schema_check-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "36e8bdcae843534e948754d7f9227379",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 5190,
            "upload_time": "2023-10-14T14:44:24",
            "upload_time_iso_8601": "2023-10-14T14:44:24.806358Z",
            "url": "https://files.pythonhosted.org/packages/30/57/594e4110f07af46a6bc1c8c83ef545c55e13680f6084f5e6a0152b69c067/schema_check-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-14 14:44:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "glentner",
    "github_project": "schema-check",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "schema-check"
}
        
Elapsed time: 0.14499s