mirror of
https://github.com/suitenumerique/django-lasuite
synced 2026-04-25 17:15:14 +02:00
1534cbffd169af23e5ebcfb05d560da7f19a6df6
The docstring referenced a `url_jwks` parameter that is not used by the AuthorizationServerClient constructor. It appears to have been copied from JWTAuthorizationServerClient. Update the docstring to reflect the actual behavior of the class.
Django La Suite
A Django library for the common requirement for the "La Suite numérique" projects.
Installation
pip install django-lasuite
Quick Start
To be documented with the first implementations.
Development
Requirements
For this project, we use uv Python package manager.
Please follow the installation guidelines on the uv documentation.
Setup
# Clone the repository
git clone https://github.com/suitenumerique/django-lasuite.git
cd django-lasuite
# Install development dependencies
make install-dev
Testing
make test
Code Quality
make lint
License
MIT License
Languages
Python
99%
Makefile
0.9%