kody-clientsdk-python 0.0.2__tar.gz → 0.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 (24) hide show
  1. {kody_clientsdk_python-0.0.2 → kody_clientsdk_python-0.0.3}/PKG-INFO +4 -4
  2. kody_clientsdk_python-0.0.3/README.md +27 -0
  3. kody_clientsdk_python-0.0.3/kody_clientsdk_python/__init__.py +1 -0
  4. {kody_clientsdk_python-0.0.2 → kody_clientsdk_python-0.0.3}/kody_clientsdk_python.egg-info/PKG-INFO +4 -4
  5. kody_clientsdk_python-0.0.2/README.md +0 -27
  6. kody_clientsdk_python-0.0.2/kody_clientsdk_python/__init__.py +0 -1
  7. {kody_clientsdk_python-0.0.2 → kody_clientsdk_python-0.0.3}/kody_clientsdk_python/ecom/__init__.py +0 -0
  8. {kody_clientsdk_python-0.0.2 → kody_clientsdk_python-0.0.3}/kody_clientsdk_python/ecom/v1/__init__.py +0 -0
  9. {kody_clientsdk_python-0.0.2 → kody_clientsdk_python-0.0.3}/kody_clientsdk_python/ecom/v1/ecom_pb2.py +0 -0
  10. {kody_clientsdk_python-0.0.2 → kody_clientsdk_python-0.0.3}/kody_clientsdk_python/ecom/v1/ecom_pb2_grpc.py +0 -0
  11. {kody_clientsdk_python-0.0.2 → kody_clientsdk_python-0.0.3}/kody_clientsdk_python/pay/__init__.py +0 -0
  12. {kody_clientsdk_python-0.0.2 → kody_clientsdk_python-0.0.3}/kody_clientsdk_python/pay/v1/__init__.py +0 -0
  13. {kody_clientsdk_python-0.0.2 → kody_clientsdk_python-0.0.3}/kody_clientsdk_python/pay/v1/pay_pb2.py +0 -0
  14. {kody_clientsdk_python-0.0.2 → kody_clientsdk_python-0.0.3}/kody_clientsdk_python/pay/v1/pay_pb2_grpc.py +0 -0
  15. {kody_clientsdk_python-0.0.2 → kody_clientsdk_python-0.0.3}/kody_clientsdk_python/sdk/__init__.py +0 -0
  16. {kody_clientsdk_python-0.0.2 → kody_clientsdk_python-0.0.3}/kody_clientsdk_python/sdk/common/__init__.py +0 -0
  17. {kody_clientsdk_python-0.0.2 → kody_clientsdk_python-0.0.3}/kody_clientsdk_python/sdk/common/pagination_pb2.py +0 -0
  18. {kody_clientsdk_python-0.0.2 → kody_clientsdk_python-0.0.3}/kody_clientsdk_python/sdk/common/pagination_pb2_grpc.py +0 -0
  19. {kody_clientsdk_python-0.0.2 → kody_clientsdk_python-0.0.3}/kody_clientsdk_python.egg-info/SOURCES.txt +0 -0
  20. {kody_clientsdk_python-0.0.2 → kody_clientsdk_python-0.0.3}/kody_clientsdk_python.egg-info/dependency_links.txt +0 -0
  21. {kody_clientsdk_python-0.0.2 → kody_clientsdk_python-0.0.3}/kody_clientsdk_python.egg-info/requires.txt +0 -0
  22. {kody_clientsdk_python-0.0.2 → kody_clientsdk_python-0.0.3}/kody_clientsdk_python.egg-info/top_level.txt +0 -0
  23. {kody_clientsdk_python-0.0.2 → kody_clientsdk_python-0.0.3}/setup.cfg +0 -0
  24. {kody_clientsdk_python-0.0.2 → kody_clientsdk_python-0.0.3}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kody_clientsdk_python
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: Kody API client
5
5
  Home-page: https://github.com/KodyPay/kody-clientsdk-python
6
6
  Author: Kody Tech Team
@@ -12,8 +12,8 @@ Requires-Dist: protobuf==5.27.2
12
12
  # Kody Python Client
13
13
 
14
14
  ## Description
15
- The Kody Python Client is it's your direct line of communication with the Kody Payments Gateway. It simplifies the integration of Kody payment functionalities into your applications.
16
- The SDK is generated from protobuf protocols to facilitate communication with the Kody Payments Gateway.
15
+ The Kody Python Client allows direct communication with the Kody Payments Gateway. It simplifies the integration of Kody payments into your application.
16
+ The SDK is generated from Protobuf gRPC protocols to facilitate communication with the Kody Payments Gateway.
17
17
 
18
18
  ## Requirements
19
19
  - grpcio-tools
@@ -30,7 +30,7 @@ pip install kody-clientsdk-python
30
30
 
31
31
  ## Samples
32
32
 
33
- Go to the [samples](https://github.com/KodyPay/kody-clientsdk-python-3.6/tree/main/samples) directory for examples on how to use the Kody Python Client.
33
+ Go to the [samples](https://github.com/KodyPay/kody-clientsdk-python/tree/main/versions/3_12/samples) directory for examples on how to use the Kody Python Client.
34
34
 
35
35
  ## License
36
36
 
@@ -0,0 +1,27 @@
1
+ # Kody Python Client
2
+
3
+ ## Description
4
+ The Kody Python Client allows direct communication with the Kody Payments Gateway. It simplifies the integration of Kody payments into your application.
5
+ The SDK is generated from Protobuf gRPC protocols to facilitate communication with the Kody Payments Gateway.
6
+
7
+ ## Requirements
8
+ - grpcio-tools
9
+
10
+ ## Installation
11
+
12
+ ### PIP
13
+
14
+ Install the Kody Python Client SDK using the following command:
15
+
16
+ ```bash
17
+ pip install kody-clientsdk-python
18
+ ```
19
+
20
+ ## Samples
21
+
22
+ Go to the [samples](https://github.com/KodyPay/kody-clientsdk-python/tree/main/versions/3_12/samples) directory for examples on how to use the Kody Python Client.
23
+
24
+ ## License
25
+
26
+ This project is licensed under the MIT License.
27
+
@@ -0,0 +1 @@
1
+ __version__ = '0.0.3'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kody_clientsdk_python
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: Kody API client
5
5
  Home-page: https://github.com/KodyPay/kody-clientsdk-python
6
6
  Author: Kody Tech Team
@@ -12,8 +12,8 @@ Requires-Dist: protobuf==5.27.2
12
12
  # Kody Python Client
13
13
 
14
14
  ## Description
15
- The Kody Python Client is it's your direct line of communication with the Kody Payments Gateway. It simplifies the integration of Kody payment functionalities into your applications.
16
- The SDK is generated from protobuf protocols to facilitate communication with the Kody Payments Gateway.
15
+ The Kody Python Client allows direct communication with the Kody Payments Gateway. It simplifies the integration of Kody payments into your application.
16
+ The SDK is generated from Protobuf gRPC protocols to facilitate communication with the Kody Payments Gateway.
17
17
 
18
18
  ## Requirements
19
19
  - grpcio-tools
@@ -30,7 +30,7 @@ pip install kody-clientsdk-python
30
30
 
31
31
  ## Samples
32
32
 
33
- Go to the [samples](https://github.com/KodyPay/kody-clientsdk-python-3.6/tree/main/samples) directory for examples on how to use the Kody Python Client.
33
+ Go to the [samples](https://github.com/KodyPay/kody-clientsdk-python/tree/main/versions/3_12/samples) directory for examples on how to use the Kody Python Client.
34
34
 
35
35
  ## License
36
36
 
@@ -1,27 +0,0 @@
1
- # Kody Python Client
2
-
3
- ## Description
4
- The Kody Python Client is it's your direct line of communication with the Kody Payments Gateway. It simplifies the integration of Kody payment functionalities into your applications.
5
- The SDK is generated from protobuf protocols to facilitate communication with the Kody Payments Gateway.
6
-
7
- ## Requirements
8
- - grpcio-tools
9
-
10
- ## Installation
11
-
12
- ### PIP
13
-
14
- Install the Kody Python Client SDK using the following command:
15
-
16
- ```bash
17
- pip install kody-clientsdk-python
18
- ```
19
-
20
- ## Samples
21
-
22
- Go to the [samples](https://github.com/KodyPay/kody-clientsdk-python-3.6/tree/main/samples) directory for examples on how to use the Kody Python Client.
23
-
24
- ## License
25
-
26
- This project is licensed under the MIT License.
27
-
@@ -1 +0,0 @@
1
- __version__ = '0.0.2'