rapidata 0.1.9__py3-none-any.whl → 0.1.10__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.
@@ -23,3 +23,11 @@ class FeatureFlags:
23
23
  def no_shuffle(self, value: bool = True):
24
24
  self._flags["no_shuffle"] = str(value)
25
25
  return self
26
+
27
+ def claire_design(self, value: bool = True):
28
+ self._flags["claire"] = str(value)
29
+ return self
30
+
31
+ def key_value(self, key: str, value: str):
32
+ self._flags[key] = value
33
+ return self
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: rapidata
3
- Version: 0.1.9
3
+ Version: 0.1.10
4
4
  Summary: Rapidata package containing the Rapidata Python Client to interact with the Rapidata Web API in an easy way.
5
5
  License: Apache-2.0
6
6
  Author: Rapidata AG
@@ -11,6 +11,7 @@ Classifier: Programming Language :: Python :: 3
11
11
  Classifier: Programming Language :: Python :: 3.12
12
12
  Requires-Dist: PyJWT (>=2.9.0,<3.0.0)
13
13
  Requires-Dist: pillow (>=10.4.0,<11.0.0)
14
+ Requires-Dist: pydantic (>=2.8.2,<3.0.0)
14
15
  Requires-Dist: requests (>=2.32.3,<3.0.0)
15
16
  Description-Content-Type: text/markdown
16
17
 
@@ -194,7 +194,7 @@ rapidata/rapidata_client/__init__.py,sha256=S34OtjhVlHBYmruPZHpJ5C-pVflCHPwj7FHw
194
194
  rapidata/rapidata_client/country_codes/__init__.py,sha256=Y8qeG2IMjvMGvhaPydq0nhwRQHb6dQqilctlEXu0_PE,55
195
195
  rapidata/rapidata_client/country_codes/country_codes.py,sha256=Q0HMX7uHJQDeLCFPP5bq4iYi6pgcDWEcl2ONGhjgoeU,286
196
196
  rapidata/rapidata_client/feature_flags/__init__.py,sha256=BNG_NQ4CrrC61fAWliImr8r581pIvegrkepVVbxcBw8,55
197
- rapidata/rapidata_client/feature_flags/feature_flags.py,sha256=BB-s-n0l_JIeK6M-2f1okHRLNgBPjVCLckLWqv8xCCI,825
197
+ rapidata/rapidata_client/feature_flags/feature_flags.py,sha256=UJZT_hdoYmS1NXtz2xiURjACplm2bXgz2KJRYW-T3RM,1047
198
198
  rapidata/rapidata_client/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
199
199
  rapidata/rapidata_client/metadata/base_metadata.py,sha256=BJoZT4lRs94lu7PE3__LcsMINHNDVKRKRART-EKzSaw,217
200
200
  rapidata/rapidata_client/metadata/private_text_metadata.py,sha256=VJ_SJwp8OMFZLuUMRWvPeKOySXYJuGr-YgpwuLfTbmo,517
@@ -222,7 +222,7 @@ rapidata/service/local_file_service.py,sha256=pgorvlWcx52Uh3cEG6VrdMK_t__7dacQ_5
222
222
  rapidata/service/openapi_service.py,sha256=xNlISI5NZByLy1Yeasc5Uafj1IA2mWJTzxUU1TtwyQU,1402
223
223
  rapidata/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
224
224
  rapidata/utils/image_utils.py,sha256=TldO3eJWG8IhfJjm5MfNGO0mEDm1mQTsRoA0HLU1Uxs,404
225
- rapidata-0.1.9.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
226
- rapidata-0.1.9.dist-info/METADATA,sha256=eP97QmQi4QcE016omZRXFtVv58H-KxK8fCEw1XSiJvY,726
227
- rapidata-0.1.9.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
228
- rapidata-0.1.9.dist-info/RECORD,,
225
+ rapidata-0.1.10.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
226
+ rapidata-0.1.10.dist-info/METADATA,sha256=PzlMF-Z6gKSks4yLISLHT_EoJyOWhj6jwJhDv0KH5TE,768
227
+ rapidata-0.1.10.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
228
+ rapidata-0.1.10.dist-info/RECORD,,