kody-clientsdk-python 0.0.1__tar.gz → 0.0.2__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 (27) hide show
  1. kody_clientsdk_python-0.0.2/PKG-INFO +38 -0
  2. kody_clientsdk_python-0.0.2/README.md +27 -0
  3. kody_clientsdk_python-0.0.2/kody_clientsdk_python/__init__.py +1 -0
  4. kody_clientsdk_python-0.0.2/kody_clientsdk_python.egg-info/PKG-INFO +38 -0
  5. {kody_clientsdk_python-0.0.1 → kody_clientsdk_python-0.0.2}/kody_clientsdk_python.egg-info/SOURCES.txt +0 -1
  6. {kody_clientsdk_python-0.0.1 → kody_clientsdk_python-0.0.2}/setup.py +2 -0
  7. kody_clientsdk_python-0.0.1/PKG-INFO +0 -42
  8. kody_clientsdk_python-0.0.1/README.md +0 -32
  9. kody_clientsdk_python-0.0.1/kody_clientsdk_python/__init__.py +0 -1
  10. kody_clientsdk_python-0.0.1/kody_clientsdk_python.egg-info/PKG-INFO +0 -42
  11. kody_clientsdk_python-0.0.1/pyproject.toml +0 -0
  12. {kody_clientsdk_python-0.0.1 → kody_clientsdk_python-0.0.2}/kody_clientsdk_python/ecom/__init__.py +0 -0
  13. {kody_clientsdk_python-0.0.1 → kody_clientsdk_python-0.0.2}/kody_clientsdk_python/ecom/v1/__init__.py +0 -0
  14. {kody_clientsdk_python-0.0.1 → kody_clientsdk_python-0.0.2}/kody_clientsdk_python/ecom/v1/ecom_pb2.py +0 -0
  15. {kody_clientsdk_python-0.0.1 → kody_clientsdk_python-0.0.2}/kody_clientsdk_python/ecom/v1/ecom_pb2_grpc.py +0 -0
  16. {kody_clientsdk_python-0.0.1 → kody_clientsdk_python-0.0.2}/kody_clientsdk_python/pay/__init__.py +0 -0
  17. {kody_clientsdk_python-0.0.1 → kody_clientsdk_python-0.0.2}/kody_clientsdk_python/pay/v1/__init__.py +0 -0
  18. {kody_clientsdk_python-0.0.1 → kody_clientsdk_python-0.0.2}/kody_clientsdk_python/pay/v1/pay_pb2.py +0 -0
  19. {kody_clientsdk_python-0.0.1 → kody_clientsdk_python-0.0.2}/kody_clientsdk_python/pay/v1/pay_pb2_grpc.py +0 -0
  20. {kody_clientsdk_python-0.0.1 → kody_clientsdk_python-0.0.2}/kody_clientsdk_python/sdk/__init__.py +0 -0
  21. {kody_clientsdk_python-0.0.1 → kody_clientsdk_python-0.0.2}/kody_clientsdk_python/sdk/common/__init__.py +0 -0
  22. {kody_clientsdk_python-0.0.1 → kody_clientsdk_python-0.0.2}/kody_clientsdk_python/sdk/common/pagination_pb2.py +0 -0
  23. {kody_clientsdk_python-0.0.1 → kody_clientsdk_python-0.0.2}/kody_clientsdk_python/sdk/common/pagination_pb2_grpc.py +0 -0
  24. {kody_clientsdk_python-0.0.1 → kody_clientsdk_python-0.0.2}/kody_clientsdk_python.egg-info/dependency_links.txt +0 -0
  25. {kody_clientsdk_python-0.0.1 → kody_clientsdk_python-0.0.2}/kody_clientsdk_python.egg-info/requires.txt +0 -0
  26. {kody_clientsdk_python-0.0.1 → kody_clientsdk_python-0.0.2}/kody_clientsdk_python.egg-info/top_level.txt +0 -0
  27. {kody_clientsdk_python-0.0.1 → kody_clientsdk_python-0.0.2}/setup.cfg +0 -0
@@ -0,0 +1,38 @@
1
+ Metadata-Version: 2.1
2
+ Name: kody_clientsdk_python
3
+ Version: 0.0.2
4
+ Summary: Kody API client
5
+ Home-page: https://github.com/KodyPay/kody-clientsdk-python
6
+ Author: Kody Tech Team
7
+ Author-email: tech@kody.com
8
+ License: MIT
9
+ Requires-Dist: grpcio==1.66.1
10
+ Requires-Dist: protobuf==5.27.2
11
+
12
+ # Kody Python Client
13
+
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.
17
+
18
+ ## Requirements
19
+ - grpcio-tools
20
+
21
+ ## Installation
22
+
23
+ ### PIP
24
+
25
+ Install the Kody Python Client SDK using the following command:
26
+
27
+ ```bash
28
+ pip install kody-clientsdk-python
29
+ ```
30
+
31
+ ## Samples
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.
34
+
35
+ ## License
36
+
37
+ This project is licensed under the MIT License.
38
+
@@ -0,0 +1,27 @@
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
+
@@ -0,0 +1 @@
1
+ __version__ = '0.0.2'
@@ -0,0 +1,38 @@
1
+ Metadata-Version: 2.1
2
+ Name: kody_clientsdk_python
3
+ Version: 0.0.2
4
+ Summary: Kody API client
5
+ Home-page: https://github.com/KodyPay/kody-clientsdk-python
6
+ Author: Kody Tech Team
7
+ Author-email: tech@kody.com
8
+ License: MIT
9
+ Requires-Dist: grpcio==1.66.1
10
+ Requires-Dist: protobuf==5.27.2
11
+
12
+ # Kody Python Client
13
+
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.
17
+
18
+ ## Requirements
19
+ - grpcio-tools
20
+
21
+ ## Installation
22
+
23
+ ### PIP
24
+
25
+ Install the Kody Python Client SDK using the following command:
26
+
27
+ ```bash
28
+ pip install kody-clientsdk-python
29
+ ```
30
+
31
+ ## Samples
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.
34
+
35
+ ## License
36
+
37
+ This project is licensed under the MIT License.
38
+
@@ -1,5 +1,4 @@
1
1
  README.md
2
- pyproject.toml
3
2
  setup.py
4
3
  kody_clientsdk_python/__init__.py
5
4
  kody_clientsdk_python.egg-info/PKG-INFO
@@ -9,6 +9,8 @@ setup(
9
9
  author='Kody Tech Team',
10
10
  author_email='tech@kody.com',
11
11
  url='https://github.com/KodyPay/kody-clientsdk-python',
12
+ license='MIT',
13
+ requires_python='>=3.12',
12
14
  packages=find_packages(),
13
15
  install_requires=[ # List your dependencies here
14
16
  'grpcio==1.66.1',
@@ -1,42 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: kody_clientsdk_python
3
- Version: 0.0.1
4
- Summary: Kody API client
5
- Home-page: https://github.com/KodyPay/kody-clientsdk-python
6
- Author: Kody Tech Team
7
- Author-email: tech@kody.com
8
- Requires-Dist: grpcio==1.66.1
9
- Requires-Dist: protobuf==5.27.2
10
-
11
- # Kody Python gRPC client
12
-
13
- ## Description
14
- The Kody Python gRPC Client is an SDK generated from protobuf protocols to facilitate communication with the Kody Payments Gateway. This library provides a simple and efficient way to integrate Kody payment functionalities into your applications.
15
-
16
- ## Requirements
17
- - python 3.11.10
18
- - grpcio-tools
19
- - pyenv (optional for the samples)
20
-
21
- ### Environment
22
-
23
- You can use your native python environment (Python 3.11.10) or use [pyenv](https://github.com/pyenv/pyenv) to create a virtual environment for python 3.11.10.
24
-
25
- ## Installation
26
-
27
- You can install from the package that already includes all the required dependencies:
28
-
29
- [Available releases](https://github.com/KodyPay/kody-clientsdk-python-3.6/releases)
30
- ```bash
31
- pip install https://github.com/KodyPay/kody-clientsdk-python-3.6/releases/download/v<version>/kody_clientsdk_python-<version>.tar.gz
32
- ```
33
-
34
- ## Samples
35
-
36
- 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 gRPC Client.
37
-
38
- ## Troubleshooting
39
-
40
- If you encounter issues, ensure:
41
-
42
- - Contact Kody support or tech team
@@ -1,32 +0,0 @@
1
- # Kody Python gRPC client
2
-
3
- ## Description
4
- The Kody Python gRPC Client is an SDK generated from protobuf protocols to facilitate communication with the Kody Payments Gateway. This library provides a simple and efficient way to integrate Kody payment functionalities into your applications.
5
-
6
- ## Requirements
7
- - python 3.11.10
8
- - grpcio-tools
9
- - pyenv (optional for the samples)
10
-
11
- ### Environment
12
-
13
- You can use your native python environment (Python 3.11.10) or use [pyenv](https://github.com/pyenv/pyenv) to create a virtual environment for python 3.11.10.
14
-
15
- ## Installation
16
-
17
- You can install from the package that already includes all the required dependencies:
18
-
19
- [Available releases](https://github.com/KodyPay/kody-clientsdk-python-3.6/releases)
20
- ```bash
21
- pip install https://github.com/KodyPay/kody-clientsdk-python-3.6/releases/download/v<version>/kody_clientsdk_python-<version>.tar.gz
22
- ```
23
-
24
- ## Samples
25
-
26
- 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 gRPC Client.
27
-
28
- ## Troubleshooting
29
-
30
- If you encounter issues, ensure:
31
-
32
- - Contact Kody support or tech team
@@ -1 +0,0 @@
1
- __version__ = '0.0.1'
@@ -1,42 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: kody_clientsdk_python
3
- Version: 0.0.1
4
- Summary: Kody API client
5
- Home-page: https://github.com/KodyPay/kody-clientsdk-python
6
- Author: Kody Tech Team
7
- Author-email: tech@kody.com
8
- Requires-Dist: grpcio==1.66.1
9
- Requires-Dist: protobuf==5.27.2
10
-
11
- # Kody Python gRPC client
12
-
13
- ## Description
14
- The Kody Python gRPC Client is an SDK generated from protobuf protocols to facilitate communication with the Kody Payments Gateway. This library provides a simple and efficient way to integrate Kody payment functionalities into your applications.
15
-
16
- ## Requirements
17
- - python 3.11.10
18
- - grpcio-tools
19
- - pyenv (optional for the samples)
20
-
21
- ### Environment
22
-
23
- You can use your native python environment (Python 3.11.10) or use [pyenv](https://github.com/pyenv/pyenv) to create a virtual environment for python 3.11.10.
24
-
25
- ## Installation
26
-
27
- You can install from the package that already includes all the required dependencies:
28
-
29
- [Available releases](https://github.com/KodyPay/kody-clientsdk-python-3.6/releases)
30
- ```bash
31
- pip install https://github.com/KodyPay/kody-clientsdk-python-3.6/releases/download/v<version>/kody_clientsdk_python-<version>.tar.gz
32
- ```
33
-
34
- ## Samples
35
-
36
- 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 gRPC Client.
37
-
38
- ## Troubleshooting
39
-
40
- If you encounter issues, ensure:
41
-
42
- - Contact Kody support or tech team
File without changes