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.3.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file magicoca-1.0.3.tar.gz
.
File metadata
- Download URL: magicoca-1.0.3.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 | f3e80a787942d0a9d89997c56fa6ae0926ada5fe11761ed8802cfd855f77d9bd |
|
MD5 | 05fd8d5dc4ea6d1ba90f1bd481472107 |
|
BLAKE2b-256 | 62a6082879aca08ca40aedd11f4ed3a538d6fb6bb308361a83cc70d996b650f2 |
Provenance
File details
Details for the file magicoca-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: magicoca-1.0.3-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 | 896c4040520bc527aba9b4135a5e8e1ca01d18a164388171014e12a300e65b2f |
|
MD5 | 7d67bb488f99a60604bd36ad4803d6b6 |
|
BLAKE2b-256 | 3828be4ef88fc580518339b20252377b50ce39bd84327a3fff736382fe33df24 |