edgegrid-python 2.0.2__tar.gz → 2.0.3__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.
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/MANIFEST.in +1 -0
- {edgegrid-python-2.0.2/edgegrid_python.egg-info → edgegrid_python-2.0.3}/PKG-INFO +20 -8
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/README.md +1 -1
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/edgegrid/__init__.py +1 -1
- edgegrid_python-2.0.3/akamai/edgegrid/test/sample_file.txt +1 -0
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3/edgegrid_python.egg-info}/PKG-INFO +20 -8
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/edgegrid_python.egg-info/SOURCES.txt +1 -0
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/requirements.txt +4 -4
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/setup.py +2 -2
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/LICENSE +0 -0
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/__init__.py +0 -0
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/edgegrid/edgegrid.py +0 -0
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/edgegrid/edgerc.py +0 -0
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/edgegrid/test/__init__.py +0 -0
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/edgegrid/test/conftest.py +0 -0
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/edgegrid/test/edgerc_that_doesnt_parse +0 -0
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/edgegrid/test/sample_edgerc +0 -0
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/edgegrid/test/test_edgegrid.py +0 -0
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/edgegrid/test/testcases.json +0 -0
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/edgegrid/test/testdata.json +0 -0
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/edgegrid_python.egg-info/dependency_links.txt +0 -0
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/edgegrid_python.egg-info/namespace_packages.txt +0 -0
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/edgegrid_python.egg-info/requires.txt +0 -0
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/edgegrid_python.egg-info/top_level.txt +0 -0
- {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/setup.cfg +0 -0
|
@@ -1,16 +1,30 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: edgegrid-python
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.3
|
|
4
4
|
Summary: {OPEN} client authentication protocol for python-requests
|
|
5
5
|
Home-page: https://github.com/akamai/AkamaiOPEN-edgegrid-python
|
|
6
6
|
License: Apache 2.0
|
|
7
|
-
Platform: UNKNOWN
|
|
8
7
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
9
8
|
Classifier: Programming Language :: Python :: 3
|
|
10
|
-
Requires-Python: >=3.
|
|
9
|
+
Requires-Python: >=3.10
|
|
11
10
|
Description-Content-Type: text/markdown
|
|
12
|
-
Provides-Extra: dev
|
|
13
11
|
License-File: LICENSE
|
|
12
|
+
Requires-Dist: requests>=2.24.0
|
|
13
|
+
Requires-Dist: requests_toolbelt>=0.9.1
|
|
14
|
+
Provides-Extra: dev
|
|
15
|
+
Requires-Dist: pylint>=2.7.0; extra == "dev"
|
|
16
|
+
Requires-Dist: pytest>=6.1.0; extra == "dev"
|
|
17
|
+
Requires-Dist: pytest-cov>=2.12.1; extra == "dev"
|
|
18
|
+
Dynamic: classifier
|
|
19
|
+
Dynamic: description
|
|
20
|
+
Dynamic: description-content-type
|
|
21
|
+
Dynamic: home-page
|
|
22
|
+
Dynamic: license
|
|
23
|
+
Dynamic: license-file
|
|
24
|
+
Dynamic: provides-extra
|
|
25
|
+
Dynamic: requires-dist
|
|
26
|
+
Dynamic: requires-python
|
|
27
|
+
Dynamic: summary
|
|
14
28
|
|
|
15
29
|
# EdgeGrid for Python
|
|
16
30
|
|
|
@@ -18,7 +32,7 @@ This library implements an Authentication handler for [HTTP requests](https://re
|
|
|
18
32
|
|
|
19
33
|
## Install
|
|
20
34
|
|
|
21
|
-
To use the library, you need to have Python 3.
|
|
35
|
+
To use the library, you need to have Python 3.10 or later installed on your system. You can download it from [https://www.python.org/downloads/](https://www.python.org/downloads/).
|
|
22
36
|
|
|
23
37
|
> __NOTE:__ Python 2 is no longer supported by the [Python Software Foundation](https://www.python.org/doc/sunset-python-2/). You won't be able to use the library with Python 2.
|
|
24
38
|
|
|
@@ -294,5 +308,3 @@ Copyright 2025 Akamai Technologies, Inc. All rights reserved.
|
|
|
294
308
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
295
309
|
|
|
296
310
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
|
297
|
-
|
|
298
|
-
|
|
@@ -4,7 +4,7 @@ This library implements an Authentication handler for [HTTP requests](https://re
|
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
7
|
-
To use the library, you need to have Python 3.
|
|
7
|
+
To use the library, you need to have Python 3.10 or later installed on your system. You can download it from [https://www.python.org/downloads/](https://www.python.org/downloads/).
|
|
8
8
|
|
|
9
9
|
> __NOTE:__ Python 2 is no longer supported by the [Python Software Foundation](https://www.python.org/doc/sunset-python-2/). You won't be able to use the library with Python 2.
|
|
10
10
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
this is a sample file.
|
|
@@ -1,16 +1,30 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: edgegrid-python
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.3
|
|
4
4
|
Summary: {OPEN} client authentication protocol for python-requests
|
|
5
5
|
Home-page: https://github.com/akamai/AkamaiOPEN-edgegrid-python
|
|
6
6
|
License: Apache 2.0
|
|
7
|
-
Platform: UNKNOWN
|
|
8
7
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
9
8
|
Classifier: Programming Language :: Python :: 3
|
|
10
|
-
Requires-Python: >=3.
|
|
9
|
+
Requires-Python: >=3.10
|
|
11
10
|
Description-Content-Type: text/markdown
|
|
12
|
-
Provides-Extra: dev
|
|
13
11
|
License-File: LICENSE
|
|
12
|
+
Requires-Dist: requests>=2.24.0
|
|
13
|
+
Requires-Dist: requests_toolbelt>=0.9.1
|
|
14
|
+
Provides-Extra: dev
|
|
15
|
+
Requires-Dist: pylint>=2.7.0; extra == "dev"
|
|
16
|
+
Requires-Dist: pytest>=6.1.0; extra == "dev"
|
|
17
|
+
Requires-Dist: pytest-cov>=2.12.1; extra == "dev"
|
|
18
|
+
Dynamic: classifier
|
|
19
|
+
Dynamic: description
|
|
20
|
+
Dynamic: description-content-type
|
|
21
|
+
Dynamic: home-page
|
|
22
|
+
Dynamic: license
|
|
23
|
+
Dynamic: license-file
|
|
24
|
+
Dynamic: provides-extra
|
|
25
|
+
Dynamic: requires-dist
|
|
26
|
+
Dynamic: requires-python
|
|
27
|
+
Dynamic: summary
|
|
14
28
|
|
|
15
29
|
# EdgeGrid for Python
|
|
16
30
|
|
|
@@ -18,7 +32,7 @@ This library implements an Authentication handler for [HTTP requests](https://re
|
|
|
18
32
|
|
|
19
33
|
## Install
|
|
20
34
|
|
|
21
|
-
To use the library, you need to have Python 3.
|
|
35
|
+
To use the library, you need to have Python 3.10 or later installed on your system. You can download it from [https://www.python.org/downloads/](https://www.python.org/downloads/).
|
|
22
36
|
|
|
23
37
|
> __NOTE:__ Python 2 is no longer supported by the [Python Software Foundation](https://www.python.org/doc/sunset-python-2/). You won't be able to use the library with Python 2.
|
|
24
38
|
|
|
@@ -294,5 +308,3 @@ Copyright 2025 Akamai Technologies, Inc. All rights reserved.
|
|
|
294
308
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
|
|
295
309
|
|
|
296
310
|
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
|
297
|
-
|
|
298
|
-
|
|
@@ -11,6 +11,7 @@ akamai/edgegrid/test/__init__.py
|
|
|
11
11
|
akamai/edgegrid/test/conftest.py
|
|
12
12
|
akamai/edgegrid/test/edgerc_that_doesnt_parse
|
|
13
13
|
akamai/edgegrid/test/sample_edgerc
|
|
14
|
+
akamai/edgegrid/test/sample_file.txt
|
|
14
15
|
akamai/edgegrid/test/test_edgegrid.py
|
|
15
16
|
akamai/edgegrid/test/testcases.json
|
|
16
17
|
akamai/edgegrid/test/testdata.json
|
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
#
|
|
5
5
|
# pip-compile
|
|
6
6
|
#
|
|
7
|
-
certifi==2025.
|
|
7
|
+
certifi==2025.11.12
|
|
8
8
|
# via requests
|
|
9
|
-
charset-normalizer==3.4.
|
|
9
|
+
charset-normalizer==3.4.4
|
|
10
10
|
# via requests
|
|
11
|
-
idna==3.
|
|
11
|
+
idna==3.11
|
|
12
12
|
# via requests
|
|
13
|
-
requests==2.32.
|
|
13
|
+
requests==2.32.5
|
|
14
14
|
# via
|
|
15
15
|
# edgegrid-python (setup.py)
|
|
16
16
|
# requests-toolbelt
|
|
@@ -2,12 +2,12 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name='edgegrid-python',
|
|
5
|
-
version='2.0.
|
|
5
|
+
version='2.0.3',
|
|
6
6
|
description='{OPEN} client authentication protocol for python-requests',
|
|
7
7
|
url='https://github.com/akamai/AkamaiOPEN-edgegrid-python',
|
|
8
8
|
namespace_packages=['akamai'],
|
|
9
9
|
packages=find_packages(),
|
|
10
|
-
python_requires=">=3.
|
|
10
|
+
python_requires=">=3.10",
|
|
11
11
|
long_description=open("README.md").read(),
|
|
12
12
|
long_description_content_type="text/markdown",
|
|
13
13
|
install_requires=[
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/edgegrid/test/edgerc_that_doesnt_parse
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/edgegrid_python.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/edgegrid_python.egg-info/namespace_packages.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|