Metadata-Version: 2.4
Name: easy-toast
Version: 1.2.0
Summary: A simple and easy-to-use Windows Toast notification library
Author-email: bigbluemonkey <monkey800_20@qq.com>
Maintainer-email: bigbluemonkey <monkey800_20@qq.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/easy-toast
Project-URL: Documentation, https://github.com/yourusername/easy-toast#readme
Project-URL: Repository, https://github.com/yourusername/easy-toast.git
Project-URL: Issues, https://github.com/yourusername/easy-toast/issues
Keywords: windows,toast,notification,toasted,win11
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: toasted>=0.2.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0; extra == "dev"
Requires-Dist: black>=23.0; extra == "dev"
Requires-Dist: flake8>=6.0; extra == "dev"
Requires-Dist: mypy>=1.0; extra == "dev"

# EasyToast

一个简单易用的 Windows Toast 通知库，基于 `toasted` 封装。

## 安装

```bash
pip install easy-toast
```
