generate-json-schema


Namegenerate-json-schema JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/fernandotoledomoreira/json-schema-generator
SummaryJson Schema Generator
upload_time2023-07-27 18:14:38
maintainer
docs_urlNone
authorFernando Toledo Moreira
requires_python>=3.6
license
keywords json schema generator development
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Installation
============

To install the Json Schema Generator, use pip:

.. code-block:: bash

    pip install generate-json-schema

Usage
=====

To use the Json Schema Generator, import the module and utilize the function `generate_json_schema`:

.. code-block:: python

    # Use the path of the directory already within your project
    from json_schema_converter.generate_schema import generate_json_schema
    schema = generate_json_schema("/pytests/schemas/teste.json")

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fernandotoledomoreira/json-schema-generator",
    "name": "generate-json-schema",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "json schema generator development",
    "author": "Fernando Toledo Moreira",
    "author_email": "fernandotoledomoreira@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/11/ea/8d11e103f13858f7dc1b9c9f390c756b5b476ce02c51167f714ff9b97665/generate-json-schema-0.1.5.tar.gz",
    "platform": null,
    "description": "Installation\n============\n\nTo install the Json Schema Generator, use pip:\n\n.. code-block:: bash\n\n    pip install generate-json-schema\n\nUsage\n=====\n\nTo use the Json Schema Generator, import the module and utilize the function `generate_json_schema`:\n\n.. code-block:: python\n\n    # Use the path of the directory already within your project\n    from json_schema_converter.generate_schema import generate_json_schema\n    schema = generate_json_schema(\"/pytests/schemas/teste.json\")\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Json Schema Generator",
    "version": "0.1.5",
    "project_urls": {
        "Homepage": "https://github.com/fernandotoledomoreira/json-schema-generator"
    },
    "split_keywords": [
        "json",
        "schema",
        "generator",
        "development"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a0d1418e5a1af31b32e119ef4a0a00ee030d7ead19d3e227066b69ebc4c0d05",
                "md5": "2fffdc683f05946c09ef790611139af8",
                "sha256": "4881778608cf9f73d7d3d3b430d94b0dd02aacfeca3a1b6119ebe65d5f8fbb3f"
            },
            "downloads": -1,
            "filename": "generate_json_schema-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2fffdc683f05946c09ef790611139af8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2574,
            "upload_time": "2023-07-27T18:14:31",
            "upload_time_iso_8601": "2023-07-27T18:14:31.009929Z",
            "url": "https://files.pythonhosted.org/packages/5a/0d/1418e5a1af31b32e119ef4a0a00ee030d7ead19d3e227066b69ebc4c0d05/generate_json_schema-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11ea8d11e103f13858f7dc1b9c9f390c756b5b476ce02c51167f714ff9b97665",
                "md5": "ac5dd3e297f1c2a5d0866f12169a9f43",
                "sha256": "5bcc506256fc3cd9d16408f9e1855a24d5fe0f1837defa160a2cf747f89b0222"
            },
            "downloads": -1,
            "filename": "generate-json-schema-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "ac5dd3e297f1c2a5d0866f12169a9f43",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2793,
            "upload_time": "2023-07-27T18:14:38",
            "upload_time_iso_8601": "2023-07-27T18:14:38.175604Z",
            "url": "https://files.pythonhosted.org/packages/11/ea/8d11e103f13858f7dc1b9c9f390c756b5b476ce02c51167f714ff9b97665/generate-json-schema-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-27 18:14:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fernandotoledomoreira",
    "github_project": "json-schema-generator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "generate-json-schema"
}
        
Elapsed time: 0.11097s