A communication library for Python
Project description
magicoca
A communication library for Python
支持的通信方式
- 进程通信
稀奇古怪的语法
from magicoca.chan import Chan
ch = Chan()
# 发送消息
ch << "hello"
# 接受消息
msg = str << ch
# 通道关闭
ch.close()
# 可跨进程通信
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
magicoca-1.0.4.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file magicoca-1.0.4.tar.gz
.
File metadata
- Download URL: magicoca-1.0.4.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.19.2 CPython/3.12.3 Linux/6.8.0-1015-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 352763ff8f467b7c08e323c968d3edac30afd92a2a55dbff5ccf32d8e5c4dbe7 |
|
MD5 | 2c82d37f1020536dece646a87e99f3db |
|
BLAKE2b-256 | d3b5c442399734c4118ef54614feb52c9e417705b89e5951ecc6501b37159dcd |
Provenance
File details
Details for the file magicoca-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: magicoca-1.0.4-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.19.2 CPython/3.12.3 Linux/6.8.0-1015-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0535d8a95990b96eaff6f8f19d21614ac3c22c954aa00e4a9e71e2765016161 |
|
MD5 | 43a1601cd36de555528625e89b415122 |
|
BLAKE2b-256 | c014aa4edf8090c9f0ffe2dd6a2acf2dd2b5a4fc80dfaf7d3ad2b1d5b13f554f |