clouditia 1.2.1__tar.gz → 1.2.2__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.
- {clouditia-1.2.1 → clouditia-1.2.2}/LICENSE +1 -1
- {clouditia-1.2.1/clouditia.egg-info → clouditia-1.2.2}/PKG-INFO +1 -5
- {clouditia-1.2.1 → clouditia-1.2.2}/README.md +0 -1
- {clouditia-1.2.1 → clouditia-1.2.2}/clouditia/__init__.py +1 -1
- {clouditia-1.2.1 → clouditia-1.2.2/clouditia.egg-info}/PKG-INFO +1 -5
- {clouditia-1.2.1 → clouditia-1.2.2}/pyproject.toml +1 -4
- {clouditia-1.2.1 → clouditia-1.2.2}/CHANGELOG.md +0 -0
- {clouditia-1.2.1 → clouditia-1.2.2}/MANIFEST.in +0 -0
- {clouditia-1.2.1 → clouditia-1.2.2}/clouditia/client.py +0 -0
- {clouditia-1.2.1 → clouditia-1.2.2}/clouditia/exceptions.py +0 -0
- {clouditia-1.2.1 → clouditia-1.2.2}/clouditia/jobs.py +0 -0
- {clouditia-1.2.1 → clouditia-1.2.2}/clouditia/magic.py +0 -0
- {clouditia-1.2.1 → clouditia-1.2.2}/clouditia/py.typed +0 -0
- {clouditia-1.2.1 → clouditia-1.2.2}/clouditia/results.py +0 -0
- {clouditia-1.2.1 → clouditia-1.2.2}/clouditia.egg-info/SOURCES.txt +0 -0
- {clouditia-1.2.1 → clouditia-1.2.2}/clouditia.egg-info/dependency_links.txt +0 -0
- {clouditia-1.2.1 → clouditia-1.2.2}/clouditia.egg-info/requires.txt +0 -0
- {clouditia-1.2.1 → clouditia-1.2.2}/clouditia.egg-info/top_level.txt +0 -0
- {clouditia-1.2.1 → clouditia-1.2.2}/setup.cfg +0 -0
- {clouditia-1.2.1 → clouditia-1.2.2}/setup.py +0 -0
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: clouditia
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.2
|
|
4
4
|
Summary: Execute Python and Shell code on remote GPU sessions
|
|
5
5
|
Author-email: Clouditia Team <support@clouditia.com>
|
|
6
6
|
Maintainer-email: Clouditia Team <support@clouditia.com>
|
|
7
7
|
License: MIT
|
|
8
8
|
Project-URL: Homepage, https://clouditia.com
|
|
9
9
|
Project-URL: Documentation, https://clouditia.com/docsapisession
|
|
10
|
-
Project-URL: Repository, https://github.com/clouditia/clouditia-sdk
|
|
11
|
-
Project-URL: Issues, https://github.com/clouditia/clouditia-sdk/issues
|
|
12
|
-
Project-URL: Changelog, https://github.com/clouditia/clouditia-sdk/blob/main/CHANGELOG.md
|
|
13
10
|
Keywords: gpu,cloud,remote-execution,machine-learning,deep-learning,pytorch,tensorflow,cuda,jupyter,api
|
|
14
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
15
12
|
Classifier: Intended Audience :: Developers
|
|
@@ -882,7 +879,6 @@ print(result.output)
|
|
|
882
879
|
## Support
|
|
883
880
|
|
|
884
881
|
- **Documentation**: [https://clouditia.com/docsapisession](https://clouditia.com/docsapisession)
|
|
885
|
-
- **Issues**: [https://github.com/clouditia/clouditia-sdk/issues](https://github.com/clouditia/clouditia-sdk/issues)
|
|
886
882
|
- **Email**: support@clouditia.com
|
|
887
883
|
|
|
888
884
|
---
|
|
@@ -836,7 +836,6 @@ print(result.output)
|
|
|
836
836
|
## Support
|
|
837
837
|
|
|
838
838
|
- **Documentation**: [https://clouditia.com/docsapisession](https://clouditia.com/docsapisession)
|
|
839
|
-
- **Issues**: [https://github.com/clouditia/clouditia-sdk/issues](https://github.com/clouditia/clouditia-sdk/issues)
|
|
840
839
|
- **Email**: support@clouditia.com
|
|
841
840
|
|
|
842
841
|
---
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: clouditia
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.2
|
|
4
4
|
Summary: Execute Python and Shell code on remote GPU sessions
|
|
5
5
|
Author-email: Clouditia Team <support@clouditia.com>
|
|
6
6
|
Maintainer-email: Clouditia Team <support@clouditia.com>
|
|
7
7
|
License: MIT
|
|
8
8
|
Project-URL: Homepage, https://clouditia.com
|
|
9
9
|
Project-URL: Documentation, https://clouditia.com/docsapisession
|
|
10
|
-
Project-URL: Repository, https://github.com/clouditia/clouditia-sdk
|
|
11
|
-
Project-URL: Issues, https://github.com/clouditia/clouditia-sdk/issues
|
|
12
|
-
Project-URL: Changelog, https://github.com/clouditia/clouditia-sdk/blob/main/CHANGELOG.md
|
|
13
10
|
Keywords: gpu,cloud,remote-execution,machine-learning,deep-learning,pytorch,tensorflow,cuda,jupyter,api
|
|
14
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
15
12
|
Classifier: Intended Audience :: Developers
|
|
@@ -882,7 +879,6 @@ print(result.output)
|
|
|
882
879
|
## Support
|
|
883
880
|
|
|
884
881
|
- **Documentation**: [https://clouditia.com/docsapisession](https://clouditia.com/docsapisession)
|
|
885
|
-
- **Issues**: [https://github.com/clouditia/clouditia-sdk/issues](https://github.com/clouditia/clouditia-sdk/issues)
|
|
886
882
|
- **Email**: support@clouditia.com
|
|
887
883
|
|
|
888
884
|
---
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "clouditia"
|
|
7
|
-
version = "1.2.
|
|
7
|
+
version = "1.2.2"
|
|
8
8
|
description = "Execute Python and Shell code on remote GPU sessions"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
@@ -67,9 +67,6 @@ jupyter = [
|
|
|
67
67
|
[project.urls]
|
|
68
68
|
Homepage = "https://clouditia.com"
|
|
69
69
|
Documentation = "https://clouditia.com/docsapisession"
|
|
70
|
-
Repository = "https://github.com/clouditia/clouditia-sdk"
|
|
71
|
-
Issues = "https://github.com/clouditia/clouditia-sdk/issues"
|
|
72
|
-
Changelog = "https://github.com/clouditia/clouditia-sdk/blob/main/CHANGELOG.md"
|
|
73
70
|
|
|
74
71
|
[tool.setuptools]
|
|
75
72
|
packages = ["clouditia"]
|
|
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
|