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.
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: clouditia
3
- Version: 1.2.2
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,4 +885,4 @@ print(result.output)
885
885
 
886
886
  ## License
887
887
 
888
- MIT License - see [LICENSE](LICENSE) for details.
888
+ MIT License
@@ -842,4 +842,4 @@ print(result.output)
842
842
 
843
843
  ## License
844
844
 
845
- MIT License - see [LICENSE](LICENSE) for details.
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.2"
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.2
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,4 +885,4 @@ print(result.output)
885
885
 
886
886
  ## License
887
887
 
888
- MIT License - see [LICENSE](LICENSE) for details.
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.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 = "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