Metadata-Version: 2.1
Name: pythondelegate
Version: 0.1.0
Summary: A CSharp like delegate implement for Python
Author: Eterance
Keywords: Delegate,Callback
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Python Delegate

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

## 安装

```bash
pip install pythondelegate
```

## 文档

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