Metadata-Version: 2.1
Name: accentnotifications
Version: 0.0.2
Summary: Sending various forms of notifications such as smtp
Author-email: Accent Design Group Ltd <support@accentdesign.co.uk>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Requires-Dist: pydantic
Requires-Dist: autoflake ; extra == "dev"
Requires-Dist: flake8 ; extra == "dev"
Requires-Dist: aiosmtplib ; extra == "smtp"
Requires-Dist: pytest ; extra == "test"
Requires-Dist: pytest-asyncio ; extra == "test"
Requires-Dist: pytest-cov ; extra == "test"
Requires-Dist: pytest-mock ; extra == "test"
Requires-Dist: mypy ; extra == "test"
Requires-Dist: flake8 ; extra == "test"
Requires-Dist: black ; extra == "test"
Requires-Dist: isort ; extra == "test"
Project-URL: Homepage, https://github.com/accentdesign/accentnotifications
Provides-Extra: dev
Provides-Extra: smtp
Provides-Extra: test

[![Test](https://github.com/accentdesign/accentnotifications/actions/workflows/test.yml/badge.svg)](https://github.com/accentdesign/accentnotifications/actions/workflows/test.yml)

---
**Source Code**: <a href="https://github.com/accentdesign/accentnotifications" target="_blank">https://github.com/accentdesign/accentnotifications</a>
---

## Installation

For smtp:
```bash
pip install accentnotifications[smtp]
```

