cardo-python-utils 0.5.dev6__tar.gz → 0.5.dev7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. {cardo_python_utils-0.5.dev6/cardo_python_utils.egg-info → cardo_python_utils-0.5.dev7}/PKG-INFO +4 -5
  2. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7/cardo_python_utils.egg-info}/PKG-INFO +4 -5
  3. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/cardo_python_utils.egg-info/requires.txt +2 -4
  4. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/pyproject.toml +2 -4
  5. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/LICENSE +0 -0
  6. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/MANIFEST.in +0 -0
  7. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/README.rst +0 -0
  8. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/cardo_python_utils.egg-info/SOURCES.txt +0 -0
  9. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/cardo_python_utils.egg-info/dependency_links.txt +0 -0
  10. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/cardo_python_utils.egg-info/top_level.txt +0 -0
  11. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/python_utils/__init__.py +0 -0
  12. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/python_utils/choices.py +0 -0
  13. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/python_utils/data_structures.py +0 -0
  14. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/python_utils/db.py +0 -0
  15. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/python_utils/django/keycloak/__init__.py +0 -0
  16. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/python_utils/django/keycloak/admin.py +0 -0
  17. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/python_utils/django/keycloak/drf.py +0 -0
  18. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/python_utils/django/keycloak/models.py +0 -0
  19. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/python_utils/django/keycloak/ninja.py +0 -0
  20. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/python_utils/django/keycloak/service.py +0 -0
  21. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/python_utils/django/keycloak/user_groups_changelist.html +0 -0
  22. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/python_utils/django/utils.py +0 -0
  23. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/python_utils/esma_choices.py +0 -0
  24. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/python_utils/exceptions.py +0 -0
  25. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/python_utils/imports.py +0 -0
  26. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/python_utils/math.py +0 -0
  27. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/python_utils/text.py +0 -0
  28. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/python_utils/time.py +0 -0
  29. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/python_utils/types_hinting.py +0 -0
  30. {cardo_python_utils-0.5.dev6 → cardo_python_utils-0.5.dev7}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cardo-python-utils
3
- Version: 0.5.dev6
3
+ Version: 0.5.dev7
4
4
  Summary: Python library enhanced with a wide range of functions for different scenarios.
5
5
  Author-email: CardoAI <hello@cardoai.com>
6
6
  License: MIT
@@ -24,10 +24,9 @@ Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
24
24
  Requires-Python: >=3.8
25
25
  Description-Content-Type: text/x-rst
26
26
  License-File: LICENSE
27
- Provides-Extra: django-keycloak-api
28
- Requires-Dist: PyJWT>=2.10.1; extra == "django-keycloak-api"
29
- Provides-Extra: django-keycloak-admin
30
- Requires-Dist: mozilla-django-oidc>=4.0.1; extra == "django-keycloak-admin"
27
+ Provides-Extra: django-keycloak
28
+ Requires-Dist: PyJWT>=2.10.1; extra == "django-keycloak"
29
+ Requires-Dist: mozilla-django-oidc>=4.0.1; extra == "django-keycloak"
31
30
  Provides-Extra: django-keycloak-groups
32
31
  Requires-Dist: python-keycloak>=5.8.1; extra == "django-keycloak-groups"
33
32
  Provides-Extra: all
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cardo-python-utils
3
- Version: 0.5.dev6
3
+ Version: 0.5.dev7
4
4
  Summary: Python library enhanced with a wide range of functions for different scenarios.
5
5
  Author-email: CardoAI <hello@cardoai.com>
6
6
  License: MIT
@@ -24,10 +24,9 @@ Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
24
24
  Requires-Python: >=3.8
25
25
  Description-Content-Type: text/x-rst
26
26
  License-File: LICENSE
27
- Provides-Extra: django-keycloak-api
28
- Requires-Dist: PyJWT>=2.10.1; extra == "django-keycloak-api"
29
- Provides-Extra: django-keycloak-admin
30
- Requires-Dist: mozilla-django-oidc>=4.0.1; extra == "django-keycloak-admin"
27
+ Provides-Extra: django-keycloak
28
+ Requires-Dist: PyJWT>=2.10.1; extra == "django-keycloak"
29
+ Requires-Dist: mozilla-django-oidc>=4.0.1; extra == "django-keycloak"
31
30
  Provides-Extra: django-keycloak-groups
32
31
  Requires-Dist: python-keycloak>=5.8.1; extra == "django-keycloak-groups"
33
32
  Provides-Extra: all
@@ -10,11 +10,9 @@ pytest-django>=4.5
10
10
  coverage>=6.0
11
11
  tox>=3.25
12
12
 
13
- [django-keycloak-admin]
14
- mozilla-django-oidc>=4.0.1
15
-
16
- [django-keycloak-api]
13
+ [django-keycloak]
17
14
  PyJWT>=2.10.1
15
+ mozilla-django-oidc>=4.0.1
18
16
 
19
17
  [django-keycloak-groups]
20
18
  python-keycloak>=5.8.1
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "cardo-python-utils"
7
- version = "0.5.dev6"
7
+ version = "0.5.dev7"
8
8
  description = "Python library enhanced with a wide range of functions for different scenarios."
9
9
  readme = "README.rst"
10
10
  requires-python = ">=3.8"
@@ -31,10 +31,8 @@ classifiers = [
31
31
  dependencies = []
32
32
 
33
33
  [project.optional-dependencies]
34
- django-keycloak-api = [
34
+ django-keycloak = [
35
35
  "PyJWT>=2.10.1",
36
- ]
37
- django-keycloak-admin = [
38
36
  "mozilla-django-oidc>=4.0.1",
39
37
  ]
40
38
  django-keycloak-groups = [