edgegrid-python 2.0.4__tar.gz → 2.0.5__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.4 → edgegrid_python-2.0.5}/LICENSE +1 -1
- {edgegrid_python-2.0.4/edgegrid_python.egg-info → edgegrid_python-2.0.5}/PKG-INFO +3 -3
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/README.md +2 -2
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/akamai/edgegrid/__init__.py +2 -2
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5/edgegrid_python.egg-info}/PKG-INFO +3 -3
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/requirements.txt +2 -2
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/setup.py +1 -1
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/MANIFEST.in +0 -0
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/akamai/__init__.py +0 -0
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/akamai/edgegrid/edgegrid.py +0 -0
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/akamai/edgegrid/edgerc.py +0 -0
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/akamai/edgegrid/test/__init__.py +0 -0
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/akamai/edgegrid/test/conftest.py +0 -0
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/akamai/edgegrid/test/edgerc_that_doesnt_parse +0 -0
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/akamai/edgegrid/test/sample_edgerc +0 -0
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/akamai/edgegrid/test/sample_file.txt +0 -0
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/akamai/edgegrid/test/test_edgegrid.py +0 -0
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/akamai/edgegrid/test/testcases.json +0 -0
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/akamai/edgegrid/test/testdata.json +0 -0
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/edgegrid_python.egg-info/SOURCES.txt +0 -0
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/edgegrid_python.egg-info/dependency_links.txt +0 -0
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/edgegrid_python.egg-info/namespace_packages.txt +0 -0
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/edgegrid_python.egg-info/requires.txt +0 -0
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/edgegrid_python.egg-info/top_level.txt +0 -0
- {edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/setup.cfg +0 -0
|
@@ -176,7 +176,7 @@ recommend that a file or class name and description of purpose be included on
|
|
|
176
176
|
the same "printed page" as the copyright notice for easier identification within
|
|
177
177
|
third-party archives.
|
|
178
178
|
|
|
179
|
-
Copyright
|
|
179
|
+
Copyright 2026 Akamai Technologies, Inc. All rights reserved.
|
|
180
180
|
|
|
181
181
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
182
182
|
you may not use these files except in compliance with the License.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: edgegrid-python
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.5
|
|
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
|
|
@@ -52,7 +52,7 @@ pip install edgegrid-python
|
|
|
52
52
|
|
|
53
53
|
We provide authentication credentials through an API client. Requests to the API are signed with a timestamp and are executed immediately.
|
|
54
54
|
|
|
55
|
-
1. [Create authentication credentials](https://techdocs.akamai.com/developer/docs/
|
|
55
|
+
1. [Create authentication credentials](https://techdocs.akamai.com/developer/docs/edgegrid).
|
|
56
56
|
|
|
57
57
|
2. Place your credentials in an EdgeGrid resource file, `.edgerc`, under a heading of `[default]` at your local home directory.
|
|
58
58
|
|
|
@@ -303,7 +303,7 @@ To report an issue or make a suggestion, create a new [GitHub issue](https://git
|
|
|
303
303
|
|
|
304
304
|
## License
|
|
305
305
|
|
|
306
|
-
Copyright
|
|
306
|
+
Copyright 2026 Akamai Technologies, Inc. All rights reserved.
|
|
307
307
|
|
|
308
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.
|
|
309
309
|
|
|
@@ -24,7 +24,7 @@ pip install edgegrid-python
|
|
|
24
24
|
|
|
25
25
|
We provide authentication credentials through an API client. Requests to the API are signed with a timestamp and are executed immediately.
|
|
26
26
|
|
|
27
|
-
1. [Create authentication credentials](https://techdocs.akamai.com/developer/docs/
|
|
27
|
+
1. [Create authentication credentials](https://techdocs.akamai.com/developer/docs/edgegrid).
|
|
28
28
|
|
|
29
29
|
2. Place your credentials in an EdgeGrid resource file, `.edgerc`, under a heading of `[default]` at your local home directory.
|
|
30
30
|
|
|
@@ -275,7 +275,7 @@ To report an issue or make a suggestion, create a new [GitHub issue](https://git
|
|
|
275
275
|
|
|
276
276
|
## License
|
|
277
277
|
|
|
278
|
-
Copyright
|
|
278
|
+
Copyright 2026 Akamai Technologies, Inc. All rights reserved.
|
|
279
279
|
|
|
280
280
|
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.
|
|
281
281
|
|
|
@@ -36,6 +36,6 @@ from .edgerc import EdgeRc
|
|
|
36
36
|
__all__ = ['EdgeGridAuth', 'EdgeRc']
|
|
37
37
|
|
|
38
38
|
__title__ = 'edgegrid-python'
|
|
39
|
-
__version__ = '2.0.
|
|
39
|
+
__version__ = '2.0.5'
|
|
40
40
|
__license__ = 'Apache 2.0'
|
|
41
|
-
__copyright__ = 'Copyright
|
|
41
|
+
__copyright__ = 'Copyright 2026 Akamai Technologies'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: edgegrid-python
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.5
|
|
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
|
|
@@ -52,7 +52,7 @@ pip install edgegrid-python
|
|
|
52
52
|
|
|
53
53
|
We provide authentication credentials through an API client. Requests to the API are signed with a timestamp and are executed immediately.
|
|
54
54
|
|
|
55
|
-
1. [Create authentication credentials](https://techdocs.akamai.com/developer/docs/
|
|
55
|
+
1. [Create authentication credentials](https://techdocs.akamai.com/developer/docs/edgegrid).
|
|
56
56
|
|
|
57
57
|
2. Place your credentials in an EdgeGrid resource file, `.edgerc`, under a heading of `[default]` at your local home directory.
|
|
58
58
|
|
|
@@ -303,7 +303,7 @@ To report an issue or make a suggestion, create a new [GitHub issue](https://git
|
|
|
303
303
|
|
|
304
304
|
## License
|
|
305
305
|
|
|
306
|
-
Copyright
|
|
306
|
+
Copyright 2026 Akamai Technologies, Inc. All rights reserved.
|
|
307
307
|
|
|
308
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.
|
|
309
309
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
#
|
|
5
5
|
# pip-compile
|
|
6
6
|
#
|
|
7
|
-
certifi==
|
|
7
|
+
certifi==2026.1.4
|
|
8
8
|
# via requests
|
|
9
9
|
charset-normalizer==3.4.4
|
|
10
10
|
# via requests
|
|
@@ -16,5 +16,5 @@ requests==2.32.5
|
|
|
16
16
|
# requests-toolbelt
|
|
17
17
|
requests-toolbelt==1.0.0
|
|
18
18
|
# via edgegrid-python (setup.py)
|
|
19
|
-
urllib3==2.6.
|
|
19
|
+
urllib3==2.6.3
|
|
20
20
|
# via requests
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name='edgegrid-python',
|
|
5
|
-
version='2.0.
|
|
5
|
+
version='2.0.5',
|
|
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'],
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/akamai/edgegrid/test/edgerc_that_doesnt_parse
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/edgegrid_python.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{edgegrid_python-2.0.4 → edgegrid_python-2.0.5}/edgegrid_python.egg-info/namespace_packages.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|