json-types


Namejson-types JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryType definitions and utilities for working with JSON in Python.
upload_time2025-08-11 22:44:22
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
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": null,
    "name": "json-types",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "json",
    "author": null,
    "author_email": "Cal Jacobson <cj81499@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/1c/37/662587cf9dc3d3496ac536179005481f234d728dad2bdaa36873a13e0389/json_types-0.2.0.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": null,
    "summary": "Type definitions and utilities for working with JSON in Python.",
    "version": "0.2.0",
    "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": null,
            "digests": {
                "blake2b_256": "4974e5251b26997aa413bc4e2f05d34da3e3690192f1d3b85d0d68ad4c12d00d",
                "md5": "a3416894a56dc799a05a5678f240bf98",
                "sha256": "000b19ac8713ca39750af6021a4a879594c1ed7e0b74b75749332c2ae7513199"
            },
            "downloads": -1,
            "filename": "json_types-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a3416894a56dc799a05a5678f240bf98",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 3155,
            "upload_time": "2025-08-11T22:44:20",
            "upload_time_iso_8601": "2025-08-11T22:44:20.894322Z",
            "url": "https://files.pythonhosted.org/packages/49/74/e5251b26997aa413bc4e2f05d34da3e3690192f1d3b85d0d68ad4c12d00d/json_types-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1c37662587cf9dc3d3496ac536179005481f234d728dad2bdaa36873a13e0389",
                "md5": "739d7ac9574e164b260a728e957507d5",
                "sha256": "a03d57e90f70f16466181eb0fd21d002cf527c7df3245a28b3d1d5ad5210c1f3"
            },
            "downloads": -1,
            "filename": "json_types-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "739d7ac9574e164b260a728e957507d5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 2901,
            "upload_time": "2025-08-11T22:44:22",
            "upload_time_iso_8601": "2025-08-11T22:44:22.293633Z",
            "url": "https://files.pythonhosted.org/packages/1c/37/662587cf9dc3d3496ac536179005481f234d728dad2bdaa36873a13e0389/json_types-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-11 22:44:22",
    "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: 1.96069s