camb-sdk 1.5.4__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.
Files changed (167) hide show
  1. camb/__init__.py +335 -0
  2. camb/audio_separation/__init__.py +4 -0
  3. camb/audio_separation/client.py +406 -0
  4. camb/audio_separation/raw_client.py +534 -0
  5. camb/client.py +717 -0
  6. camb/core/__init__.py +105 -0
  7. camb/core/api_error.py +23 -0
  8. camb/core/client_wrapper.py +113 -0
  9. camb/core/datetime_utils.py +28 -0
  10. camb/core/file.py +67 -0
  11. camb/core/force_multipart.py +18 -0
  12. camb/core/http_client.py +663 -0
  13. camb/core/http_response.py +55 -0
  14. camb/core/http_sse/__init__.py +42 -0
  15. camb/core/http_sse/_api.py +112 -0
  16. camb/core/http_sse/_decoders.py +61 -0
  17. camb/core/http_sse/_exceptions.py +7 -0
  18. camb/core/http_sse/_models.py +17 -0
  19. camb/core/jsonable_encoder.py +100 -0
  20. camb/core/pydantic_utilities.py +260 -0
  21. camb/core/query_encoder.py +58 -0
  22. camb/core/remove_none_from_dict.py +11 -0
  23. camb/core/request_options.py +35 -0
  24. camb/core/serialization.py +276 -0
  25. camb/deprecated_streaming/__init__.py +4 -0
  26. camb/deprecated_streaming/client.py +532 -0
  27. camb/deprecated_streaming/raw_client.py +639 -0
  28. camb/dictionaries/__init__.py +4 -0
  29. camb/dictionaries/client.py +785 -0
  30. camb/dictionaries/raw_client.py +1048 -0
  31. camb/dub/__init__.py +49 -0
  32. camb/dub/client.py +846 -0
  33. camb/dub/raw_client.py +1194 -0
  34. camb/dub/types/__init__.py +53 -0
  35. camb/dub/types/dubbed_output_in_alt_format_request_payload_output_format.py +8 -0
  36. camb/dub/types/get_dubbed_output_in_alt_format_dub_alt_format_run_id_language_post_response.py +9 -0
  37. camb/dub/types/get_dubbed_run_info_dub_result_run_id_get_response.py +7 -0
  38. camb/dub/types/get_dubbing_runs_results_dubbing_results_post_response_value.py +7 -0
  39. camb/environment.py +7 -0
  40. camb/errors/__init__.py +34 -0
  41. camb/errors/unprocessable_entity_error.py +11 -0
  42. camb/folders/__init__.py +4 -0
  43. camb/folders/client.py +213 -0
  44. camb/folders/raw_client.py +278 -0
  45. camb/languages/__init__.py +4 -0
  46. camb/languages/client.py +168 -0
  47. camb/languages/raw_client.py +223 -0
  48. camb/project_setup/__init__.py +4 -0
  49. camb/project_setup/client.py +537 -0
  50. camb/project_setup/raw_client.py +655 -0
  51. camb/py.typed +0 -0
  52. camb/raw_client.py +236 -0
  53. camb/story/__init__.py +37 -0
  54. camb/story/client.py +579 -0
  55. camb/story/raw_client.py +743 -0
  56. camb/story/types/__init__.py +38 -0
  57. camb/story/types/create_story_story_post_response.py +8 -0
  58. camb/story/types/setup_story_story_setup_post_response.py +8 -0
  59. camb/streaming/__init__.py +4 -0
  60. camb/streaming/client.py +645 -0
  61. camb/streaming/raw_client.py +796 -0
  62. camb/text_to_audio/__init__.py +4 -0
  63. camb/text_to_audio/client.py +469 -0
  64. camb/text_to_audio/raw_client.py +610 -0
  65. camb/text_to_speech/__init__.py +49 -0
  66. camb/text_to_speech/baseten.py +214 -0
  67. camb/text_to_speech/client.py +742 -0
  68. camb/text_to_speech/raw_client.py +995 -0
  69. camb/text_to_speech/types/__init__.py +47 -0
  70. camb/text_to_speech/types/create_stream_tts_request_payload_language.py +71 -0
  71. camb/text_to_speech/types/create_stream_tts_request_payload_speech_model.py +7 -0
  72. camb/text_to_speech/types/get_tts_results_tts_results_post_response_value.py +7 -0
  73. camb/text_to_speech/types/get_tts_run_info_tts_result_run_id_get_response.py +7 -0
  74. camb/text_to_voice/__init__.py +4 -0
  75. camb/text_to_voice/client.py +329 -0
  76. camb/text_to_voice/raw_client.py +405 -0
  77. camb/transcription/__init__.py +4 -0
  78. camb/transcription/client.py +465 -0
  79. camb/transcription/raw_client.py +587 -0
  80. camb/translated_story/__init__.py +4 -0
  81. camb/translated_story/client.py +309 -0
  82. camb/translated_story/raw_client.py +381 -0
  83. camb/translated_tts/__init__.py +4 -0
  84. camb/translated_tts/client.py +313 -0
  85. camb/translated_tts/raw_client.py +357 -0
  86. camb/translation/__init__.py +4 -0
  87. camb/translation/client.py +631 -0
  88. camb/translation/raw_client.py +787 -0
  89. camb/types/__init__.py +236 -0
  90. camb/types/add_target_language_out.py +20 -0
  91. camb/types/audio_output_type.py +5 -0
  92. camb/types/audio_stream.py +31 -0
  93. camb/types/config_stream.py +22 -0
  94. camb/types/config_stream_pipeline.py +28 -0
  95. camb/types/create_custom_voice_out.py +19 -0
  96. camb/types/create_project_setup_out.py +19 -0
  97. camb/types/create_stream_out.py +22 -0
  98. camb/types/create_stream_request_payload.py +70 -0
  99. camb/types/create_translated_tts_out.py +19 -0
  100. camb/types/create_tts_out.py +19 -0
  101. camb/types/data_stream.py +24 -0
  102. camb/types/demixing_option.py +10 -0
  103. camb/types/dictionary_term.py +21 -0
  104. camb/types/dictionary_with_terms.py +28 -0
  105. camb/types/dubbing_result.py +22 -0
  106. camb/types/exception_reasons.py +30 -0
  107. camb/types/folder.py +20 -0
  108. camb/types/formalities.py +3 -0
  109. camb/types/gender.py +3 -0
  110. camb/types/get_audio_separation_result_out.py +20 -0
  111. camb/types/get_create_project_setup_response.py +21 -0
  112. camb/types/get_probe_stream_in.py +21 -0
  113. camb/types/get_probe_stream_out.py +24 -0
  114. camb/types/get_setup_story_result_response.py +21 -0
  115. camb/types/get_text_to_voice_result_out.py +19 -0
  116. camb/types/get_tts_result_out_file_url.py +19 -0
  117. camb/types/http_validation_error.py +20 -0
  118. camb/types/language_enums.py +154 -0
  119. camb/types/language_pydantic_model.py +21 -0
  120. camb/types/languages.py +3 -0
  121. camb/types/orchestrator_pipeline_call_result.py +19 -0
  122. camb/types/orchestrator_pipeline_result.py +25 -0
  123. camb/types/orchestrator_pipeline_result_exception_reason.py +7 -0
  124. camb/types/orchestrator_pipeline_result_message.py +5 -0
  125. camb/types/output_format.py +10 -0
  126. camb/types/overdub_config.py +37 -0
  127. camb/types/project_details.py +28 -0
  128. camb/types/revoicing_option.py +5 -0
  129. camb/types/run_i_ds_request_payload.py +19 -0
  130. camb/types/segmenting_option.py +5 -0
  131. camb/types/source_stream.py +30 -0
  132. camb/types/story_details.py +27 -0
  133. camb/types/stream_category.py +3 -0
  134. camb/types/stream_tts_inference_options.py +38 -0
  135. camb/types/stream_tts_output_configuration.py +33 -0
  136. camb/types/stream_tts_voice_settings.py +28 -0
  137. camb/types/stream_type.py +3 -0
  138. camb/types/stream_url_for_languages.py +21 -0
  139. camb/types/target_stream.py +34 -0
  140. camb/types/task_status.py +5 -0
  141. camb/types/term_translation_input.py +21 -0
  142. camb/types/term_translation_output.py +20 -0
  143. camb/types/text_to_audio_result.py +19 -0
  144. camb/types/text_to_audio_type.py +5 -0
  145. camb/types/transcribing_option.py +5 -0
  146. camb/types/transcript.py +22 -0
  147. camb/types/transcript_data_type.py +5 -0
  148. camb/types/transcript_file_format.py +5 -0
  149. camb/types/transcription_result.py +20 -0
  150. camb/types/translating_option.py +5 -0
  151. camb/types/translation_result.py +19 -0
  152. camb/types/tts_provider.py +3 -0
  153. camb/types/validation_error.py +22 -0
  154. camb/types/validation_error_loc_item.py +5 -0
  155. camb/types/video_output_type_without_avi.py +5 -0
  156. camb/types/video_stream.py +28 -0
  157. camb/types/voice.py +28 -0
  158. camb/voice_cloning/__init__.py +34 -0
  159. camb/voice_cloning/client.py +265 -0
  160. camb/voice_cloning/raw_client.py +320 -0
  161. camb/voice_cloning/types/__init__.py +36 -0
  162. camb/voice_cloning/types/list_voices_list_voices_get_response_item.py +7 -0
  163. camb_sdk-1.5.4.dist-info/METADATA +282 -0
  164. camb_sdk-1.5.4.dist-info/RECORD +167 -0
  165. camb_sdk-1.5.4.dist-info/WHEEL +5 -0
  166. camb_sdk-1.5.4.dist-info/licenses/LICENSE +21 -0
  167. camb_sdk-1.5.4.dist-info/top_level.txt +1 -0
@@ -0,0 +1,282 @@
1
+ Metadata-Version: 2.4
2
+ Name: camb-sdk
3
+ Version: 1.5.4
4
+ Summary: The official Python SDK for the Camb.ai API
5
+ Author-email: "Camb.ai" <support@camb.ai>
6
+ Classifier: Programming Language :: Python :: 3
7
+ Classifier: License :: OSI Approved :: MIT License
8
+ Classifier: Operating System :: OS Independent
9
+ Requires-Python: >=3.8
10
+ Description-Content-Type: text/markdown
11
+ License-File: LICENSE
12
+ Requires-Dist: httpx>=0.21.2
13
+ Requires-Dist: pydantic>=1.10.0
14
+ Requires-Dist: typing_extensions>=4.0.0
15
+ Requires-Dist: websockets>=11.0.3
16
+ Requires-Dist: websocket-client>=1.6.0
17
+ Dynamic: license-file
18
+ Dynamic: requires-python
19
+
20
+ # Camb.ai Python SDK
21
+
22
+ [![PyPI version](https://img.shields.io/pypi/v/camb-sdk.svg?style=flat-square)](https://pypi.org/project/camb-sdk/)
23
+ [![License](https://img.shields.io/pypi/l/camb-sdk.svg?style=flat-square)](https://github.com/Camb-ai/cambai-python-sdk/blob/main/LICENSE)
24
+ [![Build status](https://github.com/Camb-ai/cambai-python-sdk/actions/workflows/python.yml/badge.svg)](https://github.com/Camb-ai/cambai-python-sdk/actions/workflows/python.yml)
25
+
26
+
27
+ The official Python SDK for interacting with Camb AI's powerful voice and audio generation APIs. Create expressive speech, unique voices, and rich soundscapes with just a few lines of Python.
28
+
29
+ ## ✨ Features
30
+
31
+ - **Dubbing**: Dub your videos into multiple languages with voice cloning!
32
+ - **Expressive Text-to-Speech**: Convert text into natural-sounding speech using a wide range of pre-existing voices.
33
+ - **Generative Voices**: Create entirely new, unique voices from text prompts and descriptions.
34
+ - **Soundscapes from Text**: Generate ambient audio and sound effects from textual descriptions.
35
+ - Access to voice cloning, translation, and more (refer to full API documentation).
36
+
37
+ ## 📦 Installation
38
+
39
+ Install the SDK using pip, ensure Python 3.9+:
40
+
41
+ ```bash
42
+ pip install camb-sdk
43
+ ```
44
+
45
+ Or through
46
+
47
+ ```bash
48
+ pip install git+https://github.com/Camb-ai/cambai-python-sdk
49
+ ```
50
+
51
+ ## 🔑 Authentication & Accessing Clients
52
+
53
+ To use the Camb AI SDK, you'll need an API key. You can authenticate it by:
54
+
55
+ ```python
56
+ from camb.client import CambAI, AsyncCambAI
57
+
58
+ # Synchronous Client
59
+ client = CambAI(api_key="YOUR_CAMB_API_KEY")
60
+
61
+ # Asynchronous Client
62
+ async_client = AsyncCambAI(api_key="YOUR_CAMB_API_KEY")
63
+ ```
64
+
65
+
66
+ ### Client with Specific MARS Pro Provider (e.g. Vertex, Baseten)
67
+ #### Baseten
68
+ To deploy the model go to models from baseten example: https://www.baseten.co/library/mars6/ and deploy then perform setup like below
69
+ ```
70
+ client_baseten = CambAI(
71
+ tts_provider="baseten",
72
+ provider_params={
73
+ "api_key": "YOUR_BASETEN_API_KEY",
74
+ "mars_pro_url": "YOUR_BASETEN_URL"
75
+ }
76
+ )
77
+
78
+ # Call TTS with Baseten
79
+ client_baseten.text_to_speech.tts(
80
+ text="Hello World and my dear friends",
81
+ language="en-us",
82
+ speech_model="mars-pro",
83
+ request_options={
84
+ "additional_body_parameters": {
85
+ "reference_audio": base64.b64encode(open("audio.wav", "rb").read()).decode('utf-8'),
86
+ "reference_language": "en-us" # required
87
+ },
88
+ "timeout_in_seconds": 300
89
+ }
90
+ )
91
+ ```
92
+
93
+ #### Vertex Support (In Progress)
94
+ ```
95
+ client_with_provider = CambAI(
96
+ tts_provider="vertex",
97
+ provider_params={"project_id": "my-project", "location": "us-central1"}
98
+ )
99
+ ```
100
+
101
+ ## 🚀 Getting Started: Examples
102
+
103
+ ### 1. Text-to-Speech (TTS)
104
+
105
+ Convert text into spoken audio using one of Camb AI's high-quality voices.
106
+
107
+ ### Supported Models & Sample Rates
108
+
109
+ | Model Name | Sample Rate | Description |
110
+ | :--- | :--- | :--- |
111
+ | **mars-pro** | **48kHz** | High-fidelity, professional-grade speech synthesis. Ideal for long-form content and dubbing. |
112
+ | **mars-instruct** | **22.05kHz** | optimized for instruction-following and nuance control. |
113
+ | **mars-flash** | **22.05kHz** | Low-latency model optimized for real-time applications and conversational AI. |
114
+
115
+ #### a) Get an Audio URL or Save to File
116
+
117
+ ```python
118
+ from camb.client import CambAI, save_stream_to_file
119
+ from camb.types.stream_tts_output_configuration import StreamTtsOutputConfiguration
120
+
121
+ # Initialize client (ensure API key is set)
122
+ client = CambAI(api_key="YOUR_CAMB_API_KEY")
123
+
124
+ response = client.text_to_speech.tts(
125
+ text="Hello from Camb AI! This is a test of our Text-to-Speech API.",
126
+ voice_id=20303, # Example voice ID, get from client.voice_cloning.list_voices()
127
+ language="en-us",
128
+ speech_model="mars-pro", # options: mars-pro, mars-flash, mars-instruct, auto
129
+ output_configuration=StreamTtsOutputConfiguration(
130
+ format="mp3"
131
+ )
132
+ )
133
+
134
+ save_stream_to_file(response, "tts_output.mp3")
135
+ print("Success! Audio saved to tts_output.mp3")
136
+ ```
137
+
138
+ #### b) Async Text-to-Speech
139
+
140
+ You can also stream audio asynchronously using `AsyncCambAI`.
141
+
142
+ ```python
143
+ import asyncio
144
+ from camb.client import AsyncCambAI, save_async_stream_to_file
145
+ from camb.types.stream_tts_output_configuration import StreamTtsOutputConfiguration
146
+
147
+ async_client = AsyncCambAI(api_key="YOUR_CAMB_API_KEY")
148
+
149
+ async def main():
150
+ response = async_client.text_to_speech.tts(
151
+ text="Hello, this is a test of the text to audio streaming capabilities.",
152
+ language="en-us",
153
+ speech_model="mars-pro", # options: mars-pro, mars-flash, mars-instruct, auto
154
+ voice_id=147319,
155
+ output_configuration=StreamTtsOutputConfiguration(
156
+ format="mp3"
157
+ )
158
+ )
159
+ await save_async_stream_to_file(response, "text_to_audio_output.mp3")
160
+ print("Success! Audio saved to text_to_audio_output.mp3")
161
+
162
+ asyncio.run(main())
163
+ ```
164
+
165
+ #### c) Using Mars Flash (Low Latency)
166
+
167
+ For applications requiring faster responses, switch to `mars-flash` (22.05kHz).
168
+
169
+ ```python
170
+ response = client.text_to_speech.tts(
171
+ text="Hey! I can respond much faster.",
172
+ language="en-us",
173
+ speech_model="mars-flash",
174
+ voice_id=123,
175
+ output_configuration=StreamTtsOutputConfiguration(
176
+ format="mp3"
177
+ )
178
+ )
179
+ ```
180
+
181
+ #### d) List Available Voices
182
+
183
+ You can list available voices to find a voice_id that suits your needs:
184
+
185
+ ```python
186
+ voices = client.voice_cloning.list_voices()
187
+ print(f"Found {len(voices)} voices:")
188
+ for voice in voices[:5]: # Print first 5 as an example
189
+ print(f" - ID: {voice.id}, Name: {voice.voice_name}, Gender: {voice.gender}, Language: {voice.language}")
190
+ ```
191
+
192
+ [Read more about the SDK Architecture & Providers in ../docs/sdk_overview.mdx](../docs/sdk_overview.mdx)
193
+
194
+ ### 2. Text-to-Voice (Generative Voice)
195
+
196
+ Create completely new and unique voices from a textual description of the desired voice characteristics.
197
+
198
+ ```python
199
+ from camb.client import CambAI
200
+
201
+ # Initialize client
202
+ client = CambAI(api_key="YOUR_CAMB_API_KEY")
203
+
204
+ try:
205
+ print("Generating a new voice and speech...")
206
+ # Returns 3 sample URLs
207
+ result = client.text_to_voice.create_text_to_voice(
208
+ text="Crafting a truly unique and captivating voice that carries a subtle air of mystery, depth, and gentle warmth.",
209
+ voice_description="A smooth, rich baritone voice layered with a soft echo, ideal for immersive storytelling and emotional depth.",
210
+ )
211
+ print(result)
212
+
213
+ except Exception as e:
214
+ print(f"Exception when calling text_to_voice: {e}\n")
215
+ ```
216
+
217
+ ### 3. Text-to-Audio (Sound Generation)
218
+
219
+ Generate sound effects or ambient audio from a descriptive prompt.
220
+
221
+ ```python
222
+ from camb.client save_stream_to_file
223
+ import time
224
+
225
+ response = client.text_to_audio.create_text_to_audio(
226
+ prompt="A gentle breeze rustling through autumn leaves in a quiet forest.",
227
+ duration=10,
228
+ audio_type="sound"
229
+ )
230
+ task_id = response.task_id
231
+ if task_id:
232
+ while True:
233
+ status = client.text_to_audio.get_text_to_audio_status(task_id=task_id)
234
+ if status.status == "SUCCESS":
235
+ result = client.text_to_audio.get_text_to_audio_result(status.run_id)
236
+ save_stream_to_file(result, "sound_effect.mp3")
237
+ print("Success! Sound effect saved to sound_effect.mp3")
238
+ break
239
+ time.sleep(2)
240
+ ```
241
+
242
+ ### 4. End-to-End Dubbing
243
+
244
+ Dub videos into different languages with voice cloning and translation capabilities.
245
+
246
+ ```python
247
+ from camb.types.language_enums import Languages
248
+
249
+ result = client.dub.create_dub(
250
+ video_url="your_accessible_video_url",
251
+ source_language=Languages.EN_US, # English (Or Check client.languages.get_source_languages())
252
+ target_languages=Languages.HI_IN, # Example target language
253
+ )
254
+ task_id = response.task_id
255
+ print(f"Dub Task created with ID: {task_id}")
256
+ while True:
257
+ status_response = client.dub.get_dubbing_status(task_id=task_id)
258
+ print(f"Current Status: {status_response.status}")
259
+ if status_response.status == "SUCCESS":
260
+ dubbed_run_info = client.dub.get_dubbed_run_info(status_response.run_id)
261
+ print(f"Dubbed Video URL: {dubbed_run_info.audio_url}")
262
+ print(f"Dubbed Video URL: {dubbed_run_info.transcript}")
263
+ print(f"Dubbed Video URL: {dubbed_run_info.video_url}")
264
+ break
265
+ time.sleep(5)
266
+ ```
267
+
268
+ ## ⚙️ Advanced Usage & Other Features
269
+
270
+ The Camb AI SDK offers a wide range of capabilities beyond these examples, including:
271
+
272
+ - Voice Cloning
273
+ - Translated TTS
274
+ - Audio Dubbing
275
+ - Transcription
276
+ - And more!
277
+
278
+ Please refer to the Official Camb AI API Documentation for a comprehensive list of features and advanced usage patterns.
279
+
280
+ ## License
281
+
282
+ This project is licensed under the MIT License - see the LICENSE file for details.
@@ -0,0 +1,167 @@
1
+ camb/__init__.py,sha256=Uqz7GgoXkIIa9Ht8_xhWKPDnUB95nGzUb1JEh7t0yBw,10523
2
+ camb/client.py,sha256=0KCH8uxgub4LJA45GcVh-iHykglwurzE_iNkHaRibBs,26145
3
+ camb/environment.py,sha256=PivHC-6zpVAUvz2SrEsIKSKbLZlnbOxb8qfyTqoeDyw,160
4
+ camb/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
+ camb/raw_client.py,sha256=njeKzXcIwzDbKjTY4126pdBm2VCUP7vYYU93JDvoAG0,9136
6
+ camb/audio_separation/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
7
+ camb/audio_separation/client.py,sha256=3Ficpn58iSfGtMj5uz_6OsoR_lgWWoi9qzj_U16tTjY,11385
8
+ camb/audio_separation/raw_client.py,sha256=d9etLYZVjuolOB-kpeXqrV4s3qGEnGoSn4Jg_LvTo_E,20249
9
+ camb/core/__init__.py,sha256=GkNNgA0CeqvpCzo2vVtAafE8YcnGV-VGtbU5op93lbc,3624
10
+ camb/core/api_error.py,sha256=44vPoTyWN59gonCIZMdzw7M1uspygiLnr3GNFOoVL2Q,614
11
+ camb/core/client_wrapper.py,sha256=Phx953jEto8cRZdKbQ3IOAJEfHZAPVzam7tkpTyv2jI,3796
12
+ camb/core/datetime_utils.py,sha256=nBys2IsYrhPdszxGKCNRPSOCwa-5DWOHG95FB8G9PKo,1047
13
+ camb/core/file.py,sha256=d4NNbX8XvXP32z8KpK2Xovv33nFfruIrpz0QWxlgpZk,2663
14
+ camb/core/force_multipart.py,sha256=cH981xLy0kZVKiZZkFoeUjgJ2Zuq7KXB2aRAnmHzRDc,477
15
+ camb/core/http_client.py,sha256=cXuS6t54TJ-rSGIGvZlYEz4d_CY8ulJy1thx1hAHoX4,25726
16
+ camb/core/http_response.py,sha256=A6URkoTBCiryctAA-m9EiDWOsHgM5oYAlcYVc_YOiiI,1330
17
+ camb/core/jsonable_encoder.py,sha256=hGgcEEeX11sqxxsll7h15pO3pTNVxk_n79Kcn0laoWA,3655
18
+ camb/core/pydantic_utilities.py,sha256=fxp1jeDn1YbKXbVabl0hI9YeC3LtN8ZQ4HIICyFS8xg,10966
19
+ camb/core/query_encoder.py,sha256=ekulqNd0j8TgD7ox-Qbz7liqX8-KP9blvT9DsRCenYM,2144
20
+ camb/core/remove_none_from_dict.py,sha256=EU9SGgYidWq7SexuJbNs4-PZ-5Bl3Vppd864mS6vQZw,342
21
+ camb/core/request_options.py,sha256=h0QUNCFVdCW_7GclVySCAY2w4NhtXVBUCmHgmzaxpcg,1681
22
+ camb/core/serialization.py,sha256=ECL3bvv_0i7U4uvPidZCNel--MUbA0iq0aGcNKi3kws,9818
23
+ camb/core/http_sse/__init__.py,sha256=vE7RxBmzIfV9SmFDw4YCuDN9DaPuJb3FAnoFDo7bqww,1350
24
+ camb/core/http_sse/_api.py,sha256=v7bcIkdawmL6Y39HxrM5OiEB1Ci3wzIdu21kCZII-mU,3920
25
+ camb/core/http_sse/_decoders.py,sha256=tY3L5TZ0y-pgz0Lu1q8ro5Ljz43q4lYyuec73u9WfNw,1733
26
+ camb/core/http_sse/_exceptions.py,sha256=o8Tp-e8Lvmtn_5MVSYbkW9rVrpwFg5pnKbOcHfrHH14,127
27
+ camb/core/http_sse/_models.py,sha256=kKvCCm8e6gCilulJpiHv4f2OPVxo9CydLboEqMhplPI,397
28
+ camb/deprecated_streaming/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
29
+ camb/deprecated_streaming/client.py,sha256=a71MdVMe7ZLMCaAePeq_I_oQnzGWsWtq13ABqcuMX54,14978
30
+ camb/deprecated_streaming/raw_client.py,sha256=DqPTA39VxZklK8HyYjaAjthXsLXt7fhbshPnpg3MRhg,23667
31
+ camb/dictionaries/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
32
+ camb/dictionaries/client.py,sha256=zVe0012lwAiX7FLz4wLfV7C5YcHCW23QV-JqSKfEADY,21154
33
+ camb/dictionaries/raw_client.py,sha256=G5o2-dZubgM17N9i7EVQ2LCVZx2mbdb90JDoCcf7Chs,39200
34
+ camb/dub/__init__.py,sha256=Sf9GkymwB0Nefjnrmq_2kn6AN5Rl84rZX5JUyX3Owps,1774
35
+ camb/dub/client.py,sha256=uMRRBzOKbLSI6pfO_kYXptLJrQ9rb17YQ72xzggwrzA,24461
36
+ camb/dub/raw_client.py,sha256=TAdYS6yFrEtGJeBC_Zo2M58X7rhbufFBL9El_xcTFIM,46424
37
+ camb/dub/types/__init__.py,sha256=jfhxs_KZQkUfPamMVxdl3xdjVm4hCMxuUPTQCvzCDlk,2296
38
+ camb/dub/types/dubbed_output_in_alt_format_request_payload_output_format.py,sha256=GU4E_JwXIrn_VB8lELK1vxFiq8iYe5F6K_4lfAbV-mw,322
39
+ camb/dub/types/get_dubbed_output_in_alt_format_dub_alt_format_run_id_language_post_response.py,sha256=zUHL-JOqX-OX7v7ITmu2SHmwc5W46sv6UQpKLcokpcY,307
40
+ camb/dub/types/get_dubbed_run_info_dub_result_run_id_get_response.py,sha256=hRHa72Fu0qkCUmeLZ_YinlUyYC5RSML0xQAXbaLx_co,236
41
+ camb/dub/types/get_dubbing_runs_results_dubbing_results_post_response_value.py,sha256=ldkxMelto2224nxUW9BAzM7kq9dO6ng2Yy-VFb4Ij3A,247
42
+ camb/errors/__init__.py,sha256=4g1JPPnrPS-pG-WGU1S8HrYE5RoctStcA35abyL_tmI,1134
43
+ camb/errors/unprocessable_entity_error.py,sha256=aDgvUf-6k1fSUL-OxI3MgOIFQNssTUNpv5vW9M4vfRc,401
44
+ camb/folders/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
45
+ camb/folders/client.py,sha256=0ocbLEjPWH3aPv0fU73LwHh7MKWFzGl_1Vm_63FfFAw,5428
46
+ camb/folders/raw_client.py,sha256=v7JSU7TzMo7dkKRKN7h9Jk-lvimXnkZISbKn3h2kdxk,9870
47
+ camb/languages/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
48
+ camb/languages/client.py,sha256=pM6xoOlV4ZeGPbTA1tjHrOmiaiTdHnhj19YnfN-_Ujs,4753
49
+ camb/languages/raw_client.py,sha256=dtQOw3hShZMj3hkt1FzzqEppVqy98zBKBxs0HSHdgRY,8806
50
+ camb/project_setup/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
51
+ camb/project_setup/client.py,sha256=2RXTlVbVGEDdNhrt2rku1PZJ737_P7W5IFv91iKs4Kk,17669
52
+ camb/project_setup/raw_client.py,sha256=gGu8mumcS4gcGXqWUs0kEGl901lTHaCuoH8jvRq53cs,26466
53
+ camb/story/__init__.py,sha256=lzF837ifbhMJ3S_skktYdIZBg2sEUxHRqGVaer7yoTk,1231
54
+ camb/story/client.py,sha256=nljYtDBFn_TcmlsgQtb1ivbTXJkSj8jYVAUTeDDI6d8,15849
55
+ camb/story/raw_client.py,sha256=6XMx3vURg4J-ecySDnZ9BSadj0jo7W6-e7PVgKUb7tk,27196
56
+ camb/story/types/__init__.py,sha256=uPYKDF6tDqTOl8NdbXoiSdV_xt9sPzLXO7CgbkIDTC0,1371
57
+ camb/story/types/create_story_story_post_response.py,sha256=JOcNrTyu8BI-qTV7baT2MD-QhwK8POT6ueL5JLztQcA,353
58
+ camb/story/types/setup_story_story_setup_post_response.py,sha256=LnNxLJflLj-S6P45G9DZH6rGMMUgN2ayBGN0LT-gzDQ,357
59
+ camb/streaming/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
60
+ camb/streaming/client.py,sha256=krq74iiwHeXSKKBJtNyudYyYDSghMJ7muj46Bz__B5g,18070
61
+ camb/streaming/raw_client.py,sha256=0U-N0Yzik8byRyODpE0xLIHgez0IEUxmaI9GMQeq91E,29290
62
+ camb/text_to_audio/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
63
+ camb/text_to_audio/client.py,sha256=63uBwtjqp-KRrTiwlt3TTOyKHLvFJcGUf0bqmGojRyc,14574
64
+ camb/text_to_audio/raw_client.py,sha256=4RoP5AcdzcT2-n7DOhV0eDiLCSkSgm86mPM9c5nHmbQ,23651
65
+ camb/text_to_speech/__init__.py,sha256=qVAz7R6AymEAyBYr1NxK05SGAbpcLZNMLuSN5taORso,1624
66
+ camb/text_to_speech/baseten.py,sha256=mmEx0ayKxt8F1DpkqcQyNtxc84GXF7ynA4S16ntBSUo,9621
67
+ camb/text_to_speech/client.py,sha256=fBdyGQj25VYyAPEyxhLCTZsb_ubBmknscYeO5lw7aAY,22379
68
+ camb/text_to_speech/raw_client.py,sha256=tyLFk0TlQ4EiJlEtid0-fXSBMap75UzQGIhqTg-XhFw,39560
69
+ camb/text_to_speech/types/__init__.py,sha256=rzZcwsAAgg6Q6UdDNGKpSThmC16a4VHhkbSr5QljGmI,1973
70
+ camb/text_to_speech/types/create_stream_tts_request_payload_language.py,sha256=2WJNqtbyMjTqyu8RPbrWPTMWkL4OsJ48EuLtSC0SMZ4,1233
71
+ camb/text_to_speech/types/create_stream_tts_request_payload_speech_model.py,sha256=al_tjdJc2oPkoEj0nYWtEUtQ1x0P-xV0UyPkHIRzrMk,213
72
+ camb/text_to_speech/types/get_tts_results_tts_results_post_response_value.py,sha256=sjWSlYr5aNsbSY65FKT-2q_JV0GS_1NZ9BeEyMmzgK4,238
73
+ camb/text_to_speech/types/get_tts_run_info_tts_result_run_id_get_response.py,sha256=2aBEQrfhfH8i-RsinXTqX9G24v3dJLUxL49_tOQaL88,236
74
+ camb/text_to_voice/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
75
+ camb/text_to_voice/client.py,sha256=bmEZnpMB7UFTyi6rPkczQ9kcn8HKeLYZpEgySJy9DEI,9088
76
+ camb/text_to_voice/raw_client.py,sha256=R7huOB9PlCnf9KkkY5NRoKEPUo0DjaJLqlQEMipGnIo,15313
77
+ camb/transcription/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
78
+ camb/transcription/client.py,sha256=ubzYzYPNpCT0BltkZpxhRplOLkVO3PrfKEmmpbB8Sfs,13208
79
+ camb/transcription/raw_client.py,sha256=IIBSENSamUuarhlabJaIvfna0ThmEx-4KCkkCJ2TBWo,22012
80
+ camb/translated_story/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
81
+ camb/translated_story/client.py,sha256=MzxRX-CE-sYg-Vua-cXKkAtRCrVEPZon6CEreO61WiQ,8541
82
+ camb/translated_story/raw_client.py,sha256=35z4Yf_7qq5_NR_T1DlE44mDhr1Tl0MtpWIoWJ6AvDQ,14414
83
+ camb/translated_tts/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
84
+ camb/translated_tts/client.py,sha256=_AE6OMOa4fkI8t64rAnHEj1_SfPOy6Lu8Yljc8jqnfA,8723
85
+ camb/translated_tts/raw_client.py,sha256=zEwssCphTcCCi-alRAKQi_gz00dfX6kr8JhZslUhD_U,12769
86
+ camb/translation/__init__.py,sha256=_VhToAyIt_5axN6CLJwtxg3-CO7THa_23pbUzqhXJa4,85
87
+ camb/translation/client.py,sha256=AhFDM-VTMBjIuicJ4naDfSgfCjkW6-HUGdmicbNc_CA,17355
88
+ camb/translation/raw_client.py,sha256=InPdjv8xrpQ7MtmiyNKkzfv6UhovEO2VfAsay8ei-Oc,28778
89
+ camb/types/__init__.py,sha256=zNtJV57TggiAMGQnmeoaPTWQPXRL450waAWSugeCYh8,9826
90
+ camb/types/add_target_language_out.py,sha256=9zdLjofzFvfEGxIMkOhXOKkGq35Y3BDDV-4E5BJ5LMQ,571
91
+ camb/types/audio_output_type.py,sha256=YM_2qlceTo_EflrIFN_zFLavHs8rtkBih6646tJt6lQ,175
92
+ camb/types/audio_stream.py,sha256=DWWd1yZ6hlisWu5hPbjZZxnO-N5G0OqzX6CalVOK_nA,946
93
+ camb/types/config_stream.py,sha256=urNlZfJpHXxRRNP9_9XWVLO7Ep3NJj_aKXsEqMlGhh0,713
94
+ camb/types/config_stream_pipeline.py,sha256=NsbOIqVAOlSZ_HM_OYZnoCYu0JVFRvj6LKUAlsz-PkI,1038
95
+ camb/types/create_custom_voice_out.py,sha256=pGVfxwv85rdYCOdUIiXMPhaBlsr5IiF0FJpLkFt6lEQ,531
96
+ camb/types/create_project_setup_out.py,sha256=ug69ukoi8C_PUWHDOJXbR2-e5Sx6wrfimLn4BO_lC1g,531
97
+ camb/types/create_stream_out.py,sha256=bz1J1NbrPGgGBba4nFIOWH3RvJtohM8wxj0__2YRuoY,669
98
+ camb/types/create_stream_request_payload.py,sha256=_7yPIn5TU5ZmgdJGNZMO2OZgFtKCyJ5ukIsnkEwDUm0,1984
99
+ camb/types/create_translated_tts_out.py,sha256=tWE-WTQhvf5XeVkC28AthY6EQs_XHgxQHo6Fo1zrH7Y,532
100
+ camb/types/create_tts_out.py,sha256=apklyP5xKlz7P5JQFuWJ_rs9p92HIASPukV1cS8g760,522
101
+ camb/types/data_stream.py,sha256=CgWb4Z9Bi3gdIgDv6SaOBThfUaCzz_eoMcm1ygNGYNw,740
102
+ camb/types/demixing_option.py,sha256=csT6PZTTbWZwRE0azfUEplRL30P29WttvtAUVfqswpQ,265
103
+ camb/types/dictionary_term.py,sha256=7eDVon0_NCpT00REga-B3nNc6LjDaalps_Q0_5IVXhY,636
104
+ camb/types/dictionary_with_terms.py,sha256=bo2QsXVYJIMZ_CrelOKqukacxqJdyXwv-bgAkbYIbKk,926
105
+ camb/types/dubbing_result.py,sha256=zpoCliN9lrTlbSTFdPiZjhrnM7GQFIK9Mo-76_Lja7Y,643
106
+ camb/types/exception_reasons.py,sha256=tKk0spP8FKMSIvmleepi9poJzgvTYNAnGR-seTpj2zE,842
107
+ camb/types/folder.py,sha256=e01LbJHIc2KPVo3rqZekOcgpUR0QFhjAven3Tkuzi2Q,530
108
+ camb/types/formalities.py,sha256=DZ-f4wgeGdYxJ0r9D_vQdaoPCnByPF9UhNUq0AZUlCk,83
109
+ camb/types/gender.py,sha256=s8dwrd1seKSgNGa3-38K4CioMsVcBB5nqQnfxQiMFJw,78
110
+ camb/types/get_audio_separation_result_out.py,sha256=qArtcekR4q8_8tAxgZmUI6T1U2YmdOQsDK95LdyRqls,580
111
+ camb/types/get_create_project_setup_response.py,sha256=oMmm_9dfN_jb3NCRQvhfUctFcFaUTKgMkm8pEABtCHk,618
112
+ camb/types/get_probe_stream_in.py,sha256=NYYdjcFdkJt_GYXTRQIA_uRpgjEAp2yJtkthP33nnS0,609
113
+ camb/types/get_probe_stream_out.py,sha256=DRuvZIzsaN1W2Kfc9eNFHWZjCoOG-VJ8O-XWaw3vXmE,752
114
+ camb/types/get_setup_story_result_response.py,sha256=0olgvX6YyBK07TrIIzLfnV5frxyEAB5da4eUKgxaaDE,608
115
+ camb/types/get_text_to_voice_result_out.py,sha256=xQVoBMrOZn-CfcieXcsStqYfXZ6W77oHYoWNxwTeNh8,547
116
+ camb/types/get_tts_result_out_file_url.py,sha256=Ga8JFgwTulthM56TZtYXvgB8vszXOOHzJ14gZByN7fU,535
117
+ camb/types/http_validation_error.py,sha256=NNTK9AbbHXm0n9m1YcsG5zEaSn1n6RghohUX5R8LGzw,623
118
+ camb/types/language_enums.py,sha256=b13ysSXmxKG7LTgbdPUhKHmz0FN5fBAOJuL9G1jgpvM,2369
119
+ camb/types/language_pydantic_model.py,sha256=b9AhK1Np0-rXis2Z_gsSlNhiKVoip2bMPJ7B1eOsU24,564
120
+ camb/types/languages.py,sha256=SVgNeXtvJZKMQ41RSLhy7KhllGl9HY3J47mqo0osHEE,81
121
+ camb/types/orchestrator_pipeline_call_result.py,sha256=wkbQDJEpRM83OE08I-SzI_uQPAca77y0LcZH2Xfx5G4,564
122
+ camb/types/orchestrator_pipeline_result.py,sha256=cFK1RX36N_Rl7RkDRW-xO48NUBe5GjA74ny5FaMAarY,962
123
+ camb/types/orchestrator_pipeline_result_exception_reason.py,sha256=ZoeLy7pKjNcYY3dX1aAo_lbXQh8JQeBW5tQjlYKQyUs,209
124
+ camb/types/orchestrator_pipeline_result_message.py,sha256=ir_hIrHAMXpuIyq40UPQQ50wWXAof6GByIFgzF5UmU4,164
125
+ camb/types/output_format.py,sha256=JWq5ryp0U7ycLuWdm8Du_Ygs_eJTCg_4OC5pd8sioRo,269
126
+ camb/types/overdub_config.py,sha256=QE2ISZmJn3tRfVMxfWLpSzwkgCWV1ZP3jngsqDqrbyk,1106
127
+ camb/types/project_details.py,sha256=pII4IAqO72_Hei4N1pqZ6yDD_yTFpnT5zB8WWzR3IEI,848
128
+ camb/types/revoicing_option.py,sha256=0NOFJ0iP0eIBvSWZTvS3oD2Jw3WmBvkPye8GmYOU9c0,175
129
+ camb/types/run_i_ds_request_payload.py,sha256=6cvoIiNVne8cY-mv_k8CtNEwp64d4gH71xSd6inuA14,543
130
+ camb/types/segmenting_option.py,sha256=AN_QeutCS0trFN34Vak9zy07N3PiOheX-QAtST_cviE,188
131
+ camb/types/source_stream.py,sha256=lkYNSKgcItEoZX_pznlC7o8C49L7kT4dNjbcyNM4drU,999
132
+ camb/types/story_details.py,sha256=gKc5xPHWYl9oz3APQRqf1OjaHhwK_DSww6GMO9R34x8,823
133
+ camb/types/stream_category.py,sha256=nYajLcXvfTmGB_ANdSIQIHFIOpTvl2U9Ma1ml-y2J8c,86
134
+ camb/types/stream_tts_inference_options.py,sha256=1myjUL8iUEMDymtW6eT8aunxv4xxvpHDMnTXW1D6Vc8,1390
135
+ camb/types/stream_tts_output_configuration.py,sha256=CknkdRn90UL7J_dhf2cLwvtG5u6GfiQ7e10FBDCFAhE,1106
136
+ camb/types/stream_tts_voice_settings.py,sha256=A7fUMUUbpKfgzjKaWQQS_VY0muguC7EA8PCM_DerJXM,861
137
+ camb/types/stream_type.py,sha256=qBzpDZ31FOQXGXKrscsi5fT2cZmeuvDQPsQ8Eh5Bsgg,82
138
+ camb/types/stream_url_for_languages.py,sha256=O2UjpIeBQwGa9ujj28Blk4Al6LnakRXLOkuMzKH-Kf0,598
139
+ camb/types/target_stream.py,sha256=x-A0y40X4oprn3GYU8ej29khviuKuemhkool2Uwlhu4,1185
140
+ camb/types/task_status.py,sha256=4Mtv4EWlpY5mX_KiPwV4AMBJ4ljsHnPXt5C9Gq3soEU,165
141
+ camb/types/term_translation_input.py,sha256=Y1XHDA9gX0hD8cFbQua9qDofb7R6OSJkCeJXr_SkLjs,591
142
+ camb/types/term_translation_output.py,sha256=OvFFuSEnjDM3PDgkPnwGY19ZbSYQ2fLDLEyOtwAlXXA,551
143
+ camb/types/text_to_audio_result.py,sha256=hRyZIKSYWui1GA1L9vduCQkGRF8RS7swcbxVgooWNPY,530
144
+ camb/types/text_to_audio_type.py,sha256=p91RW5ZK2quOB5JawQkAKFT70HL8zjJJbXePzGT4RwY,157
145
+ camb/types/transcribing_option.py,sha256=ewGw4yhemuFbLtraMf2muORHi-laJ-O_OKF80VYBY70,178
146
+ camb/types/transcript.py,sha256=pJS1B-JiBNt_04tq0dqtp9Do71puOrFX4UUM89yaN-I,566
147
+ camb/types/transcript_data_type.py,sha256=y4gK5KzDr7PqWE1P5y1ZBStXD7xRXoWiwQI7gZD4rHg,162
148
+ camb/types/transcript_file_format.py,sha256=msF7C0iJJAm2qt15wynNNW0udZZJ7_t8sI599fdXps4,165
149
+ camb/types/transcription_result.py,sha256=Al3QfoztA2O31IruGQ8c_AQleEy4v2430UbtRgQhMHw,587
150
+ camb/types/translating_option.py,sha256=tOgPInR4ZK33L21v3zL3F9bXgh6D088M6RB25PVt1B4,177
151
+ camb/types/translation_result.py,sha256=FKvadupqrhICqZyjVsC43DeUadUCmT3KG61F7TWmqz4,538
152
+ camb/types/tts_provider.py,sha256=1fLYMvvHKa59TLf7kovu2Kgy-ijIxO3pKn_k48fU4Ww,91
153
+ camb/types/validation_error.py,sha256=Ou-GSQTdmDFWIFlP_y9ka_EUAavqFEFLonU9srAkJdc,642
154
+ camb/types/validation_error_loc_item.py,sha256=LAtjCHIllWRBFXvAZ5QZpp7CPXjdtN9EB7HrLVo6EP0,128
155
+ camb/types/video_output_type_without_avi.py,sha256=lyRYgZczQPbVtsTzAS9p0QOTr_0HDHzq4QLWCu9DKI8,177
156
+ camb/types/video_stream.py,sha256=nQIGUPij4T_qHhvqLMvmE66XrIkvT4ApxmxdhcHzrj4,854
157
+ camb/types/voice.py,sha256=YIMGO-bySm4xz2OUM7np_spFA9eBpM_u2bLOAuvI48g,868
158
+ camb/voice_cloning/__init__.py,sha256=defESczlYd0Fh8Vx9YvOVoskfVGEXgXiRQdcsJW5JAA,1125
159
+ camb/voice_cloning/client.py,sha256=5J847rqKyysf0fjmovHj-9ZXWdgnTkRsHzlTE3f0Jl0,7968
160
+ camb/voice_cloning/raw_client.py,sha256=VTE1w2Pif0m28UcCcfZMcF3RHzQF_GqWw0zVkL0tbmw,12165
161
+ camb/voice_cloning/types/__init__.py,sha256=h0oS41C6ofhqBsMqOhJfiXSKACp3hZg7Pat491pxxg0,1203
162
+ camb/voice_cloning/types/list_voices_list_voices_get_response_item.py,sha256=GyNPa-cssd3wznNKM2be63QrBxfC9dEIW0uwMX_UP34,202
163
+ camb_sdk-1.5.4.dist-info/licenses/LICENSE,sha256=wVE3pAs9Te7Joa1AmJJ0JVd8CNgNmslblQaNgbozkiU,1063
164
+ camb_sdk-1.5.4.dist-info/METADATA,sha256=o8wlQk1iQutrrLLxrPOwy2OJ2Jh3gSUbTCgt1QTMIbA,9261
165
+ camb_sdk-1.5.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
166
+ camb_sdk-1.5.4.dist-info/top_level.txt,sha256=5vgMXSgUT--1GFtDdxkRbnAm9lZZBykbEecidUmKRGg,5
167
+ camb_sdk-1.5.4.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Camb AI
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1 @@
1
+ camb