Metadata-Version: 2.4
Name: flux-notifier
Version: 0.1.0
Summary: AI event notification system — push to all your devices from any AI program
License: MIT
Project-URL: Homepage, https://github.com/xykong/flux-notifier
Project-URL: Repository, https://github.com/xykong/flux-notifier
Project-URL: Issues, https://github.com/xykong/flux-notifier/issues
Keywords: ai,notification,cli,opencode
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Communications
Classifier: Topic :: Utilities
Requires-Python: >=3.11
Requires-Dist: click>=8.1
Requires-Dist: pydantic>=2.0
Requires-Dist: httpx>=0.27
Requires-Dist: anyio>=4.0
Requires-Dist: aiosmtplib>=3.0
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
Requires-Dist: pytest-httpx>=0.30; extra == "dev"
Requires-Dist: pytest-cov>=5.0; extra == "dev"
Requires-Dist: ruff>=0.4; extra == "dev"
Requires-Dist: mypy>=1.10; extra == "dev"
