Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement/readme update #527

Merged
merged 3 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,6 @@ https://github.com/marcospereirampj/python-keycloak/issues

The documentation for python-keycloak is available on [readthedocs](http://python-keycloak.readthedocs.io).

## Contributors

- [Agriness Team](http://www.agriness.com/pt/)
- [Marcos Pereira](marcospereira.mpj@gmail.com)
- [Martin Devlin](https://bitbucket.org/devlinmpearson/)
- [Shon T. Urbas](https://bitbucket.org/surbas/)
- [Markus Spanier](https://bitbucket.org/spanierm/)
- [Remco Kranenburg](https://bitbucket.org/Remco47/)
- [Armin](https://bitbucket.org/arminfelder/)
- [njordr](https://bitbucket.org/njordr/)
- [Josha Inglis](https://bitbucket.org/joshainglis/)
- [Alex](https://bitbucket.org/alex_zel/)
- [Ewan Jone](https://bitbucket.org/kisamoto/)
- [Lukas Martini](https://github.com/lutoma)
- [Adamatics](https://www.adamatics.com)

## Usage

```python
Expand Down
638 changes: 325 additions & 313 deletions poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ black = ">=22.3.0"
flake8 = ">=3.5.0"
flake8-docstrings = ">=1.6.0"
commitizen = ">=2.28.0"
cryptography = ">=37.0.4"
cryptography = ">=42.0.0"
codespell = ">=2.1.0"
darglint = ">=1.8.1"
twine = ">=4.0.2"
Expand Down
1 change: 1 addition & 0 deletions tests/test_authorization.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test authorization module."""

import pytest

from keycloak.authorization import Permission, Policy, Role
Expand Down
1 change: 1 addition & 0 deletions tests/test_keycloak_openid.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test module for KeycloakOpenID."""

from typing import Tuple
from unittest import mock

Expand Down
1 change: 1 addition & 0 deletions tests/test_keycloak_uma.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test module for KeycloakUMA."""

import re

import pytest
Expand Down
1 change: 1 addition & 0 deletions tests/test_license.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tests for license."""

import os


Expand Down
1 change: 1 addition & 0 deletions tests/test_urls_patterns.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test URL patterns."""

import inspect

from keycloak import urls_patterns
Expand Down
Loading