edgegrid-python 2.0.2__py3-none-any.whl → 2.0.3__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 +1 -1
- akamai/edgegrid/test/sample_file.txt +1 -0
- edgegrid_python-2.0.3-py3.13-nspkg.pth +1 -0
- {edgegrid_python-2.0.2.dist-info → edgegrid_python-2.0.3.dist-info}/METADATA +19 -12
- {edgegrid_python-2.0.2.dist-info → edgegrid_python-2.0.3.dist-info}/RECORD +9 -8
- {edgegrid_python-2.0.2.dist-info → edgegrid_python-2.0.3.dist-info}/WHEEL +1 -1
- edgegrid_python-2.0.2-py3.9-nspkg.pth +0 -1
- {edgegrid_python-2.0.2.dist-info → edgegrid_python-2.0.3.dist-info/licenses}/LICENSE +0 -0
- {edgegrid_python-2.0.2.dist-info → edgegrid_python-2.0.3.dist-info}/namespace_packages.txt +0 -0
- {edgegrid_python-2.0.2.dist-info → edgegrid_python-2.0.3.dist-info}/top_level.txt +0 -0
akamai/edgegrid/__init__.py
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
this is a sample file.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import sys, types, os;p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('akamai',));importlib = __import__('importlib.util');__import__('importlib.machinery');m = sys.modules.setdefault('akamai', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('akamai', [os.path.dirname(p)])));m = m or sys.modules.setdefault('akamai', types.ModuleType('akamai'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p)
|
|
@@ -1,21 +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
11
|
License-File: LICENSE
|
|
13
|
-
Requires-Dist: requests
|
|
14
|
-
Requires-Dist:
|
|
12
|
+
Requires-Dist: requests>=2.24.0
|
|
13
|
+
Requires-Dist: requests_toolbelt>=0.9.1
|
|
15
14
|
Provides-Extra: dev
|
|
16
|
-
Requires-Dist: pylint
|
|
17
|
-
Requires-Dist: pytest
|
|
18
|
-
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
|
|
19
28
|
|
|
20
29
|
# EdgeGrid for Python
|
|
21
30
|
|
|
@@ -23,7 +32,7 @@ This library implements an Authentication handler for [HTTP requests](https://re
|
|
|
23
32
|
|
|
24
33
|
## Install
|
|
25
34
|
|
|
26
|
-
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/).
|
|
27
36
|
|
|
28
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.
|
|
29
38
|
|
|
@@ -299,5 +308,3 @@ Copyright 2025 Akamai Technologies, Inc. All rights reserved.
|
|
|
299
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.
|
|
300
309
|
|
|
301
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.
|
|
302
|
-
|
|
303
|
-
|
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
edgegrid_python-2.0.
|
|
2
|
-
akamai/edgegrid/__init__.py,sha256
|
|
1
|
+
edgegrid_python-2.0.3-py3.13-nspkg.pth,sha256=zXCix7y3c5B6M6S0OvE8NMptjuOYmhhmn1_PwSyyPww,467
|
|
2
|
+
akamai/edgegrid/__init__.py,sha256=cMJbUu2fg7MEcpkBpLEuap6Fq0DiMUXJ8r76UlD6pd8,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
|
|
6
6
|
akamai/edgegrid/test/conftest.py,sha256=ewP2gqZI0POKP0d3QQuD0yiPYkPM9sRqLBekk00GnFQ,908
|
|
7
7
|
akamai/edgegrid/test/edgerc_that_doesnt_parse,sha256=j1uEFSxZo_o9pYuj6QdxWIOSmRTLLlLPLWQ8sziHm1A,138
|
|
8
8
|
akamai/edgegrid/test/sample_edgerc,sha256=0DsP3KEoLXjd7fhkKcVoCT5cM1S69iNZmO8VvdwKWLA,1084
|
|
9
|
+
akamai/edgegrid/test/sample_file.txt,sha256=EBMsdifxSkOKTPB-eqA7be67wJ5YWG_G8NjoNdtZqBM,22
|
|
9
10
|
akamai/edgegrid/test/test_edgegrid.py,sha256=GhX1CjO3CS_cVV6hFOyOKL8ovxvEZpHbqrFBGmTKkw8,13506
|
|
10
11
|
akamai/edgegrid/test/testcases.json,sha256=81LV7AgNTmHSX4X56dZszrVk-Zk1Jw5vkvI6DFJazSE,15040
|
|
11
12
|
akamai/edgegrid/test/testdata.json,sha256=kJ0DYk94SJeatnvdqYTCw-itxMUdbIhzVta3rIYAVT0,1149
|
|
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.
|
|
17
|
-
edgegrid_python-2.0.
|
|
13
|
+
edgegrid_python-2.0.3.dist-info/licenses/LICENSE,sha256=DyuBP7naDKRYvlUyvQWKbtNL-mXyx5aZaVfDRMfxgtE,10294
|
|
14
|
+
edgegrid_python-2.0.3.dist-info/METADATA,sha256=HyiRuWQ2_V9FU8yjHTgxB67sbfP7wQqKJml5o6jxfBw,9233
|
|
15
|
+
edgegrid_python-2.0.3.dist-info/WHEEL,sha256=DK49LOLCYiurdXXOXwGJm6U4DkHkg4lcxjhqwRa0CP4,91
|
|
16
|
+
edgegrid_python-2.0.3.dist-info/namespace_packages.txt,sha256=szjzYJ0FacUGu9R1JEkJrBHjlQroKtnCz0zkAhCvyKw,7
|
|
17
|
+
edgegrid_python-2.0.3.dist-info/top_level.txt,sha256=szjzYJ0FacUGu9R1JEkJrBHjlQroKtnCz0zkAhCvyKw,7
|
|
18
|
+
edgegrid_python-2.0.3.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import sys, types, os;has_mfs = sys.version_info > (3, 5);p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('akamai',));importlib = has_mfs and __import__('importlib.util');has_mfs and __import__('importlib.machinery');m = has_mfs and sys.modules.setdefault('akamai', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('akamai', [os.path.dirname(p)])));m = m or sys.modules.setdefault('akamai', types.ModuleType('akamai'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|