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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: clouditia
3
- Version: 1.2.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 - see [LICENSE](LICENSE) for details.
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 - see [LICENSE](LICENSE) for details.
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.
@@ -15,7 +15,7 @@ Basic Usage:
15
15
  For more examples, see: https://clouditia.com/docs
16
16
  """
17
17
 
18
- __version__ = "1.2.2"
18
+ __version__ = "1.2.3"
19
19
  __author__ = "Clouditia Team"
20
20
  __email__ = "support@clouditia.com"
21
21
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: clouditia
3
- Version: 1.2.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 - see [LICENSE](LICENSE) for details.
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.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"}
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