About Anaconda Help Download Anaconda

A library for exchanging data between Python and JavaScript

copied from cf-staging / telepath

Installers

  • noarch v0.3.1

conda install

To install this package run one of the following:
conda install conda-forge::telepath

Description

Telepath 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, but with the unpickling happening in the browser.


© 2026 Anaconda, Inc. All Rights Reserved. (v4.2.15) Legal | Privacy Policy