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.1.tar.gz
(2.4 kB
view details)
Built Distribution
File details
Details for the file magicoca-1.0.1.tar.gz
.
File metadata
- Download URL: magicoca-1.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.19.1 CPython/3.12.3 Linux/6.8.0-1015-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0dbc9a35609db92ec79076f7126566c1e71bd4b853909ecbad9221dcc7fd6f31 |
|
MD5 | ca7b5e7c604f056d5f71b63a7c269fd4 |
|
BLAKE2b-256 | 8a443526b921edf10f21922f8754ddeeef1e3719ed96c4ecc8a102013012e150 |
Provenance
File details
Details for the file magicoca-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: magicoca-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.19.1 CPython/3.12.3 Linux/6.8.0-1015-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69e04be77f9c02d3d0730dc4e739246f4bdefee8b78631040b464cd98cdde51c |
|
MD5 | 8e1213c1829ab54fddbd455d9be4588e |
|
BLAKE2b-256 | b0b9d68f53c6376b6a99e01f6cce3e8a01c69371dd30476d9f1d0c87fb7f2390 |