clouditia 1.2.1__tar.gz → 1.2.2__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
  MIT License
2
2
 
3
- Copyright (c) 2024-2026 Clouditia
3
+ Copyright (c) 2024-2026 Aina KIKI-SAGBE / Clouditia
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,15 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: clouditia
3
- Version: 1.2.1
3
+ Version: 1.2.2
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,7 +879,6 @@ 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
  ---
@@ -836,7 +836,6 @@ 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
  ---
@@ -15,7 +15,7 @@ Basic Usage:
15
15
  For more examples, see: https://clouditia.com/docs
16
16
  """
17
17
 
18
- __version__ = "1.2.1"
18
+ __version__ = "1.2.2"
19
19
  __author__ = "Clouditia Team"
20
20
  __email__ = "support@clouditia.com"
21
21
 
@@ -1,15 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: clouditia
3
- Version: 1.2.1
3
+ Version: 1.2.2
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,7 +879,6 @@ 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
  ---
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "clouditia"
7
- version = "1.2.1"
7
+ version = "1.2.2"
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