clouditia 1.2.2__tar.gz → 1.2.4__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.2/clouditia.egg-info → clouditia-1.2.4}/PKG-INFO +4 -4
- {clouditia-1.2.2 → clouditia-1.2.4}/README.md +1 -1
- {clouditia-1.2.2 → clouditia-1.2.4}/clouditia/__init__.py +2 -2
- {clouditia-1.2.2 → clouditia-1.2.4/clouditia.egg-info}/PKG-INFO +4 -4
- {clouditia-1.2.2 → clouditia-1.2.4}/pyproject.toml +3 -3
- {clouditia-1.2.2 → clouditia-1.2.4}/CHANGELOG.md +0 -0
- {clouditia-1.2.2 → clouditia-1.2.4}/LICENSE +0 -0
- {clouditia-1.2.2 → clouditia-1.2.4}/MANIFEST.in +0 -0
- {clouditia-1.2.2 → clouditia-1.2.4}/clouditia/client.py +0 -0
- {clouditia-1.2.2 → clouditia-1.2.4}/clouditia/exceptions.py +0 -0
- {clouditia-1.2.2 → clouditia-1.2.4}/clouditia/jobs.py +0 -0
- {clouditia-1.2.2 → clouditia-1.2.4}/clouditia/magic.py +0 -0
- {clouditia-1.2.2 → clouditia-1.2.4}/clouditia/py.typed +0 -0
- {clouditia-1.2.2 → clouditia-1.2.4}/clouditia/results.py +0 -0
- {clouditia-1.2.2 → clouditia-1.2.4}/clouditia.egg-info/SOURCES.txt +0 -0
- {clouditia-1.2.2 → clouditia-1.2.4}/clouditia.egg-info/dependency_links.txt +0 -0
- {clouditia-1.2.2 → clouditia-1.2.4}/clouditia.egg-info/requires.txt +0 -0
- {clouditia-1.2.2 → clouditia-1.2.4}/clouditia.egg-info/top_level.txt +0 -0
- {clouditia-1.2.2 → clouditia-1.2.4}/setup.cfg +0 -0
- {clouditia-1.2.2 → clouditia-1.2.4}/setup.py +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: clouditia
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.4
|
|
4
4
|
Summary: Execute Python and Shell code on remote GPU sessions
|
|
5
|
-
Author-email:
|
|
6
|
-
Maintainer-email:
|
|
5
|
+
Author-email: Aina KIKI-SAGBE <support@clouditia.com>
|
|
6
|
+
Maintainer-email: Aina KIKI-SAGBE <support@clouditia.com>
|
|
7
7
|
License: MIT
|
|
8
8
|
Project-URL: Homepage, https://clouditia.com
|
|
9
9
|
Project-URL: Documentation, https://clouditia.com/docsapisession
|
|
@@ -885,4 +885,4 @@ print(result.output)
|
|
|
885
885
|
|
|
886
886
|
## License
|
|
887
887
|
|
|
888
|
-
MIT License
|
|
888
|
+
MIT License
|
|
@@ -15,8 +15,8 @@ Basic Usage:
|
|
|
15
15
|
For more examples, see: https://clouditia.com/docs
|
|
16
16
|
"""
|
|
17
17
|
|
|
18
|
-
__version__ = "1.2.
|
|
19
|
-
__author__ = "
|
|
18
|
+
__version__ = "1.2.4"
|
|
19
|
+
__author__ = "Aina KIKI-SAGBE"
|
|
20
20
|
__email__ = "support@clouditia.com"
|
|
21
21
|
|
|
22
22
|
from .client import GPUSession, connect
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: clouditia
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.4
|
|
4
4
|
Summary: Execute Python and Shell code on remote GPU sessions
|
|
5
|
-
Author-email:
|
|
6
|
-
Maintainer-email:
|
|
5
|
+
Author-email: Aina KIKI-SAGBE <support@clouditia.com>
|
|
6
|
+
Maintainer-email: Aina KIKI-SAGBE <support@clouditia.com>
|
|
7
7
|
License: MIT
|
|
8
8
|
Project-URL: Homepage, https://clouditia.com
|
|
9
9
|
Project-URL: Documentation, https://clouditia.com/docsapisession
|
|
@@ -885,4 +885,4 @@ print(result.output)
|
|
|
885
885
|
|
|
886
886
|
## License
|
|
887
887
|
|
|
888
|
-
MIT License
|
|
888
|
+
MIT License
|
|
@@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "clouditia"
|
|
7
|
-
version = "1.2.
|
|
7
|
+
version = "1.2.4"
|
|
8
8
|
description = "Execute Python and Shell code on remote GPU sessions"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
11
11
|
authors = [
|
|
12
|
-
{name = "
|
|
12
|
+
{name = "Aina KIKI-SAGBE", email = "support@clouditia.com"}
|
|
13
13
|
]
|
|
14
14
|
maintainers = [
|
|
15
|
-
{name = "
|
|
15
|
+
{name = "Aina KIKI-SAGBE", email = "support@clouditia.com"}
|
|
16
16
|
]
|
|
17
17
|
keywords = [
|
|
18
18
|
"gpu",
|
|
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
|
|
File without changes
|