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.7.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file magicoca-1.0.7.tar.gz
.
File metadata
- Download URL: magicoca-1.0.7.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.19.3 CPython/3.10.12 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89f2be0f9c92db2cdd50e0095c3edd0482ce082717e88adc02054a0d67a9820e |
|
MD5 | 58532210c9e7fe8487ce420a34bae925 |
|
BLAKE2b-256 | 2f8b5496071b7bd903bad7afa6f077454a285e77c3690b233b04d5442a38d73b |
Provenance
File details
Details for the file magicoca-1.0.7-py3-none-any.whl
.
File metadata
- Download URL: magicoca-1.0.7-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.19.3 CPython/3.10.12 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a39966fd7038f3c8751b060b4098409798fe1c5a30497c83c7d8ea641dba91a |
|
MD5 | eeb419652301a90335678556244d00cb |
|
BLAKE2b-256 | 080e395a87d55db23cf8cd7669c04aeffcef99c8aa8eddca580ba446a8e57056 |