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.
Files changed (25) hide show
  1. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/MANIFEST.in +1 -0
  2. {edgegrid-python-2.0.2/edgegrid_python.egg-info → edgegrid_python-2.0.3}/PKG-INFO +20 -8
  3. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/README.md +1 -1
  4. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/edgegrid/__init__.py +1 -1
  5. edgegrid_python-2.0.3/akamai/edgegrid/test/sample_file.txt +1 -0
  6. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3/edgegrid_python.egg-info}/PKG-INFO +20 -8
  7. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/edgegrid_python.egg-info/SOURCES.txt +1 -0
  8. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/requirements.txt +4 -4
  9. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/setup.py +2 -2
  10. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/LICENSE +0 -0
  11. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/__init__.py +0 -0
  12. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/edgegrid/edgegrid.py +0 -0
  13. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/edgegrid/edgerc.py +0 -0
  14. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/edgegrid/test/__init__.py +0 -0
  15. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/edgegrid/test/conftest.py +0 -0
  16. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/edgegrid/test/edgerc_that_doesnt_parse +0 -0
  17. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/edgegrid/test/sample_edgerc +0 -0
  18. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/edgegrid/test/test_edgegrid.py +0 -0
  19. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/edgegrid/test/testcases.json +0 -0
  20. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/akamai/edgegrid/test/testdata.json +0 -0
  21. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/edgegrid_python.egg-info/dependency_links.txt +0 -0
  22. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/edgegrid_python.egg-info/namespace_packages.txt +0 -0
  23. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/edgegrid_python.egg-info/requires.txt +0 -0
  24. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/edgegrid_python.egg-info/top_level.txt +0 -0
  25. {edgegrid-python-2.0.2 → edgegrid_python-2.0.3}/setup.cfg +0 -0
@@ -4,4 +4,5 @@ include requirements.txt
4
4
  include akamai/edgegrid/test/testcases.json
5
5
  include akamai/edgegrid/test/testdata.json
6
6
  include akamai/edgegrid/test/sample_edgerc
7
+ include akamai/edgegrid/test/sample_file.txt
7
8
  include akamai/edgegrid/test/edgerc_that_doesnt_parse
@@ -1,16 +1,30 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: edgegrid-python
3
- Version: 2.0.2
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
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.9 or later installed on your system. You can download it from [https://www.python.org/downloads/](https://www.python.org/downloads/).
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.9 or later installed on your system. You can download it from [https://www.python.org/downloads/](https://www.python.org/downloads/).
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
 
@@ -36,6 +36,6 @@ from .edgerc import EdgeRc
36
36
  __all__ = ['EdgeGridAuth', 'EdgeRc']
37
37
 
38
38
  __title__ = 'edgegrid-python'
39
- __version__ = '2.0.2'
39
+ __version__ = '2.0.3'
40
40
  __license__ = 'Apache 2.0'
41
41
  __copyright__ = 'Copyright 2025 Akamai Technologies'
@@ -0,0 +1 @@
1
+ this is a sample file.
@@ -1,16 +1,30 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: edgegrid-python
3
- Version: 2.0.2
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
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.9 or later installed on your system. You can download it from [https://www.python.org/downloads/](https://www.python.org/downloads/).
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.6.15
7
+ certifi==2025.11.12
8
8
  # via requests
9
- charset-normalizer==3.4.2
9
+ charset-normalizer==3.4.4
10
10
  # via requests
11
- idna==3.10
11
+ idna==3.11
12
12
  # via requests
13
- requests==2.32.4
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.2',
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.9",
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