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, but with the unpickling happening in the browser.
Full documentation: https://wagtail.github.io/telepath/
Release files for telepath 0.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| telepath-0.3.1.tar.gz | 11.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| telepath-0.3.1-py38-none-any.whl | Python 3.8 | none | any | Details |
Total release size: 22.5 kB
Release files / telepath-0.3.1.tar.gz
| Download URL | telepath-0.3.1.tar.gz |
|---|---|
| Size | 11.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
925c0609e0a8a6488ec4a55b19d485882cf72223b2b19fe2359a50fddd813c9c
|
|
BLAKE2b-256 checksum How to use checksums |
65585de8765687d6f9dfcbb72c89251036c3b901126404f872b936b13377a3fe
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.4
|
Release files / telepath-0.3.1-py38-none-any.whl
| Download URL | telepath-0.3.1-py38-none-any.whl |
|---|---|
| Size | 10.9 kB |
| Tags | Python 3.8 |
|
SHA-256 checksum How to use checksums |
c280aa8e77ad71ce80e96500a4e4d4a32f35b7e0b52e896bb5fde9a5bcf0699a
|
|
BLAKE2b-256 checksum How to use checksums |
5f500f246d316f223b14ba5a88fbe2ff0b480d4a6064b866d48008dd57fd5930
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.4
|