codeocean 0.1.0__tar.gz → 0.1.1__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.
- {codeocean-0.1.0 → codeocean-0.1.1}/PKG-INFO +2 -2
- {codeocean-0.1.0 → codeocean-0.1.1}/pyproject.toml +2 -2
- {codeocean-0.1.0 → codeocean-0.1.1}/.flake8 +0 -0
- {codeocean-0.1.0 → codeocean-0.1.1}/.gitignore +0 -0
- {codeocean-0.1.0 → codeocean-0.1.1}/CHANGELOG.md +0 -0
- {codeocean-0.1.0 → codeocean-0.1.1}/LICENSE +0 -0
- {codeocean-0.1.0 → codeocean-0.1.1}/README.md +0 -0
- {codeocean-0.1.0 → codeocean-0.1.1}/examples/create_data_asset.py +0 -0
- {codeocean-0.1.0 → codeocean-0.1.1}/examples/run_capsule.py +0 -0
- {codeocean-0.1.0 → codeocean-0.1.1}/examples/run_pipeline.py +0 -0
- {codeocean-0.1.0 → codeocean-0.1.1}/src/codeocean/__init__.py +0 -0
- {codeocean-0.1.0 → codeocean-0.1.1}/src/codeocean/capsule.py +0 -0
- {codeocean-0.1.0 → codeocean-0.1.1}/src/codeocean/client.py +0 -0
- {codeocean-0.1.0 → codeocean-0.1.1}/src/codeocean/components.py +0 -0
- {codeocean-0.1.0 → codeocean-0.1.1}/src/codeocean/computation.py +0 -0
- {codeocean-0.1.0 → codeocean-0.1.1}/src/codeocean/data_asset.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: codeocean
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Code Ocean Python SDK
|
|
5
5
|
Project-URL: Homepage, https://github.com/codeocean/codeocean-sdk-python
|
|
6
6
|
Project-URL: Issues, https://github.com/codeocean/codeocean-sdk-python/issues
|
|
@@ -11,7 +11,7 @@ License-File: LICENSE
|
|
|
11
11
|
Classifier: License :: OSI Approved :: MIT License
|
|
12
12
|
Classifier: Operating System :: OS Independent
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
|
14
|
-
Requires-Python: >=3.
|
|
14
|
+
Requires-Python: >=3.11
|
|
15
15
|
Requires-Dist: dataclasses
|
|
16
16
|
Requires-Dist: dataclasses-json
|
|
17
17
|
Requires-Dist: requests
|
|
@@ -4,13 +4,13 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "codeocean"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.1"
|
|
8
8
|
authors = [
|
|
9
9
|
{ name="Code Ocean", email="dev@codeocean.com" },
|
|
10
10
|
]
|
|
11
11
|
description = "Code Ocean Python SDK"
|
|
12
12
|
readme = "README.md"
|
|
13
|
-
requires-python = ">=3.
|
|
13
|
+
requires-python = ">=3.11"
|
|
14
14
|
classifiers = [
|
|
15
15
|
"Programming Language :: Python :: 3",
|
|
16
16
|
"License :: OSI Approved :: MIT License",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|