Metadata-Version: 2.3
Name: project-mail
Version: 0.0.1
Summary: A Python package for email notifications using a decorator
Project-URL: Homepage, https://github.com/prathmeshsoni/project-mail
Project-URL: Issues, https://github.com/prathmeshsoni/project-mail/issues
Author-email: Prathmesh Soni <info@soniprathmesh.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# project-mail

A Python package to send email notifications using a decorator.

## Installation

Install the package from PyPI:

```bash
pip install project-mail
