cardo-python-utils 0.5.dev0__tar.gz → 0.5.dev1__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.
- {cardo_python_utils-0.5.dev0/cardo_python_utils.egg-info → cardo_python_utils-0.5.dev1}/PKG-INFO +2 -2
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1/cardo_python_utils.egg-info}/PKG-INFO +2 -2
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/pyproject.toml +2 -3
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/python_utils/django/auth/admin.py +1 -3
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/LICENSE +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/MANIFEST.in +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/README.rst +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/cardo_python_utils.egg-info/SOURCES.txt +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/cardo_python_utils.egg-info/dependency_links.txt +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/cardo_python_utils.egg-info/requires.txt +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/cardo_python_utils.egg-info/top_level.txt +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/python_utils/__init__.py +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/python_utils/choices.py +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/python_utils/data_structures.py +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/python_utils/db.py +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/python_utils/django/auth/__init__.py +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/python_utils/django/auth/drf.py +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/python_utils/django/auth/ninja.py +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/python_utils/django/utils.py +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/python_utils/esma_choices.py +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/python_utils/exceptions.py +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/python_utils/imports.py +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/python_utils/math.py +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/python_utils/text.py +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/python_utils/time.py +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/python_utils/types_hinting.py +0 -0
- {cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/setup.cfg +0 -0
{cardo_python_utils-0.5.dev0/cardo_python_utils.egg-info → cardo_python_utils-0.5.dev1}/PKG-INFO
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cardo-python-utils
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.dev1
|
|
4
4
|
Summary: Python library enhanced with a wide range of functions for different scenarios.
|
|
5
|
-
Author-email:
|
|
5
|
+
Author-email: CardoAI <hello@cardoai.com>
|
|
6
6
|
License: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/CardoAI/cardo-python-utils
|
|
8
8
|
Project-URL: Repository, https://github.com/CardoAI/cardo-python-utils.git
|
{cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1/cardo_python_utils.egg-info}/PKG-INFO
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cardo-python-utils
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.dev1
|
|
4
4
|
Summary: Python library enhanced with a wide range of functions for different scenarios.
|
|
5
|
-
Author-email:
|
|
5
|
+
Author-email: CardoAI <hello@cardoai.com>
|
|
6
6
|
License: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/CardoAI/cardo-python-utils
|
|
8
8
|
Project-URL: Repository, https://github.com/CardoAI/cardo-python-utils.git
|
|
@@ -4,14 +4,13 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "cardo-python-utils"
|
|
7
|
-
version = "0.5.
|
|
7
|
+
version = "0.5.dev1"
|
|
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"
|
|
11
11
|
license = {text = "MIT"}
|
|
12
12
|
authors = [
|
|
13
|
-
{name = "
|
|
14
|
-
{name = "Klajdi Çaushi", email = "hello@cardoai.com"}
|
|
13
|
+
{name = "CardoAI", email = "hello@cardoai.com"},
|
|
15
14
|
]
|
|
16
15
|
keywords = ["utilities", "helpers", "django"]
|
|
17
16
|
classifiers = [
|
{cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/python_utils/django/auth/admin.py
RENAMED
|
@@ -44,6 +44,4 @@ class OIDCCustomAuthenticationBackend(OIDCAuthenticationBackend):
|
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
def has_permission(request):
|
|
47
|
-
|
|
48
|
-
# Only superusers will have access to do anything in the admin site
|
|
49
|
-
return request.user.is_active and request.user.is_superuser
|
|
47
|
+
return request.user.is_active
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/cardo_python_utils.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/cardo_python_utils.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/python_utils/django/auth/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{cardo_python_utils-0.5.dev0 → cardo_python_utils-0.5.dev1}/python_utils/django/auth/ninja.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|