Metadata-Version: 2.1
Name: notification-py
Version: 0.0.9
Summary: A simple package to send notifications on Discord, Slack and Email.
Home-page: https://github.com/ps428/notification_service/
License: Apache-2.0
Author: Pranav Soni
Author-email: pranav.bhawan@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiohttp (>=3.9.3,<4.0.0)
Requires-Dist: aiosmtplib (>=3.0.1,<4.0.0)
Requires-Dist: asyncio (>=3.4.3,<4.0.0)
Requires-Dist: print-position (>=2.0.1,<3.0.0)
Requires-Dist: pydantic (>=2.6.4,<3.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Project-URL: Repository, https://github.com/ps428/notification_service/
Description-Content-Type: text/markdown

# notification_service
A naive notification service to throw critical errors to Slack/Discord/Email

