rapida-python 0.0.7__tar.gz → 0.0.8__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 (33) hide show
  1. {rapida-python-0.0.7 → rapida-python-0.0.8}/PKG-INFO +1 -3
  2. {rapida-python-0.0.7 → rapida-python-0.0.8}/README.md +0 -2
  3. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/version.py +1 -1
  4. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida_python.egg-info/PKG-INFO +1 -3
  5. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida_python.egg-info/requires.txt +1 -0
  6. {rapida-python-0.0.7 → rapida-python-0.0.8}/setup.py +1 -0
  7. {rapida-python-0.0.7 → rapida-python-0.0.8}/bin/__init__.py +0 -0
  8. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/__init__.py +0 -0
  9. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/artifacts/__init__.py +0 -0
  10. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/artifacts/protos/__init__.py +0 -0
  11. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/artifacts/protos/common_pb2.py +0 -0
  12. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/artifacts/protos/common_pb2_grpc.py +0 -0
  13. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/artifacts/protos/invoker_api_pb2.py +0 -0
  14. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/artifacts/protos/invoker_api_pb2_grpc.py +0 -0
  15. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/artifacts/protos/talk_api_pb2.py +0 -0
  16. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/artifacts/protos/talk_api_pb2_grpc.py +0 -0
  17. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/client/__init__.py +0 -0
  18. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/client/grpc_bridge.py +0 -0
  19. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/client/rapida_bridge.py +0 -0
  20. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/client/response_wrapper.py +0 -0
  21. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/exceptions/__init__.py +0 -0
  22. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/exceptions/exceptions.py +0 -0
  23. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/rapida_client.py +0 -0
  24. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/rapida_client_options.py +0 -0
  25. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/tests/__init__.py +0 -0
  26. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/tests/test_rapida_client.py +0 -0
  27. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/tests/test_rapida_client_options.py +0 -0
  28. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/tests/test_values.py +0 -0
  29. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida/values.py +0 -0
  30. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida_python.egg-info/SOURCES.txt +0 -0
  31. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida_python.egg-info/dependency_links.txt +0 -0
  32. {rapida-python-0.0.7 → rapida-python-0.0.8}/rapida_python.egg-info/top_level.txt +0 -0
  33. {rapida-python-0.0.7 → rapida-python-0.0.8}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: rapida-python
3
- Version: 0.0.7
3
+ Version: 0.0.8
4
4
  Summary: rapidaAi sdk to integrate rapida.ai api's
5
5
  Home-page: https://github.com/rapidaai/rapida-sdk
6
6
  Author-email: code@rapida.ai
@@ -14,8 +14,6 @@ Requires-Python: >=3.9
14
14
  Description-Content-Type: text/markdown
15
15
  Provides-Extra: grpcio-tools
16
16
 
17
- ![Downloads](https://img.shields.io/github/downloads/RAPIDA/rapida-sdk/total) ![Contributors](https://img.shields.io/github/contributors/RAPIDA/rapida-sdk?color=dark-green) ![Forks](https://img.shields.io/github/forks/RAPIDA/rapida-sdk?style=social) ![Stargazers](https://img.shields.io/github/stars/RAPIDA/rapida-sdk?style=social) ![Issues](https://img.shields.io/github/issues/RAPIDA/rapida-sdk) ![License](https://img.shields.io/github/license/RAPIDA/rapida-sdk)
18
-
19
17
  ## Table Of Contents
20
18
 
21
19
  * [About the Project](#about-the-project)
@@ -1,5 +1,3 @@
1
- ![Downloads](https://img.shields.io/github/downloads/RAPIDA/rapida-sdk/total) ![Contributors](https://img.shields.io/github/contributors/RAPIDA/rapida-sdk?color=dark-green) ![Forks](https://img.shields.io/github/forks/RAPIDA/rapida-sdk?style=social) ![Stargazers](https://img.shields.io/github/stars/RAPIDA/rapida-sdk?style=social) ![Issues](https://img.shields.io/github/issues/RAPIDA/rapida-sdk) ![License](https://img.shields.io/github/license/RAPIDA/rapida-sdk)
2
-
3
1
  ## Table Of Contents
4
2
 
5
3
  * [About the Project](#about-the-project)
@@ -4,7 +4,7 @@ author: prashant.srivastav
4
4
 
5
5
  _MAJOR = "0"
6
6
  _MINOR = "0"
7
- _REVISION = "7"
7
+ _REVISION = "8"
8
8
 
9
9
  VERSION_SHORT = f"{_MAJOR}.{_MINOR}"
10
10
  VERSION = f"{_MAJOR}.{_MINOR}.{_REVISION}"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: rapida-python
3
- Version: 0.0.7
3
+ Version: 0.0.8
4
4
  Summary: rapidaAi sdk to integrate rapida.ai api's
5
5
  Home-page: https://github.com/rapidaai/rapida-sdk
6
6
  Author-email: code@rapida.ai
@@ -14,8 +14,6 @@ Requires-Python: >=3.9
14
14
  Description-Content-Type: text/markdown
15
15
  Provides-Extra: grpcio-tools
16
16
 
17
- ![Downloads](https://img.shields.io/github/downloads/RAPIDA/rapida-sdk/total) ![Contributors](https://img.shields.io/github/contributors/RAPIDA/rapida-sdk?color=dark-green) ![Forks](https://img.shields.io/github/forks/RAPIDA/rapida-sdk?style=social) ![Stargazers](https://img.shields.io/github/stars/RAPIDA/rapida-sdk?style=social) ![Issues](https://img.shields.io/github/issues/RAPIDA/rapida-sdk) ![License](https://img.shields.io/github/license/RAPIDA/rapida-sdk)
18
-
19
17
  ## Table Of Contents
20
18
 
21
19
  * [About the Project](#about-the-project)
@@ -1,5 +1,6 @@
1
1
  grpcio==1.60.0
2
2
  protobuf==4.25.2
3
+ pillow==10.4.0
3
4
 
4
5
  [grpcio-tools]
5
6
  grpcio-tools==1.60.0
@@ -36,6 +36,7 @@ setup(
36
36
  install_requires=[
37
37
  "grpcio==1.60.0",
38
38
  "protobuf==4.25.2",
39
+ "pillow==10.4.0"
39
40
  ],
40
41
  extras_require={
41
42
  "grpcio-tools": ["grpcio-tools==1.60.0"],
File without changes