rapida-python 0.1.3a0__py3-none-any.whl → 0.1.4a0__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.
rapida/version.py CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  _MAJOR = "0"
24
24
  _MINOR = "1"
25
- _REVISION = "3-alpha"
25
+ _REVISION = "4-alpha"
26
26
 
27
27
  VERSION_SHORT = f"{_MAJOR}.{_MINOR}"
28
28
  VERSION = f"{_MAJOR}.{_MINOR}.{_REVISION}"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: rapida-python
3
- Version: 0.1.3a0
3
+ Version: 0.1.4a0
4
4
  Summary: rapidaAi sdk to integrate rapida.ai api's
5
5
  Home-page: https://github.com/rapidaai/rapida-python
6
6
  Author-email: code@rapida.ai
@@ -12,11 +12,36 @@ Classifier: Environment :: Web Environment
12
12
  Classifier: Intended Audience :: Developers
13
13
  Requires-Python: >=3.9
14
14
  Description-Content-Type: text/markdown
15
- Requires-Dist: grpcio==1.65.4
16
- Requires-Dist: protobuf==5.27.3
17
- Requires-Dist: pillow==10.4.0
15
+ Requires-Dist: idna==3.10; python_version >= "3.6"
16
+ Requires-Dist: invoke==2.2.0; python_version >= "3.6"
17
+ Requires-Dist: grpc-interceptor==0.15.4; python_version >= "3.7" and python_version < "4.0"
18
+ Requires-Dist: annotated-types==0.7.0; python_version >= "3.8"
19
+ Requires-Dist: attrs==25.3.0; python_version >= "3.8"
20
+ Requires-Dist: aiohappyeyeballs==2.6.1; python_version >= "3.9"
21
+ Requires-Dist: aiohttp==3.12.13; python_version >= "3.9"
22
+ Requires-Dist: aiosignal==1.3.2; python_version >= "3.9"
23
+ Requires-Dist: frozenlist==1.7.0; python_version >= "3.9"
24
+ Requires-Dist: grpcio==1.72.1; python_version >= "3.9"
25
+ Requires-Dist: grpcio-tools==1.72.1; python_version >= "3.9"
26
+ Requires-Dist: multidict==6.5.0; python_version >= "3.9"
27
+ Requires-Dist: pillow==11.2.1; python_version >= "3.9"
28
+ Requires-Dist: propcache==0.3.2; python_version >= "3.9"
29
+ Requires-Dist: protobuf==6.31.1; python_version >= "3.9"
30
+ Requires-Dist: pydantic==2.11.7; python_version >= "3.9"
31
+ Requires-Dist: pydantic-core==2.33.2; python_version >= "3.9"
32
+ Requires-Dist: setuptools==80.9.0; python_version >= "3.9"
33
+ Requires-Dist: types-protobuf==6.30.2.20250516; python_version >= "3.9"
34
+ Requires-Dist: typing-extensions==4.14.0; python_version >= "3.9"
35
+ Requires-Dist: typing-inspection==0.4.1; python_version >= "3.9"
36
+ Requires-Dist: yarl==1.20.1; python_version >= "3.9"
37
+ Provides-Extra: dev
38
+ Requires-Dist: pytest; extra == "dev"
39
+ Requires-Dist: pytest-cov; extra == "dev"
40
+ Requires-Dist: flake8; extra == "dev"
41
+ Requires-Dist: black; extra == "dev"
42
+ Requires-Dist: mypy; extra == "dev"
18
43
  Provides-Extra: grpcio-tools
19
- Requires-Dist: grpcio-tools==1.60.0; extra == "grpcio-tools"
44
+ Requires-Dist: grpcio-tools==1.72.1; python_version >= "3.9" and extra == "grpcio-tools"
20
45
 
21
46
  ## Table Of Contents
22
47
 
@@ -7,7 +7,7 @@ rapida/rapida_environment.py,sha256=S0wpHjNAokg3PbGXt5QkzATmX0_jPCjCC8zC_G33qaQ,
7
7
  rapida/rapida_region.py,sha256=ZO6_VGTlawtM2G_XOPVQldupOlMRRS__A97KGu8TQkE,1788
8
8
  rapida/rapida_source.py,sha256=LwBRU-CwTgce3rDfXMfOA5xMJ11kIxZHrPBPGwUVvOQ,3955
9
9
  rapida/values.py,sha256=sfRWMh-AemF5kdWX6yYIx8qiC2lzKoWkeVc_kuoB-g0,11550
10
- rapida/version.py,sha256=WnfI7kdasNH46IpovJI5i_o7K-0dM_8Kz-KZgUKOrVM,1275
10
+ rapida/version.py,sha256=NAFHgODDmCuBEytNQwU9bBOTgLCII3jDf7sYM2gJgKg,1275
11
11
  rapida/artifacts/__init__.py,sha256=uunvHyOaVic6mTNNF4PCIyo1VGRDH5PwAoLhf3I-lCA,35
12
12
  rapida/client/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
13
  rapida/client/grpc_bridge.py,sha256=3mvALHj6JKyJX1qXymnGTn3RoYLR2lLYGFijdONABok,8678
@@ -19,7 +19,7 @@ rapida/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
19
  rapida/tests/test_rapida_client.py,sha256=I3PJCz_R2S1sqptCRxo81BHV6K8Jtf_4DjEIBtnpfQk,5781
20
20
  rapida/tests/test_rapida_client_options.py,sha256=zOWRx9LTNF-9MYajWeFeIFWg_HUuAirH4EdffeH8W7M,3203
21
21
  rapida/tests/test_values.py,sha256=pnXy4djs7b-xn5_W2SXSEJBtRBm9tbmucLKWyqSnmm8,1709
22
- rapida_python-0.1.3a0.dist-info/METADATA,sha256=OREr6tnwWfwtQicMKaUrNI5V4IO3lUhIzynG8TqoVgI,1914
23
- rapida_python-0.1.3a0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
24
- rapida_python-0.1.3a0.dist-info/top_level.txt,sha256=046qVW6wPXCDmFm-V2YJcXQY0vApej2JLfv1NDKevoE,11
25
- rapida_python-0.1.3a0.dist-info/RECORD,,
22
+ rapida_python-0.1.4a0.dist-info/METADATA,sha256=-eOKds4FPF_yLjariLiZcAtJNwaSgXrcs_iG4FcUwiE,3387
23
+ rapida_python-0.1.4a0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
24
+ rapida_python-0.1.4a0.dist-info/top_level.txt,sha256=046qVW6wPXCDmFm-V2YJcXQY0vApej2JLfv1NDKevoE,11
25
+ rapida_python-0.1.4a0.dist-info/RECORD,,