pythondelegate


Namepythondelegate JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryA CSharp like delegate implement for Python
upload_time2023-05-18 14:22:09
maintainer
docs_urlNone
authorEterance
requires_python>=3.8
license
keywords delegate callback
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python Delegate

一个类似于 C# 的、具有泛型注释的 Python 委托实现。

## 安装

```bash
pip install pythondelegate
```

## 文档

请参阅: [Delegate 类](docs/%E4%B8%AD%E6%96%87/Delegate.md)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pythondelegate",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Delegate,Callback",
    "author": "Eterance",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/d9/74/3e99d85b72370eb9923717c3e64c833be0ee57a37e0f263acfbae58c2e03/pythondelegate-0.1.0.tar.gz",
    "platform": null,
    "description": "# Python Delegate\n\n\u4e00\u4e2a\u7c7b\u4f3c\u4e8e C# \u7684\u3001\u5177\u6709\u6cdb\u578b\u6ce8\u91ca\u7684 Python \u59d4\u6258\u5b9e\u73b0\u3002\n\n## \u5b89\u88c5\n\n```bash\npip install pythondelegate\n```\n\n## \u6587\u6863\n\n\u8bf7\u53c2\u9605\uff1a [Delegate \u7c7b](docs/%E4%B8%AD%E6%96%87/Delegate.md)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A CSharp like delegate implement for Python",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "delegate",
        "callback"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5738a8588b19cc54b8946390b11170964f7e7ef94849b7ae5de7d9f3e14e5692",
                "md5": "4f80e3cd9f6357df3a31d86dff87fea5",
                "sha256": "da6abb14cbcd820b00c1ae3619926a3f13f357803042d5eacfd5128e4944fbc7"
            },
            "downloads": -1,
            "filename": "pythondelegate-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4f80e3cd9f6357df3a31d86dff87fea5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6729,
            "upload_time": "2023-05-18T14:22:07",
            "upload_time_iso_8601": "2023-05-18T14:22:07.182923Z",
            "url": "https://files.pythonhosted.org/packages/57/38/a8588b19cc54b8946390b11170964f7e7ef94849b7ae5de7d9f3e14e5692/pythondelegate-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d9743e99d85b72370eb9923717c3e64c833be0ee57a37e0f263acfbae58c2e03",
                "md5": "7c36e483736f44200cd8a43bd00d5102",
                "sha256": "9c2bd976b7329dbe7cf6eb5bd34c665acdb1e0df48a7ce1a2c98e93513a9a7ba"
            },
            "downloads": -1,
            "filename": "pythondelegate-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7c36e483736f44200cd8a43bd00d5102",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8371,
            "upload_time": "2023-05-18T14:22:09",
            "upload_time_iso_8601": "2023-05-18T14:22:09.836788Z",
            "url": "https://files.pythonhosted.org/packages/d9/74/3e99d85b72370eb9923717c3e64c833be0ee57a37e0f263acfbae58c2e03/pythondelegate-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-18 14:22:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pythondelegate"
}
        
Elapsed time: 0.06691s