Metadata-Version: 2.4
Name: drf-response-wrapper
Version: 0.1.0
Summary: DRF middleware to wrap all API responses and handle exceptions
Home-page: https://github.com/yourusername/drf-response-wrapper
Author: Md Harun Or Roshed Riyad
Author-email: rieadhasan499@gmail.com
License: MIT
Classifier: Framework :: Django
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: Django>=3.2
Requires-Dist: djangorestframework>=3.12
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

# DRF Response Wrapper

A Django REST Framework middleware that wraps **all API responses** into a consistent format,  
without modifying your views.

---

## ðŸš€ Features
- Auto-wrap success & error responses
- Standardized response structure
- Easy integration with Django & DRF

---

## ðŸ“¦ Installation

```bash
pip install drf-response-wrapper
