clouditia 1.2.1__tar.gz → 1.2.3__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.3}/LICENSE +1 -1
- {clouditia-1.2.1/clouditia.egg-info → clouditia-1.2.3}/PKG-INFO +4 -6
- {clouditia-1.2.1 → clouditia-1.2.3}/README.md +3 -2
- {clouditia-1.2.1 → clouditia-1.2.3}/clouditia/__init__.py +1 -1
- {clouditia-1.2.1 → clouditia-1.2.3/clouditia.egg-info}/PKG-INFO +4 -6
- {clouditia-1.2.1 → clouditia-1.2.3}/pyproject.toml +1 -4
- {clouditia-1.2.1 → clouditia-1.2.3}/CHANGELOG.md +0 -0
- {clouditia-1.2.1 → clouditia-1.2.3}/MANIFEST.in +0 -0
- {clouditia-1.2.1 → clouditia-1.2.3}/clouditia/client.py +0 -0
- {clouditia-1.2.1 → clouditia-1.2.3}/clouditia/exceptions.py +0 -0
- {clouditia-1.2.1 → clouditia-1.2.3}/clouditia/jobs.py +0 -0
- {clouditia-1.2.1 → clouditia-1.2.3}/clouditia/magic.py +0 -0
- {clouditia-1.2.1 → clouditia-1.2.3}/clouditia/py.typed +0 -0
- {clouditia-1.2.1 → clouditia-1.2.3}/clouditia/results.py +0 -0
- {clouditia-1.2.1 → clouditia-1.2.3}/clouditia.egg-info/SOURCES.txt +0 -0
- {clouditia-1.2.1 → clouditia-1.2.3}/clouditia.egg-info/dependency_links.txt +0 -0
- {clouditia-1.2.1 → clouditia-1.2.3}/clouditia.egg-info/requires.txt +0 -0
- {clouditia-1.2.1 → clouditia-1.2.3}/clouditia.egg-info/top_level.txt +0 -0
- {clouditia-1.2.1 → clouditia-1.2.3}/setup.cfg +0 -0
- {clouditia-1.2.1 → clouditia-1.2.3}/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.3
|
|
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,11 +879,12 @@ 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
|
---
|
|
889
885
|
|
|
890
886
|
## License
|
|
891
887
|
|
|
892
|
-
MIT License -
|
|
888
|
+
MIT License - Copyright (c) 2024-2026 Aina KIKI-SAGBE / Clouditia
|
|
889
|
+
|
|
890
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies, subject to including this copyright notice. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
|
|
@@ -836,11 +836,12 @@ 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
|
---
|
|
843
842
|
|
|
844
843
|
## License
|
|
845
844
|
|
|
846
|
-
MIT License -
|
|
845
|
+
MIT License - Copyright (c) 2024-2026 Aina KIKI-SAGBE / Clouditia
|
|
846
|
+
|
|
847
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies, subject to including this copyright notice. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: clouditia
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.3
|
|
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,11 +879,12 @@ 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
|
---
|
|
889
885
|
|
|
890
886
|
## License
|
|
891
887
|
|
|
892
|
-
MIT License -
|
|
888
|
+
MIT License - Copyright (c) 2024-2026 Aina KIKI-SAGBE / Clouditia
|
|
889
|
+
|
|
890
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies, subject to including this copyright notice. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
|
|
@@ -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.3"
|
|
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
|