{ "info": { "author": "Link Society", "author_email": "contact@link-society.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython" ], "description": "JSON Schema Builder\n===================\n\nBuild `JSON schemas `_ easily in Python.\n\nSee documentation_ for more informations.\n\n.. _documentation: https://jsonschema-builder.readthedocs.io\n\n.. image:: https://img.shields.io/pypi/l/jsonschema-builder.svg?style=flat-square\n :target: https://pypi.python.org/pypi/jsonschema-builder/\n :alt: License\n\n.. image:: https://img.shields.io/pypi/status/jsonschema-builder.svg?style=flat-square\n :target: https://pypi.python.org/pypi/jsonschema-builder/\n :alt: Development Status\n\n.. image:: https://img.shields.io/pypi/v/jsonschema-builder.svg?style=flat-square\n :target: https://pypi.python.org/pypi/jsonschema-builder/\n :alt: Latest release\n\n.. image:: https://img.shields.io/pypi/pyversions/jsonschema-builder.svg?style=flat-square\n :target: https://pypi.python.org/pypi/jsonschema-builder/\n :alt: Supported Python versions\n\n.. image:: https://img.shields.io/pypi/implementation/jsonschema-builder.svg?style=flat-square\n :target: https://pypi.python.org/pypi/jsonschema-builder/\n :alt: Supported Python implementations\n\n.. image:: https://img.shields.io/pypi/wheel/jsonschema-builder.svg?style=flat-square\n :target: https://pypi.python.org/pypi/jsonschema-builder\n :alt: Download format\n\n.. image:: https://travis-ci.org/link-society/jsonschema-builder.svg?branch=master&style=flat-square\n :target: https://travis-ci.org/link-society/jsonschema-builder\n :alt: Build status\n\n.. image:: https://coveralls.io/repos/github/link-society/jsonschema-builder/badge.svg?style=flat-square\n :target: https://coveralls.io/r/link-society/jsonschema-builder\n :alt: Code test coverage\n\n.. image:: https://landscape.io/github/link-society/jsonschema-builder/master/landscape.svg?style=flat-square\n :target: https://landscape.io/github/link-society/jsonschema-builder/master\n :alt: Code Health\n\nInstallation\n------------\n\n.. code-block:: text\n\n pip install jsonschema-builder\n\nUsage\n-----\n\n.. code-block:: python\n\n import jsonschema\n import jsb\n\n schema = jsb.typed(\n jsb.schema(id='/schemas/myschema#', meta=jsb.draft04()),\n type='object',\n properties={\n 'foo': jsb.typed(jsb.schema(), type='string'),\n 'bar': jsb.typed(jsb.schema(), type='integer')\n }\n )\n data = {\n 'foo': 'bar',\n 'bar': 42\n }\n\n jsonschema.validate(data, schema)\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://git.link-society.com/link-society/jsonschema-builder", "keywords": "json schema", "license": "Apache", "maintainer": "", "maintainer_email": "", "name": "jsonschema-builder", "package_url": "https://pypi.org/project/jsonschema-builder/", "platform": "", "project_url": "https://pypi.org/project/jsonschema-builder/", "project_urls": { "Homepage": "https://git.link-society.com/link-society/jsonschema-builder" }, "release_url": "https://pypi.org/project/jsonschema-builder/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "JSON Schema builder", "version": "0.1.1" }, "last_serial": 3568105, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "25de36b1ad80c5f71c65e3e2f6ffdfa5", "sha256": "99785f7b24be1159020ea210403b9eff3f488630c45c1b5bd473a424e866ced2" }, "downloads": -1, "filename": "jsonschema_builder-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "25de36b1ad80c5f71c65e3e2f6ffdfa5", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 8699, "upload_time": "2018-02-09T17:34:36", "url": "https://files.pythonhosted.org/packages/3d/fa/64da23a4e3b0b236ebc71cfed8b6df8bb87e5af3529d9f90d0302811d8c2/jsonschema_builder-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "822d87b8bf3e09b7d5dbdaa840eeaa1a", "sha256": "fa2eaa4e69effff4495c6abe8d93bfc22ed27b8de3a46a19b1d5fbc1dfb3bc13" }, "downloads": -1, "filename": "jsonschema-builder-0.1.1.tar.gz", "has_sig": false, "md5_digest": "822d87b8bf3e09b7d5dbdaa840eeaa1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5731, "upload_time": "2018-02-09T17:34:34", "url": "https://files.pythonhosted.org/packages/67/e4/c9f806675c901f72e24d4974431b08120d988bcc9657db523ad931c95391/jsonschema-builder-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "25de36b1ad80c5f71c65e3e2f6ffdfa5", "sha256": "99785f7b24be1159020ea210403b9eff3f488630c45c1b5bd473a424e866ced2" }, "downloads": -1, "filename": "jsonschema_builder-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "25de36b1ad80c5f71c65e3e2f6ffdfa5", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 8699, "upload_time": "2018-02-09T17:34:36", "url": "https://files.pythonhosted.org/packages/3d/fa/64da23a4e3b0b236ebc71cfed8b6df8bb87e5af3529d9f90d0302811d8c2/jsonschema_builder-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "822d87b8bf3e09b7d5dbdaa840eeaa1a", "sha256": "fa2eaa4e69effff4495c6abe8d93bfc22ed27b8de3a46a19b1d5fbc1dfb3bc13" }, "downloads": -1, "filename": "jsonschema-builder-0.1.1.tar.gz", "has_sig": false, "md5_digest": "822d87b8bf3e09b7d5dbdaa840eeaa1a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5731, "upload_time": "2018-02-09T17:34:34", "url": "https://files.pythonhosted.org/packages/67/e4/c9f806675c901f72e24d4974431b08120d988bcc9657db523ad931c95391/jsonschema-builder-0.1.1.tar.gz" } ] }