Metadata-Version: 2.4
Name: django_auth_package
Version: 0.1.0
Summary: A reusable authentication package for Django + DRF
Home-page: https://github.com/jeid12/django_auth
Author: NIYOKWIZERA JEAN D AMOUR
Author-email: NIYOKWIZERA JEAN D AMOUR <niyokwizerajd123@gmail.com>
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: asgiref==3.9.1
Requires-Dist: Django==5.2.5
Requires-Dist: django-filter==25.1
Requires-Dist: djangorestframework==3.16.1
Requires-Dist: djangorestframework_simplejwt==5.5.1
Requires-Dist: Markdown==3.8.2
Requires-Dist: PyJWT==2.10.1
Requires-Dist: sqlparse==0.5.3
Requires-Dist: tzdata==2025.2
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Django Auth Package

A reusable Django authentication package with user registration, login, email verification, password reset, and role-based access control.

## Features

- User registration with email verification
- User login and logout
- Password reset via email
- Role-based access control (Admin, User, Helper)
- Custom user model with roles

## Installation

```bash
pip install django-auth-package
