aio-kong 3.5.0__py3-none-any.whl → 3.6.0__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.
@@ -1,9 +1,9 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: aio-kong
3
- Version: 3.5.0
3
+ Version: 3.6.0
4
4
  Summary: Asynchronous Kong Client
5
5
  License: BSD-3-Clause
6
- Author: Luca
6
+ Author: Luca Sbardella
7
7
  Author-email: luca@quantmind.com
8
8
  Requires-Python: >=3.10,<4.0
9
9
  Classifier: License :: OSI Approved :: BSD License
@@ -12,9 +12,10 @@ Classifier: Programming Language :: Python :: 3.10
12
12
  Classifier: Programming Language :: Python :: 3.11
13
13
  Classifier: Programming Language :: Python :: 3.12
14
14
  Classifier: Programming Language :: Python :: 3.13
15
- Requires-Dist: PyYAML (>=6.0,<7.0)
16
- Requires-Dist: aiohttp (>=3.9.5,<4.0.0)
17
- Requires-Dist: click (>=8.1.3,<9.0.0)
15
+ Provides-Extra: cli
16
+ Requires-Dist: PyYAML (>=6.0) ; extra == "cli"
17
+ Requires-Dist: aiohttp (>=3.9.5)
18
+ Requires-Dist: click (>=8.1.3) ; extra == "cli"
18
19
  Project-URL: Issues, https://github.com/quantmind/aio-kong/issues
19
20
  Project-URL: Repository, https://github.com/quantmind/aio-kong
20
21
  Description-Content-Type: text/markdown
@@ -30,7 +31,7 @@ Description-Content-Type: text/markdown
30
31
 
31
32
  Tested with [kong][] v3.8
32
33
 
33
- ## Installation & Testing
34
+ ## Installation
34
35
 
35
36
  To install the package
36
37
 
@@ -38,9 +39,12 @@ To install the package
38
39
  pip install aio-kong
39
40
  ```
40
41
 
41
- To run tests, clone and
42
+ ## Testing
43
+
44
+ To run tests, clone the repository and
42
45
 
43
46
  ```
47
+ make install
44
48
  make test
45
49
  ```
46
50
 
@@ -94,7 +98,15 @@ await cli.apply_json(config)
94
98
 
95
99
  ## Command line tool
96
100
 
97
- The library install the `kongfig` command line tool for uploading kong configuration files.
101
+ The library can install the `kongfig` command line tool for uploading kong configuration files.
102
+
103
+ For the command line tool to work, you need to install the package as:
104
+
105
+ ```bash
106
+ pip install aio-kong[cli]
107
+ ```
108
+
109
+ and to run the cli tool, you can use the following command:
98
110
 
99
111
  ```
100
112
  kongfig --yaml config.yaml
@@ -1,4 +1,4 @@
1
- kong/__init__.py,sha256=B7HArV6-6zGHI3LOefG855TT4UVJKSDSy5xjDZb9BLQ,54
1
+ kong/__init__.py,sha256=HGhiVqn0IM-IOC0rgy3ZZ6uaW7ItlxDlJ05wOGLABtA,54
2
2
  kong/acls.py,sha256=1HR66CKp6SVOmtauXOnj77moLMeHfL7gsfBRwlbJK1U,127
3
3
  kong/auths.py,sha256=1aNSQ6Sw5rjh8lbJppH9GOXVMG6KL7-bO4P75MsFKJU,2337
4
4
  kong/certificates.py,sha256=7QYS0BLg5QKyjdi1dUDGErXBZHQK4ARv_iYFluXX3RM,275
@@ -12,8 +12,8 @@ kong/routes.py,sha256=e1n5hIIirwkAVacbFnJ_C1AwQN_IC10gISyXU8ex-g0,1493
12
12
  kong/services.py,sha256=iuJu2Y8QzLtTBwLNT5yCunJbY3AHSmejz7gXAbvC4bY,2515
13
13
  kong/snis.py,sha256=QxjHFUtMGvlBcfCdiye5hQ9n8D1PRSQQThqaB-OekLI,716
14
14
  kong/utils.py,sha256=Uoe5DRclN-t1DX8AvwgidYn8GMMvLUXVjMgzqs6mUAE,932
15
- aio_kong-3.5.0.dist-info/LICENSE,sha256=4S4Rfy2EEQkrBsn1cu8_EZkf2Q8XfOoxjabtI0BOhdQ,1461
16
- aio_kong-3.5.0.dist-info/METADATA,sha256=OueTmt1drm9zHn0iUXefJjylKlKWAZ3Zj_lbGyvvBCE,2962
17
- aio_kong-3.5.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
18
- aio_kong-3.5.0.dist-info/entry_points.txt,sha256=Wp_emFiShNNMtqwMxwwdo7qQDiLMxYqZwk9sP4YbEp4,41
19
- aio_kong-3.5.0.dist-info/RECORD,,
15
+ aio_kong-3.6.0.dist-info/LICENSE,sha256=4S4Rfy2EEQkrBsn1cu8_EZkf2Q8XfOoxjabtI0BOhdQ,1461
16
+ aio_kong-3.6.0.dist-info/METADATA,sha256=REWq16qr1EuT9GkbgnAE4wHmfyn6B9Rr7VB9l4GLXvA,3213
17
+ aio_kong-3.6.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
18
+ aio_kong-3.6.0.dist-info/entry_points.txt,sha256=Wp_emFiShNNMtqwMxwwdo7qQDiLMxYqZwk9sP4YbEp4,41
19
+ aio_kong-3.6.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.1
2
+ Generator: poetry-core 2.1.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
kong/__init__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  """Asynchronous Kong client"""
2
2
 
3
- __version__ = "3.5.0"
3
+ __version__ = "3.6.0"