magicoca


Namemagicoca JSON
Version 1.0.7 PyPI version JSON
download
home_pageNone
SummaryA communication library for Python
upload_time2024-10-22 16:30:13
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # magicoca
A communication library for Python

## 支持的通信方式
- 进程通信

## 稀奇古怪的语法

```python
from magicoca.chan import Chan

ch = Chan()

# 发送消息

ch << "hello"

# 接受消息

msg = str << ch

# 通道关闭

ch.close()

# 可跨进程通信
```
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "magicoca",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "snowykami <snowykami@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/2f/8b/5496071b7bd903bad7afa6f077454a285e77c3690b233b04d5442a38d73b/magicoca-1.0.7.tar.gz",
    "platform": null,
    "description": "# magicoca\nA communication library for Python\n\n## \u652f\u6301\u7684\u901a\u4fe1\u65b9\u5f0f\n- \u8fdb\u7a0b\u901a\u4fe1\n\n## \u7a00\u5947\u53e4\u602a\u7684\u8bed\u6cd5\n\n```python\nfrom magicoca.chan import Chan\n\nch = Chan()\n\n# \u53d1\u9001\u6d88\u606f\n\nch << \"hello\"\n\n# \u63a5\u53d7\u6d88\u606f\n\nmsg = str << ch\n\n# \u901a\u9053\u5173\u95ed\n\nch.close()\n\n# \u53ef\u8de8\u8fdb\u7a0b\u901a\u4fe1\n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A communication library for Python",
    "version": "1.0.7",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "080e395a87d55db23cf8cd7669c04aeffcef99c8aa8eddca580ba446a8e57056",
                "md5": "eeb419652301a90335678556244d00cb",
                "sha256": "1a39966fd7038f3c8751b060b4098409798fe1c5a30497c83c7d8ea641dba91a"
            },
            "downloads": -1,
            "filename": "magicoca-1.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "eeb419652301a90335678556244d00cb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 4038,
            "upload_time": "2024-10-22T16:30:11",
            "upload_time_iso_8601": "2024-10-22T16:30:11.844004Z",
            "url": "https://files.pythonhosted.org/packages/08/0e/395a87d55db23cf8cd7669c04aeffcef99c8aa8eddca580ba446a8e57056/magicoca-1.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f8b5496071b7bd903bad7afa6f077454a285e77c3690b233b04d5442a38d73b",
                "md5": "58532210c9e7fe8487ce420a34bae925",
                "sha256": "89f2be0f9c92db2cdd50e0095c3edd0482ce082717e88adc02054a0d67a9820e"
            },
            "downloads": -1,
            "filename": "magicoca-1.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "58532210c9e7fe8487ce420a34bae925",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 3779,
            "upload_time": "2024-10-22T16:30:13",
            "upload_time_iso_8601": "2024-10-22T16:30:13.351147Z",
            "url": "https://files.pythonhosted.org/packages/2f/8b/5496071b7bd903bad7afa6f077454a285e77c3690b233b04d5442a38d73b/magicoca-1.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-22 16:30:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "magicoca"
}
        
Elapsed time: 0.42180s