sprocket-systems.coda.sdk 1.3.3__py3-none-any.whl → 2.0.6__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.
- coda/__init__.py +2 -31
- coda/sdk/__init__.py +27 -0
- coda/sdk/constants.py +22 -0
- coda/sdk/enums.py +270 -0
- coda/sdk/essence.py +498 -0
- coda/sdk/job.py +625 -0
- coda/sdk/preset.py +239 -0
- coda/sdk/utils.py +282 -0
- coda/sdk/workflow.py +1402 -0
- {sprocket_systems_coda_sdk-1.3.3.dist-info → sprocket_systems_coda_sdk-2.0.6.dist-info}/METADATA +7 -9
- sprocket_systems_coda_sdk-2.0.6.dist-info/RECORD +15 -0
- coda/sdk.py +0 -1663
- sprocket_systems_coda_sdk-1.3.3.dist-info/RECORD +0 -8
- {sprocket_systems_coda_sdk-1.3.3.dist-info → sprocket_systems_coda_sdk-2.0.6.dist-info}/WHEEL +0 -0
- {sprocket_systems_coda_sdk-1.3.3.dist-info → sprocket_systems_coda_sdk-2.0.6.dist-info}/entry_points.txt +0 -0
- {sprocket_systems_coda_sdk-1.3.3.dist-info → sprocket_systems_coda_sdk-2.0.6.dist-info}/licenses/LICENSE +0 -0
{sprocket_systems_coda_sdk-1.3.3.dist-info → sprocket_systems_coda_sdk-2.0.6.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sprocket-systems.coda.sdk
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.6
|
|
4
4
|
Summary: The Coda SDK provides a Python interface to define Coda workflows, create jobs and run them.
|
|
5
5
|
Keywords: python,coda,sdk
|
|
6
6
|
Author-Email: Sprocket Systems <support@sprocket.systems>
|
|
@@ -9,18 +9,16 @@ License-File: LICENSE
|
|
|
9
9
|
Classifier: Development Status :: 5 - Production/Stable
|
|
10
10
|
Classifier: Intended Audience :: Developers
|
|
11
11
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
12
|
-
Classifier: Programming Language :: Python :: 3
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
17
|
-
Project-URL: Documentation, https://coda.sprocket.systems/docs/sdks/python/
|
|
18
|
-
Requires-Python: >=3.7
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
14
|
+
Project-URL: Documentation, https://v2.coda.sprocket.systems/docs/sdks/python/
|
|
15
|
+
Requires-Python: >=3.11
|
|
19
16
|
Requires-Dist: requests
|
|
17
|
+
Requires-Dist: soundfile>=0.13.1
|
|
20
18
|
Description-Content-Type: text/markdown
|
|
21
19
|
|
|
22
20
|
# Coda Python SDK
|
|
23
21
|
|
|
24
22
|
Coda provides a Python SDK that streamlines interactions with the core API. It provides the ability to define Coda workflows, create jobs, and run them.
|
|
25
23
|
|
|
26
|
-
Please see [the documentation](https://coda.sprocket.systems/docs/sdks/python/) for more information.
|
|
24
|
+
Please see [the documentation](https://v2.coda.sprocket.systems/docs/sdks/python/) for more information.
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
coda/__init__.py,sha256=e52umPb_buoXPUDoFPRK2lJpeuFNwbVGNfsRFwy5y3w,229
|
|
2
|
+
coda/sdk/__init__.py,sha256=wOCrh1piLbgLVOMhKuLFYA62n60IN89eXGHpFKwFAE4,691
|
|
3
|
+
coda/sdk/constants.py,sha256=HRWf8zE8IFVRy-2apsae4BSecXod3BsQiozaMkJkY88,674
|
|
4
|
+
coda/sdk/enums.py,sha256=1l4pK8pNofV56WVAiQXitlY6m9iTfEv9I159GWkTZKE,6582
|
|
5
|
+
coda/sdk/essence.py,sha256=x70SwSJWc95mHL8y9vHNc-hg5TDgy_TxPVykU7CVAqc,20414
|
|
6
|
+
coda/sdk/job.py,sha256=DfQGI9bKoji_dPLqVoAiufNKeupSDg_kdkNSfaLDhs0,21315
|
|
7
|
+
coda/sdk/preset.py,sha256=OtaRVJU6luBBD_6Ehd8ZkcjXL_YVoXfziI14E-GS4Xw,8934
|
|
8
|
+
coda/sdk/utils.py,sha256=uC9hHJtMkGu3pLvJOwq9kIdf6r7KxMRAbzaRyf95EdQ,10565
|
|
9
|
+
coda/sdk/workflow.py,sha256=4-r3hWUEabyzS1vA0Ql-1VY5FoQA3KNnWlhwqQ0umbw,62899
|
|
10
|
+
coda/tc_tools.py,sha256=hEtVE6xtPqg93WfJ-lQdRQroPdQTkH5HkMLWCIkwIlo,22010
|
|
11
|
+
sprocket_systems_coda_sdk-2.0.6.dist-info/METADATA,sha256=PRa_kJe7JPsmiRLHWuKhpHnnIjqcx8a9TLIGbu6QOVw,1106
|
|
12
|
+
sprocket_systems_coda_sdk-2.0.6.dist-info/WHEEL,sha256=tsUv_t7BDeJeRHaSrczbGeuK-TtDpGsWi_JfpzD255I,90
|
|
13
|
+
sprocket_systems_coda_sdk-2.0.6.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
|
14
|
+
sprocket_systems_coda_sdk-2.0.6.dist-info/licenses/LICENSE,sha256=wrFjizFlraIAPW8JIteGftNH2laAZBBRhdEnPVUsKTM,10198
|
|
15
|
+
sprocket_systems_coda_sdk-2.0.6.dist-info/RECORD,,
|