Metadata-Version: 2.4
Name: cloud-notify
Version: 1.0.1
Summary: A generic Django-compatible notification library for order status updates.
Home-page: https://pypi.org/project/cloud-notify/
Author: Hetik Chandaria
Author-email: Hetik Chandaria <hetikchandaria67@gmail.com>
License: MIT
Project-URL: Homepage, https://pypi.org/project/cloud-notify/
Project-URL: Source, https://github.com/yourusername/cloud_notify
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: Django<5.0,>=3.2
Requires-Dist: boto3>=1.20
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# cloud_notify

Tiny library to send HTML emails (raw HTML) for order status updates.

- Works with Django's email backend if used inside a Django project.
- Falls back to `smtplib` using environment variables: `SMTP_HOST`, `SMTP_PORT`, `SMTP_USER`, `SMTP_PASSWORD`, `SMTP_USE_TLS`.

## Install

Locally (editable):
