Metadata-Version: 2.4
Name: order_status_notify
Version: 0.2.0
Summary: A lightweight Django utility for sending email notifications on order status updates.
Home-page: https://test.pypi.org/project/order_status_notify/
Author: Hetik
Author-email: hetikchandaria66@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: Django<4.0,>=3.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# order_status_notify

A lightweight Django library for automatically sending **email notifications** to users whenever their order status changes 
---

## Features

- Simple integration with any Django project  
- Works with Django’s built-in `User` model  
- Sends rich HTML + plain-text emails  
- Handles exceptions gracefully  
- Fully compatible with **Django 3.2.x**

---

## Installation

You can install this library directly from PyPI (after upload):

##bash
pip install order_status_notify

## Usage

from order_status_notify import notify_status_change
notify_status_change(user, order)
