kjsonForPython


NamekjsonForPython JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/kuankuan2007/kjson-for-python/
SummaryA json library for python, which can be used in network communication
upload_time2024-07-05 07:00:32
maintainerNone
docs_urlNone
authorkuankuan
requires_pythonNone
licenseMulan PSL v2
keywords kjson json javascript network
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # kjson-for-python

This module is a Python encoder and decoder for the KJson format.

## About KJson

KJson is an extended format based on [json](https://www.json.org/) developed by [kuankuan](https://npmjs.org/package/@kuankuan/assist-2024).

KJson originally focused on the transmission of data between programs in different programming languages and technologies, ensuring that data types other than those defined in the basic data types of json format can be transmitted normally.

With the evolution of the technology stack and programming languages used by the team, KJson has gradually spread to other programming languages.

## Installation

```bash
pip install kjsonForPython
```

## Usage

```python
from kjsonForPython import KJson

KJson.stringify(...)
KJson.parse('...')
```

## License

This project is open-source under the [MulanPSL-2.0](LICENSE) license

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kuankuan2007/kjson-for-python/",
    "name": "kjsonForPython",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "kjson, json, javascript, network",
    "author": "kuankuan",
    "author_email": "2163826131@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/76/f6/c9aa57e6400a708f25a941b37da8759555c0100deb51aa5cf69b071f8b7b/kjsonForPython-1.0.0.tar.gz",
    "platform": "windows",
    "description": "# kjson-for-python\r\n\r\nThis module is a Python encoder and decoder for the KJson format.\r\n\r\n## About KJson\r\n\r\nKJson is an extended format based on [json](https://www.json.org/) developed by [kuankuan](https://npmjs.org/package/@kuankuan/assist-2024).\r\n\r\nKJson originally focused on the transmission of data between programs in different programming languages and technologies, ensuring that data types other than those defined in the basic data types of json format can be transmitted normally.\r\n\r\nWith the evolution of the technology stack and programming languages used by the team, KJson has gradually spread to other programming languages.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install kjsonForPython\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nfrom kjsonForPython import KJson\r\n\r\nKJson.stringify(...)\r\nKJson.parse('...')\r\n```\r\n\r\n## License\r\n\r\nThis project is open-source under the [MulanPSL-2.0](LICENSE) license\r\n",
    "bugtrack_url": null,
    "license": "Mulan PSL v2",
    "summary": "A json library for python, which can be used in network communication",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/kuankuan2007/kjson-for-python/"
    },
    "split_keywords": [
        "kjson",
        " json",
        " javascript",
        " network"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30b91e8933b933073e9a3cf70853b57bb194fb28095318ceb9512e7f3b4cdc5b",
                "md5": "a600a46be71888757bbb01c593f2d079",
                "sha256": "b2a90def0dcfc328f030f5fab1e933c65431de97c4b7131aa4ff3394e1eb13ad"
            },
            "downloads": -1,
            "filename": "kjsonForPython-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a600a46be71888757bbb01c593f2d079",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8082,
            "upload_time": "2024-07-05T07:00:30",
            "upload_time_iso_8601": "2024-07-05T07:00:30.885571Z",
            "url": "https://files.pythonhosted.org/packages/30/b9/1e8933b933073e9a3cf70853b57bb194fb28095318ceb9512e7f3b4cdc5b/kjsonForPython-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76f6c9aa57e6400a708f25a941b37da8759555c0100deb51aa5cf69b071f8b7b",
                "md5": "ce6bb6b20b2e06224e8f0ba4441eeba4",
                "sha256": "4771bc93ac52490cec941e0653e70be648557f80993fc535404c583a0f87311e"
            },
            "downloads": -1,
            "filename": "kjsonForPython-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ce6bb6b20b2e06224e8f0ba4441eeba4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7464,
            "upload_time": "2024-07-05T07:00:32",
            "upload_time_iso_8601": "2024-07-05T07:00:32.905802Z",
            "url": "https://files.pythonhosted.org/packages/76/f6/c9aa57e6400a708f25a941b37da8759555c0100deb51aa5cf69b071f8b7b/kjsonForPython-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-05 07:00:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kuankuan2007",
    "github_project": "kjson-for-python",
    "github_not_found": true,
    "lcname": "kjsonforpython"
}
        
Elapsed time: 1.99364s