Metadata-Version: 2.4
Name: django-suap-auth
Version: 1.8.2
Summary: Django OAuth2 authentication backend for SUAP (IFRN academic management system)
Author: kelsoncm
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 5.2
Classifier: Framework :: Django :: 6.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: Django<6.1,>=5.2
Requires-Dist: requests>=2.31
Requires-Dist: django-simple-history>=3.13.0
Requires-Dist: django-json-widget>=2.1.1
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: pytest-django>=4.8; extra == "dev"
Requires-Dist: pytest-cov>=5.0; extra == "dev"
Requires-Dist: responses>=0.25; extra == "dev"
Requires-Dist: black>=24.0; extra == "dev"
Requires-Dist: ruff>=0.4; extra == "dev"
Requires-Dist: pre-commit>=3.7; extra == "dev"
Requires-Dist: sphinx>=8.0; extra == "dev"
Requires-Dist: django-docs-theme>=0.1.8; extra == "dev"
Dynamic: license-file

# django-suap-auth

[![PyPI Version](https://img.shields.io/pypi/v/django-suap-auth)](https://pypi.org/project/django-suap-auth/)
[![Python CI and PyPI Deploy](https://github.com/kelsoncm/django-suap-auth/actions/workflows/publish.yml/badge.svg)](https://github.com/kelsoncm/django-suap-auth/actions/workflows/publish.yml)
[![Python Versions](https://img.shields.io/pypi/pyversions/django-suap-auth.svg)](https://pypi.org/project/django-suap-auth/)
[![Django Versions](https://img.shields.io/badge/django-5.2%20|%206.0-blue)](https://www.djangoproject.com/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Tests](https://github.com/kelsoncm/django-suap-auth/actions/workflows/test.yml/badge.svg)](https://github.com/kelsoncm/django-suap-auth/actions/workflows/test.yml)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![Coverage](https://codecov.io/gh/kelsoncm/django-suap-auth/branch/main/graph/badge.svg)](https://codecov.io/gh/kelsoncm/django-suap-auth)

## PT-BR

Backend de autenticação OAuth2 do Django para **SUAP** (Sistema Unificado de Administração Pública), o sistema de gestão acadêmica do [IFRN](https://www.ifrn.edu.br), hospedado em [suap.ifrn.edu.br](https://suap.ifrn.edu.br).

> [Leia a documentação](https://django-by-kelsoncm.github.io/django-auth-suap/).


## EN

Django OAuth2 authentication backend for **SUAP** (Unified Public Administration Management System), the academic management system of [IFRN](https://www.ifrn.edu.br), hosted at [suap.ifrn.edu.br](https://suap.ifrn.edu.br).

> [Read the documentation](https://django-by-kelsoncm.github.io/django-auth-suap/).
