edgegrid-python 2.0.0__py3-none-any.whl → 2.0.1__py3-none-any.whl
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.
- akamai/edgegrid/__init__.py +2 -2
- {edgegrid_python-2.0.0.dist-info → edgegrid_python-2.0.1.dist-info}/METADATA +22 -16
- {edgegrid_python-2.0.0.dist-info → edgegrid_python-2.0.1.dist-info}/RECORD +8 -8
- {edgegrid_python-2.0.0.dist-info → edgegrid_python-2.0.1.dist-info}/WHEEL +1 -1
- {edgegrid_python-2.0.0.dist-info → edgegrid_python-2.0.1.dist-info/licenses}/LICENSE +2 -2
- /edgegrid_python-2.0.0-py3.13-nspkg.pth → /edgegrid_python-2.0.1-py3.13-nspkg.pth +0 -0
- {edgegrid_python-2.0.0.dist-info → edgegrid_python-2.0.1.dist-info}/namespace_packages.txt +0 -0
- {edgegrid_python-2.0.0.dist-info → edgegrid_python-2.0.1.dist-info}/top_level.txt +0 -0
akamai/edgegrid/__init__.py
CHANGED
|
@@ -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.1'
|
|
40
40
|
__license__ = 'Apache 2.0'
|
|
41
|
-
__copyright__ = 'Copyright
|
|
41
|
+
__copyright__ = 'Copyright 2025 Akamai Technologies'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: edgegrid-python
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.1
|
|
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
|
|
@@ -9,16 +9,22 @@ Classifier: Programming Language :: Python :: 3
|
|
|
9
9
|
Requires-Python: >=3.9
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
License-File: LICENSE
|
|
12
|
-
Requires-Dist: requests
|
|
13
|
-
Requires-Dist:
|
|
14
|
-
Requires-Dist: pyOpenSSL >=19.1.0
|
|
15
|
-
Requires-Dist: ndg-httpsclient >=0.5.1
|
|
16
|
-
Requires-Dist: pyasn1 >=0.4.8
|
|
17
|
-
Requires-Dist: urllib3 >=1.25.10
|
|
12
|
+
Requires-Dist: requests>=2.24.0
|
|
13
|
+
Requires-Dist: requests_toolbelt>=0.9.1
|
|
18
14
|
Provides-Extra: dev
|
|
19
|
-
Requires-Dist: pylint
|
|
20
|
-
Requires-Dist: pytest
|
|
21
|
-
Requires-Dist: pytest-cov
|
|
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
|
|
22
28
|
|
|
23
29
|
# EdgeGrid for Python
|
|
24
30
|
|
|
@@ -47,9 +53,9 @@ pip install edgegrid-python
|
|
|
47
53
|
We provide authentication credentials through an API client. Requests to the API are signed with a timestamp and are executed immediately.
|
|
48
54
|
|
|
49
55
|
1. [Create authentication credentials](https://techdocs.akamai.com/developer/docs/set-up-authentication-credentials).
|
|
50
|
-
|
|
51
|
-
2. Place your credentials in an EdgeGrid resource file, `.edgerc`, under a heading of `[default]` at your local home directory
|
|
52
|
-
|
|
56
|
+
|
|
57
|
+
2. Place your credentials in an EdgeGrid resource file, `.edgerc`, under a heading of `[default]` at your local home directory.
|
|
58
|
+
|
|
53
59
|
```
|
|
54
60
|
[default]
|
|
55
61
|
client_secret = C113nt53KR3TN6N90yVuAgICxIRwsObLi0E67/N8eRN=
|
|
@@ -297,8 +303,8 @@ To report an issue or make a suggestion, create a new [GitHub issue](https://git
|
|
|
297
303
|
|
|
298
304
|
## License
|
|
299
305
|
|
|
300
|
-
Copyright
|
|
306
|
+
Copyright 2025 Akamai Technologies, Inc. All rights reserved.
|
|
301
307
|
|
|
302
|
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
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.
|
|
303
309
|
|
|
304
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.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
edgegrid_python-2.0.
|
|
2
|
-
akamai/edgegrid/__init__.py,sha256=
|
|
1
|
+
edgegrid_python-2.0.1-py3.13-nspkg.pth,sha256=zXCix7y3c5B6M6S0OvE8NMptjuOYmhhmn1_PwSyyPww,467
|
|
2
|
+
akamai/edgegrid/__init__.py,sha256=E_AoqG0xnk79YrImiORBXXaHFkdxjV8ZqV-e7VZn15I,1217
|
|
3
3
|
akamai/edgegrid/edgegrid.py,sha256=pzJQ7qjC5KZIIM_yrhdVHUuJe6CMFzt-z1ucQeN2-vk,12002
|
|
4
4
|
akamai/edgegrid/edgerc.py,sha256=T9RoKyWnVIIOwAVaJZ3QV5xBAJ9vz7XiyUZ8tMET8dI,1170
|
|
5
5
|
akamai/edgegrid/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -8,9 +8,9 @@ akamai/edgegrid/test/edgerc_that_doesnt_parse,sha256=j1uEFSxZo_o9pYuj6QdxWIOSmRT
|
|
|
8
8
|
akamai/edgegrid/test/sample_edgerc,sha256=0DsP3KEoLXjd7fhkKcVoCT5cM1S69iNZmO8VvdwKWLA,1084
|
|
9
9
|
akamai/edgegrid/test/test_edgegrid.py,sha256=GhX1CjO3CS_cVV6hFOyOKL8ovxvEZpHbqrFBGmTKkw8,13506
|
|
10
10
|
akamai/edgegrid/test/testdata.json,sha256=kJ0DYk94SJeatnvdqYTCw-itxMUdbIhzVta3rIYAVT0,1149
|
|
11
|
-
edgegrid_python-2.0.
|
|
12
|
-
edgegrid_python-2.0.
|
|
13
|
-
edgegrid_python-2.0.
|
|
14
|
-
edgegrid_python-2.0.
|
|
15
|
-
edgegrid_python-2.0.
|
|
16
|
-
edgegrid_python-2.0.
|
|
11
|
+
edgegrid_python-2.0.1.dist-info/licenses/LICENSE,sha256=DyuBP7naDKRYvlUyvQWKbtNL-mXyx5aZaVfDRMfxgtE,10294
|
|
12
|
+
edgegrid_python-2.0.1.dist-info/METADATA,sha256=DgzZe79dqkE-q4WeESAgLuBw7FSM_dU1kMspX9SWnxw,9231
|
|
13
|
+
edgegrid_python-2.0.1.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
|
|
14
|
+
edgegrid_python-2.0.1.dist-info/namespace_packages.txt,sha256=szjzYJ0FacUGu9R1JEkJrBHjlQroKtnCz0zkAhCvyKw,7
|
|
15
|
+
edgegrid_python-2.0.1.dist-info/top_level.txt,sha256=szjzYJ0FacUGu9R1JEkJrBHjlQroKtnCz0zkAhCvyKw,7
|
|
16
|
+
edgegrid_python-2.0.1.dist-info/RECORD,,
|
|
@@ -176,10 +176,10 @@ 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 2025 Akamai Technologies, Inc. All rights reserved.
|
|
180
180
|
|
|
181
181
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
182
|
-
you may not use
|
|
182
|
+
you may not use these files except in compliance with the License.
|
|
183
183
|
You may obtain a copy of the License at
|
|
184
184
|
|
|
185
185
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|