TODO.
Project description
👀 caniusethat
caniusethat
is a wrapper around PyZMQ that enables easy RPC (remote procedure call) functionality.
Security warning
This module uses pickle
to serialize and deserialize data.
From the Python documentation:
The
pickle
module is not secure. Only unpickle data you trust. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling. Never unpickle data that could have come from an untrusted source, or that could have been tampered with.
Only use caniusethat
on your local machine, or behind a firewall that is configured to allow connections only within your local network, or in any case from machines you trust.
Get started
caniusethat
can be installed via pip
:
pip install caniusethat
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file caniusethat-0.4.1.tar.gz
.
File metadata
- Download URL: caniusethat-0.4.1.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d0c12058913665320d8e8c331bedfcf798784a5ef8343d99b30e18d98da64ba |
|
MD5 | 47a6d2fd1b5065a3e5bdb270732f1290 |
|
BLAKE2b-256 | 217ee539ce3cd5d433e91037e003e54509f7186b3890213db6dbc1e4fbda30e3 |
File details
Details for the file caniusethat-0.4.1-py3-none-any.whl
.
File metadata
- Download URL: caniusethat-0.4.1-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b9c328b7ab5f845a27f7886b9ca1af503e0a879768d81c9bbf2b56d85a15bf3 |
|
MD5 | 1d6da308ef686c58eedc4dcd255da454 |
|
BLAKE2b-256 | 5de4cdf40a8223deb5bb837072fdd81bd7cc0fbcc3c7afa74e83a6c8ef32b4a7 |