cloudx-proxy 0.5.2__tar.gz → 0.6.0__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.
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/.github/workflows/release.yml +1 -1
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/CHANGELOG.md +9 -0
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/PKG-INFO +11 -3
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/README.md +7 -0
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/cloudx_proxy/_version.py +2 -2
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/cloudx_proxy.egg-info/PKG-INFO +11 -3
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/pyproject.toml +3 -2
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/.clinerules +0 -0
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/.github/dependabot.yml +0 -0
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/.gitignore +0 -0
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/.releaserc +0 -0
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/CONTRIBUTING.md +0 -0
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/LICENSE +0 -0
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/cloudx_proxy/_1password.py +0 -0
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/cloudx_proxy/__init__.py +0 -0
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/cloudx_proxy/cli.py +0 -0
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/cloudx_proxy/core.py +0 -0
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/cloudx_proxy/setup.py +0 -0
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/cloudx_proxy.egg-info/SOURCES.txt +0 -0
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/cloudx_proxy.egg-info/dependency_links.txt +0 -0
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/cloudx_proxy.egg-info/entry_points.txt +0 -0
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/cloudx_proxy.egg-info/requires.txt +0 -0
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/cloudx_proxy.egg-info/top_level.txt +0 -0
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/package.json +0 -0
- {cloudx_proxy-0.5.2 → cloudx_proxy-0.6.0}/setup.cfg +0 -0
@@ -1,3 +1,12 @@
|
|
1
|
+
# [0.6.0](https://github.com/easytocloud/cloudX-proxy/compare/v0.5.3...v0.6.0) (2025-08-22)
|
2
|
+
|
3
|
+
|
4
|
+
### Features
|
5
|
+
|
6
|
+
* add project badges and modernize Python version support ([594bb87](https://github.com/easytocloud/cloudX-proxy/commit/594bb870a7a58ef3c99c46e24cf1843249945a77))
|
7
|
+
|
8
|
+
## [0.5.3](https://github.com/easytocloud/cloudX-proxy/compare/v0.5.2...v0.5.3) (2025-08-22)
|
9
|
+
|
1
10
|
## [0.5.2](https://github.com/easytocloud/cloudX-proxy/compare/v0.5.1...v0.5.2) (2025-08-22)
|
2
11
|
|
3
12
|
## [0.5.1](https://github.com/easytocloud/cloudX-proxy/compare/v0.5.0...v0.5.1) (2025-08-22)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: cloudx-proxy
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.6.0
|
4
4
|
Summary: SSH proxy command to connect VSCode with Cloud9/CloudX instance using AWS Systems Manager
|
5
5
|
Author-email: easytocloud <info@easytocloud.com>
|
6
6
|
License: MIT License
|
@@ -36,13 +36,14 @@ Classifier: Intended Audience :: Developers
|
|
36
36
|
Classifier: License :: OSI Approved :: MIT License
|
37
37
|
Classifier: Operating System :: OS Independent
|
38
38
|
Classifier: Programming Language :: Python :: 3
|
39
|
-
Classifier: Programming Language :: Python :: 3.8
|
40
39
|
Classifier: Programming Language :: Python :: 3.9
|
41
40
|
Classifier: Programming Language :: Python :: 3.10
|
42
41
|
Classifier: Programming Language :: Python :: 3.11
|
42
|
+
Classifier: Programming Language :: Python :: 3.12
|
43
|
+
Classifier: Programming Language :: Python :: 3.13
|
43
44
|
Classifier: Topic :: Software Development :: Build Tools
|
44
45
|
Classifier: Topic :: System :: Systems Administration
|
45
|
-
Requires-Python: >=3.
|
46
|
+
Requires-Python: >=3.9
|
46
47
|
Description-Content-Type: text/markdown
|
47
48
|
License-File: LICENSE
|
48
49
|
Requires-Dist: boto3>=1.34.0
|
@@ -51,6 +52,13 @@ Dynamic: license-file
|
|
51
52
|
|
52
53
|
# cloudX-proxy
|
53
54
|
|
55
|
+
[](https://pypi.org/project/cloudx-proxy/)
|
56
|
+
[](https://pypi.org/project/cloudx-proxy/)
|
57
|
+
[](https://github.com/easytocloud/cloudX-proxy/blob/main/LICENSE)
|
58
|
+
[](https://github.com/easytocloud/cloudX-proxy/actions/workflows/release.yml)
|
59
|
+
[](https://github.com/easytocloud/cloudX-proxy/network/updates)
|
60
|
+
[](https://pypi.org/project/cloudx-proxy/)
|
61
|
+
|
54
62
|
A cross-platform SSH proxy command for connecting VSCode to CloudX/Cloud9 EC2 instances using AWS Systems Manager Session Manager.
|
55
63
|
|
56
64
|
## Overview
|
@@ -1,5 +1,12 @@
|
|
1
1
|
# cloudX-proxy
|
2
2
|
|
3
|
+
[](https://pypi.org/project/cloudx-proxy/)
|
4
|
+
[](https://pypi.org/project/cloudx-proxy/)
|
5
|
+
[](https://github.com/easytocloud/cloudX-proxy/blob/main/LICENSE)
|
6
|
+
[](https://github.com/easytocloud/cloudX-proxy/actions/workflows/release.yml)
|
7
|
+
[](https://github.com/easytocloud/cloudX-proxy/network/updates)
|
8
|
+
[](https://pypi.org/project/cloudx-proxy/)
|
9
|
+
|
3
10
|
A cross-platform SSH proxy command for connecting VSCode to CloudX/Cloud9 EC2 instances using AWS Systems Manager Session Manager.
|
4
11
|
|
5
12
|
## Overview
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
28
28
|
commit_id: COMMIT_ID
|
29
29
|
__commit_id__: COMMIT_ID
|
30
30
|
|
31
|
-
__version__ = version = '0.
|
32
|
-
__version_tuple__ = version_tuple = (0,
|
31
|
+
__version__ = version = '0.6.0'
|
32
|
+
__version_tuple__ = version_tuple = (0, 6, 0)
|
33
33
|
|
34
34
|
__commit_id__ = commit_id = None
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: cloudx-proxy
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.6.0
|
4
4
|
Summary: SSH proxy command to connect VSCode with Cloud9/CloudX instance using AWS Systems Manager
|
5
5
|
Author-email: easytocloud <info@easytocloud.com>
|
6
6
|
License: MIT License
|
@@ -36,13 +36,14 @@ Classifier: Intended Audience :: Developers
|
|
36
36
|
Classifier: License :: OSI Approved :: MIT License
|
37
37
|
Classifier: Operating System :: OS Independent
|
38
38
|
Classifier: Programming Language :: Python :: 3
|
39
|
-
Classifier: Programming Language :: Python :: 3.8
|
40
39
|
Classifier: Programming Language :: Python :: 3.9
|
41
40
|
Classifier: Programming Language :: Python :: 3.10
|
42
41
|
Classifier: Programming Language :: Python :: 3.11
|
42
|
+
Classifier: Programming Language :: Python :: 3.12
|
43
|
+
Classifier: Programming Language :: Python :: 3.13
|
43
44
|
Classifier: Topic :: Software Development :: Build Tools
|
44
45
|
Classifier: Topic :: System :: Systems Administration
|
45
|
-
Requires-Python: >=3.
|
46
|
+
Requires-Python: >=3.9
|
46
47
|
Description-Content-Type: text/markdown
|
47
48
|
License-File: LICENSE
|
48
49
|
Requires-Dist: boto3>=1.34.0
|
@@ -51,6 +52,13 @@ Dynamic: license-file
|
|
51
52
|
|
52
53
|
# cloudX-proxy
|
53
54
|
|
55
|
+
[](https://pypi.org/project/cloudx-proxy/)
|
56
|
+
[](https://pypi.org/project/cloudx-proxy/)
|
57
|
+
[](https://github.com/easytocloud/cloudX-proxy/blob/main/LICENSE)
|
58
|
+
[](https://github.com/easytocloud/cloudX-proxy/actions/workflows/release.yml)
|
59
|
+
[](https://github.com/easytocloud/cloudX-proxy/network/updates)
|
60
|
+
[](https://pypi.org/project/cloudx-proxy/)
|
61
|
+
|
54
62
|
A cross-platform SSH proxy command for connecting VSCode to CloudX/Cloud9 EC2 instances using AWS Systems Manager Session Manager.
|
55
63
|
|
56
64
|
## Overview
|
@@ -9,7 +9,7 @@ dependencies = [
|
|
9
9
|
"boto3>=1.34.0",
|
10
10
|
"click>=8.1.0", # For better CLI argument handling than argparse
|
11
11
|
]
|
12
|
-
requires-python = ">=3.
|
12
|
+
requires-python = ">=3.9"
|
13
13
|
readme = "README.md"
|
14
14
|
license = {file = "LICENSE"}
|
15
15
|
keywords = ["aws", "vscode", "cloud9", "cloudX", "ssm", "ssh", "proxy"]
|
@@ -20,10 +20,11 @@ classifiers = [
|
|
20
20
|
"License :: OSI Approved :: MIT License",
|
21
21
|
"Operating System :: OS Independent",
|
22
22
|
"Programming Language :: Python :: 3",
|
23
|
-
"Programming Language :: Python :: 3.8",
|
24
23
|
"Programming Language :: Python :: 3.9",
|
25
24
|
"Programming Language :: Python :: 3.10",
|
26
25
|
"Programming Language :: Python :: 3.11",
|
26
|
+
"Programming Language :: Python :: 3.12",
|
27
|
+
"Programming Language :: Python :: 3.13",
|
27
28
|
"Topic :: Software Development :: Build Tools",
|
28
29
|
"Topic :: System :: Systems Administration",
|
29
30
|
]
|
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
|
File without changes
|
File without changes
|
File without changes
|