clouditia 1.2.2__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.2/clouditia.egg-info → clouditia-1.2.3}/PKG-INFO +4 -2
- {clouditia-1.2.2 → clouditia-1.2.3}/README.md +3 -1
- {clouditia-1.2.2 → clouditia-1.2.3}/clouditia/__init__.py +1 -1
- {clouditia-1.2.2 → clouditia-1.2.3/clouditia.egg-info}/PKG-INFO +4 -2
- {clouditia-1.2.2 → clouditia-1.2.3}/pyproject.toml +1 -1
- {clouditia-1.2.2 → clouditia-1.2.3}/CHANGELOG.md +0 -0
- {clouditia-1.2.2 → clouditia-1.2.3}/LICENSE +0 -0
- {clouditia-1.2.2 → clouditia-1.2.3}/MANIFEST.in +0 -0
- {clouditia-1.2.2 → clouditia-1.2.3}/clouditia/client.py +0 -0
- {clouditia-1.2.2 → clouditia-1.2.3}/clouditia/exceptions.py +0 -0
- {clouditia-1.2.2 → clouditia-1.2.3}/clouditia/jobs.py +0 -0
- {clouditia-1.2.2 → clouditia-1.2.3}/clouditia/magic.py +0 -0
- {clouditia-1.2.2 → clouditia-1.2.3}/clouditia/py.typed +0 -0
- {clouditia-1.2.2 → clouditia-1.2.3}/clouditia/results.py +0 -0
- {clouditia-1.2.2 → clouditia-1.2.3}/clouditia.egg-info/SOURCES.txt +0 -0
- {clouditia-1.2.2 → clouditia-1.2.3}/clouditia.egg-info/dependency_links.txt +0 -0
- {clouditia-1.2.2 → clouditia-1.2.3}/clouditia.egg-info/requires.txt +0 -0
- {clouditia-1.2.2 → clouditia-1.2.3}/clouditia.egg-info/top_level.txt +0 -0
- {clouditia-1.2.2 → clouditia-1.2.3}/setup.cfg +0 -0
- {clouditia-1.2.2 → clouditia-1.2.3}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
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>
|
|
@@ -885,4 +885,6 @@ print(result.output)
|
|
|
885
885
|
|
|
886
886
|
## License
|
|
887
887
|
|
|
888
|
-
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.
|
|
@@ -842,4 +842,6 @@ print(result.output)
|
|
|
842
842
|
|
|
843
843
|
## License
|
|
844
844
|
|
|
845
|
-
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,6 +1,6 @@
|
|
|
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>
|
|
@@ -885,4 +885,6 @@ print(result.output)
|
|
|
885
885
|
|
|
886
886
|
## License
|
|
887
887
|
|
|
888
|
-
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.
|
|
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
|