clouditia 1.2.3__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.
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: clouditia
3
- Version: 1.2.3
3
+ Version: 1.2.4
4
4
  Summary: Execute Python and Shell code on remote GPU sessions
5
- Author-email: Clouditia Team <support@clouditia.com>
6
- Maintainer-email: Clouditia Team <support@clouditia.com>
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,6 +885,4 @@ print(result.output)
885
885
 
886
886
  ## License
887
887
 
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.
888
+ MIT License
@@ -842,6 +842,4 @@ print(result.output)
842
842
 
843
843
  ## License
844
844
 
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.
845
+ 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.3"
19
- __author__ = "Clouditia Team"
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
3
+ Version: 1.2.4
4
4
  Summary: Execute Python and Shell code on remote GPU sessions
5
- Author-email: Clouditia Team <support@clouditia.com>
6
- Maintainer-email: Clouditia Team <support@clouditia.com>
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,6 +885,4 @@ print(result.output)
885
885
 
886
886
  ## License
887
887
 
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.
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.3"
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 = "Clouditia Team", email = "support@clouditia.com"}
12
+ {name = "Aina KIKI-SAGBE", email = "support@clouditia.com"}
13
13
  ]
14
14
  maintainers = [
15
- {name = "Clouditia Team", email = "support@clouditia.com"}
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