sumo-wrapper-python 1.0.21__tar.gz → 1.0.22__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.
Potentially problematic release.
This version of sumo-wrapper-python might be problematic. Click here for more details.
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/.github/workflows/publish_release.yml +1 -1
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/.github/workflows/pytest.yml +1 -1
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/PKG-INFO +3 -3
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/pyproject.toml +3 -13
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/src/sumo/wrapper/_version.py +2 -2
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/src/sumo_wrapper_python.egg-info/PKG-INFO +3 -3
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/.github/workflows/build_docs.yaml +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/.github/workflows/linting.yml +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/.gitignore +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/.pre-commit-config.yaml +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/.readthedocs.yaml +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/CONTRIBUTING.md +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/LICENSE +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/README.md +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/SECURITY.md +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/docs/Makefile +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/docs/_static/equinor-logo.png +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/docs/_static/equinor-logo2.jpg +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/docs/_static/equinor_logo.jpg +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/docs/_static/equinor_logo_only.jpg +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/docs/_templates/layout.html +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/docs/api.rst +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/docs/conf.py +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/docs/index.rst +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/docs/make.bat +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/docs/sumo-wrapper-python.rst +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/setup.cfg +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/src/sumo/__init__.py +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/src/sumo/wrapper/__init__.py +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/src/sumo/wrapper/_auth_provider.py +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/src/sumo/wrapper/_blob_client.py +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/src/sumo/wrapper/_decorators.py +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/src/sumo/wrapper/_logging.py +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/src/sumo/wrapper/_retry_strategy.py +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/src/sumo/wrapper/config.py +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/src/sumo/wrapper/login.py +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/src/sumo/wrapper/sumo_client.py +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/src/sumo_wrapper_python.egg-info/SOURCES.txt +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/src/sumo_wrapper_python.egg-info/dependency_links.txt +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/src/sumo_wrapper_python.egg-info/entry_points.txt +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/src/sumo_wrapper_python.egg-info/requires.txt +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/src/sumo_wrapper_python.egg-info/top_level.txt +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/tests/conftest.py +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/tests/test_sumo_thin_client.py +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/tests/testdata/case.yml +0 -0
- {sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/tests/testdata/surface.yml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: sumo-wrapper-python
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.22
|
|
4
4
|
Summary: Python wrapper for the Sumo API
|
|
5
5
|
Author: Equinor
|
|
6
6
|
License: Apache License
|
|
@@ -208,7 +208,7 @@ License: Apache License
|
|
|
208
208
|
Project-URL: Repository, https://github.com/equinor/sumo-wrapper-python
|
|
209
209
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
210
210
|
Classifier: Programming Language :: Python
|
|
211
|
-
Requires-Python: >=3.
|
|
211
|
+
Requires-Python: >=3.9
|
|
212
212
|
Description-Content-Type: text/markdown
|
|
213
213
|
License-File: LICENSE
|
|
214
214
|
Requires-Dist: msal>=1.20.0
|
|
@@ -15,7 +15,7 @@ classifiers = [
|
|
|
15
15
|
"Programming Language :: Python",
|
|
16
16
|
]
|
|
17
17
|
authors = [{ name = "Equinor" }]
|
|
18
|
-
requires-python = ">=3.
|
|
18
|
+
requires-python = ">=3.9"
|
|
19
19
|
dynamic = ["version"]
|
|
20
20
|
dependencies = [
|
|
21
21
|
"msal>=1.20.0",
|
|
@@ -47,21 +47,12 @@ sumo_login = "sumo.wrapper.login:main"
|
|
|
47
47
|
where = ["src"]
|
|
48
48
|
|
|
49
49
|
[tool.ruff]
|
|
50
|
-
exclude = [
|
|
51
|
-
".env",
|
|
52
|
-
".git",
|
|
53
|
-
".github",
|
|
54
|
-
".venv",
|
|
55
|
-
"venv",
|
|
56
|
-
]
|
|
50
|
+
exclude = [".env", ".git", ".github", ".venv", "venv"]
|
|
57
51
|
|
|
58
52
|
line-length = 79
|
|
59
53
|
|
|
60
54
|
[tool.ruff.lint]
|
|
61
|
-
ignore = [
|
|
62
|
-
"E501",
|
|
63
|
-
"N802",
|
|
64
|
-
]
|
|
55
|
+
ignore = ["E501", "N802"]
|
|
65
56
|
|
|
66
57
|
extend-select = [
|
|
67
58
|
"C4", # Flake8-comprehensions
|
|
@@ -74,4 +65,3 @@ extend-select = [
|
|
|
74
65
|
|
|
75
66
|
[tool.ruff.lint.per-file-ignores]
|
|
76
67
|
"__init__.py" = ["F401"]
|
|
77
|
-
|
{sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/src/sumo_wrapper_python.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: sumo-wrapper-python
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.22
|
|
4
4
|
Summary: Python wrapper for the Sumo API
|
|
5
5
|
Author: Equinor
|
|
6
6
|
License: Apache License
|
|
@@ -208,7 +208,7 @@ License: Apache License
|
|
|
208
208
|
Project-URL: Repository, https://github.com/equinor/sumo-wrapper-python
|
|
209
209
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
210
210
|
Classifier: Programming Language :: Python
|
|
211
|
-
Requires-Python: >=3.
|
|
211
|
+
Requires-Python: >=3.9
|
|
212
212
|
Description-Content-Type: text/markdown
|
|
213
213
|
License-File: LICENSE
|
|
214
214
|
Requires-Dist: msal>=1.20.0
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/docs/_static/equinor_logo_only.jpg
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
|
{sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/src/sumo/wrapper/_auth_provider.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sumo_wrapper_python-1.0.21 → sumo_wrapper_python-1.0.22}/src/sumo/wrapper/_retry_strategy.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|