telepath


Nametelepath JSON
Version 0.3.1 PyPI version JSON
download
home_pagehttps://github.com/wagtail/telepath
SummaryA library for exchanging data between Python and JavaScript
upload_time2023-06-12 12:07:42
maintainer
docs_urlNone
authorMatthew Westcott
requires_python>=3.8
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # telepath

*telepath* is a Django library for exchanging data between Python and JavaScript, allowing you to build apps with rich client-side interfaces while keeping the business logic in server-side code.

## What does it do?

It provides a mechanism for packing structured data, including Python objects, into a JSON-serializable format. This mechanism can be extended to support any Python class, by registering the class with a corresponding JavaScript implementation. The packed data can then be included in an HTTP response, and unpacked in JavaScript to obtain an equivalent data structure to the original. Think of it as [`pickle`](https://docs.python.org/3/library/pickle.html), but with the unpickling happening in the browser.

Full documentation: https://wagtail.github.io/telepath/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/wagtail/telepath",
    "name": "telepath",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "",
    "author": "Matthew Westcott",
    "author_email": "matthew.westcott@torchbox.com",
    "download_url": "https://files.pythonhosted.org/packages/65/58/5de8765687d6f9dfcbb72c89251036c3b901126404f872b936b13377a3fe/telepath-0.3.1.tar.gz",
    "platform": null,
    "description": "# telepath\n\n*telepath* is a Django library for exchanging data between Python and JavaScript, allowing you to build apps with rich client-side interfaces while keeping the business logic in server-side code.\n\n## What does it do?\n\nIt provides a mechanism for packing structured data, including Python objects, into a JSON-serializable format. This mechanism can be extended to support any Python class, by registering the class with a corresponding JavaScript implementation. The packed data can then be included in an HTTP response, and unpacked in JavaScript to obtain an equivalent data structure to the original. Think of it as [`pickle`](https://docs.python.org/3/library/pickle.html), but with the unpickling happening in the browser.\n\nFull documentation: https://wagtail.github.io/telepath/\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A library for exchanging data between Python and JavaScript",
    "version": "0.3.1",
    "project_urls": {
        "Homepage": "https://github.com/wagtail/telepath"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f500f246d316f223b14ba5a88fbe2ff0b480d4a6064b866d48008dd57fd5930",
                "md5": "ca3beda3fffc2aa0fb6cee307c026636",
                "sha256": "c280aa8e77ad71ce80e96500a4e4d4a32f35b7e0b52e896bb5fde9a5bcf0699a"
            },
            "downloads": -1,
            "filename": "telepath-0.3.1-py38-none-any.whl",
            "has_sig": false,
            "md5_digest": "ca3beda3fffc2aa0fb6cee307c026636",
            "packagetype": "bdist_wheel",
            "python_version": "py38",
            "requires_python": ">=3.8",
            "size": 10926,
            "upload_time": "2023-06-12T12:07:41",
            "upload_time_iso_8601": "2023-06-12T12:07:41.443243Z",
            "url": "https://files.pythonhosted.org/packages/5f/50/0f246d316f223b14ba5a88fbe2ff0b480d4a6064b866d48008dd57fd5930/telepath-0.3.1-py38-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65585de8765687d6f9dfcbb72c89251036c3b901126404f872b936b13377a3fe",
                "md5": "deeff91e1de226b1a2532f5883498932",
                "sha256": "925c0609e0a8a6488ec4a55b19d485882cf72223b2b19fe2359a50fddd813c9c"
            },
            "downloads": -1,
            "filename": "telepath-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "deeff91e1de226b1a2532f5883498932",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 11622,
            "upload_time": "2023-06-12T12:07:42",
            "upload_time_iso_8601": "2023-06-12T12:07:42.559954Z",
            "url": "https://files.pythonhosted.org/packages/65/58/5de8765687d6f9dfcbb72c89251036c3b901126404f872b936b13377a3fe/telepath-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-12 12:07:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wagtail",
    "github_project": "telepath",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "telepath"
}
        
Elapsed time: 0.07348s