Metadata-Version: 2.1
Name: django-hell-auth
Version: 0.0.2
Summary: hell gitlab auth for django
License: MIT
Author: David Bauer
Author-email: hausprojekt@debauer.de
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: Django (>=4.0.5,<5.0.0)
Requires-Dist: pre-commit (>=3.2.2,<4.0.0)
Requires-Dist: requests (>=2.28.2,<3.0.0)
Requires-Dist: types-requests (>=2.28.11.17,<3.0.0.0)
Description-Content-Type: text/markdown

# Django App for HellAuth


![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/alte-hoelle/django-hell-auth/main.yml)
![PyPI](https://img.shields.io/pypi/v/django-hell-auth)


This is a simple Django Auth App for our django tools.  

## pre-commit hooks

### run

```shell
pre-commit run --all-files  
```

### install

```shell
pre-commit install
```

