json-types


Namejson-types JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryType definitions and utilities for working with JSON in Python.
upload_time2023-08-25 16:50:39
maintainer
docs_urlNone
author
requires_python>= 3.7
license
keywords json
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # json_types

[![PyPI - Version](https://img.shields.io/pypi/v/json_types.svg)](https://pypi.org/project/json_types)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/json_types.svg)](https://pypi.org/project/json_types)

Type definitions and utilities for working with JSON in Python

-----

## Installation

```console
pip install json_types
```


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "json-types",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">= 3.7",
    "maintainer_email": "",
    "keywords": "json",
    "author": "",
    "author_email": "Cal Jacobson <cj81499@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/35/3d/fde4988413bfcd4828a0d590e7eafd1a680fa39ffb515de48018336749f2/json_types-0.1.1.tar.gz",
    "platform": null,
    "description": "# json_types\n\n[![PyPI - Version](https://img.shields.io/pypi/v/json_types.svg)](https://pypi.org/project/json_types)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/json_types.svg)](https://pypi.org/project/json_types)\n\nType definitions and utilities for working with JSON in Python\n\n-----\n\n## Installation\n\n```console\npip install json_types\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Type definitions and utilities for working with JSON in Python.",
    "version": "0.1.1",
    "project_urls": {
        "Documentation": "https://github.com/cj81499/json_types#readme",
        "Issues": "https://github.com/cj81499/json_types/issues",
        "Source": "https://github.com/cj81499/json_types"
    },
    "split_keywords": [
        "json"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "407ba5d0a9db77ad01b824de52675f9377eefcec952c4785b8a58ccea3efb0c6",
                "md5": "dbed5e2e79464d4c40728a35e284f9c1",
                "sha256": "2bfd41fc624b0640aeb05b774baa10756282e0beca8ca91c5443d128f20150de"
            },
            "downloads": -1,
            "filename": "json_types-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dbed5e2e79464d4c40728a35e284f9c1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">= 3.7",
            "size": 3221,
            "upload_time": "2023-08-25T16:50:37",
            "upload_time_iso_8601": "2023-08-25T16:50:37.800693Z",
            "url": "https://files.pythonhosted.org/packages/40/7b/a5d0a9db77ad01b824de52675f9377eefcec952c4785b8a58ccea3efb0c6/json_types-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "353dfde4988413bfcd4828a0d590e7eafd1a680fa39ffb515de48018336749f2",
                "md5": "4a4db4d035dfe04e292a7359463d938a",
                "sha256": "6f1820861e49fbce1785181ffbff798492d6d136e3b07d0c856819be250ecb9e"
            },
            "downloads": -1,
            "filename": "json_types-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4a4db4d035dfe04e292a7359463d938a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">= 3.7",
            "size": 3054,
            "upload_time": "2023-08-25T16:50:39",
            "upload_time_iso_8601": "2023-08-25T16:50:39.223183Z",
            "url": "https://files.pythonhosted.org/packages/35/3d/fde4988413bfcd4828a0d590e7eafd1a680fa39ffb515de48018336749f2/json_types-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-25 16:50:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cj81499",
    "github_project": "json_types#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "json-types"
}
        
Elapsed time: 0.11786s