cloudx-proxy 0.3.10__py3-none-any.whl → 0.3.11__py3-none-any.whl

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/_version.py CHANGED
@@ -12,5 +12,5 @@ __version__: str
12
12
  __version_tuple__: VERSION_TUPLE
13
13
  version_tuple: VERSION_TUPLE
14
14
 
15
- __version__ = version = '0.3.10'
16
- __version_tuple__ = version_tuple = (0, 3, 10)
15
+ __version__ = version = '0.3.11'
16
+ __version_tuple__ = version_tuple = (0, 3, 11)
cloudx_proxy/cli.py CHANGED
@@ -2,13 +2,13 @@ import os
2
2
  import sys
3
3
  import click
4
4
  from . import __version__
5
- from .core import CloudXClient
5
+ from .core import CloudXProxy
6
6
  from .setup import CloudXSetup
7
7
 
8
8
  @click.group()
9
9
  @click.version_option(version=__version__)
10
10
  def cli():
11
- """CloudX Client - Connect to EC2 instances via SSM for VSCode Remote SSH."""
11
+ """cloudx-proxy - SSH proxy to connect VSCode Remote SSH to EC2 instances using SSM."""
12
12
  pass
13
13
 
14
14
  @cli.command()
@@ -29,7 +29,7 @@ def connect(instance_id: str, port: int, profile: str, region: str, ssh_key: str
29
29
  cloudx-proxy i-0123456789abcdef0 22 --aws-env prod
30
30
  """
31
31
  try:
32
- client = CloudXClient(
32
+ client = CloudXProxy(
33
33
  instance_id=instance_id,
34
34
  port=port,
35
35
  profile=profile,
cloudx_proxy/core.py CHANGED
@@ -5,7 +5,7 @@ from pathlib import Path
5
5
  import boto3
6
6
  from botocore.exceptions import ClientError
7
7
 
8
- class CloudXClient:
8
+ class CloudXProxy:
9
9
  def __init__(self, instance_id: str, port: int = 22, profile: str = "vscode",
10
10
  region: str = None, ssh_key: str = "vscode", aws_env: str = None):
11
11
  """Initialize CloudX client for SSH tunneling via AWS SSM.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: cloudx-proxy
3
- Version: 0.3.10
3
+ Version: 0.3.11
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
@@ -0,0 +1,11 @@
1
+ cloudx_proxy/__init__.py,sha256=ZZ2O_m9OFJm18AxMSuYJt4UjSuSqyJlYRaZMoets498,61
2
+ cloudx_proxy/_version.py,sha256=cgZZwxO2Czf2RAwPc5Ugf8lBeLEkSyVqWm7FWjhlv2A,413
3
+ cloudx_proxy/cli.py,sha256=ni_CP55dW-K_Ei59KpV4xcyklX1K1DUCgwdLzI2ipIk,3434
4
+ cloudx_proxy/core.py,sha256=XQbVlPaqQQ352Ao_JJlN-PpqIdQtSBec0lNRB1s0JSk,7288
5
+ cloudx_proxy/setup.py,sha256=GNgZcUnnJG7q7npUl4QW_4mWfJT0gKZ_i1fwmxj3pmI,18672
6
+ cloudx_proxy-0.3.11.dist-info/LICENSE,sha256=i7P2OR4zsJYsMWcCUDe_B9ZfGi9bU0K5I2nKfDrW_N8,1068
7
+ cloudx_proxy-0.3.11.dist-info/METADATA,sha256=VoCtFzwC-ZkGbZInbj81EMq072Kkt0rsUVKyVcJRXGg,14038
8
+ cloudx_proxy-0.3.11.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
9
+ cloudx_proxy-0.3.11.dist-info/entry_points.txt,sha256=HGt743N2lVlKd7O1qWq3C0aEHyS5PjPnxzDHh7hwtSg,54
10
+ cloudx_proxy-0.3.11.dist-info/top_level.txt,sha256=2wtEote1db21j-VvkCJFfT-dLlauuG5indjggYh3xDg,13
11
+ cloudx_proxy-0.3.11.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- cloudx_proxy/__init__.py,sha256=ZZ2O_m9OFJm18AxMSuYJt4UjSuSqyJlYRaZMoets498,61
2
- cloudx_proxy/_version.py,sha256=QTWoiVZ8kBQVv_3SZGJVwOxMqBDiTg3_qUjTLFx1eco,413
3
- cloudx_proxy/cli.py,sha256=Ph-m8lDsdU2zZab9Y6YgBBzd_UDouBnfNrYFFx0bI_E,3426
4
- cloudx_proxy/core.py,sha256=WjKoqMmmnt6e_4JMeq4gTka75JAvQcMUs9r9XUBLmFE,7289
5
- cloudx_proxy/setup.py,sha256=GNgZcUnnJG7q7npUl4QW_4mWfJT0gKZ_i1fwmxj3pmI,18672
6
- cloudx_proxy-0.3.10.dist-info/LICENSE,sha256=i7P2OR4zsJYsMWcCUDe_B9ZfGi9bU0K5I2nKfDrW_N8,1068
7
- cloudx_proxy-0.3.10.dist-info/METADATA,sha256=K2MpuinViH09VSedgNCF44liXMJoy8c6-Gc3WD8rhSg,14038
8
- cloudx_proxy-0.3.10.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
9
- cloudx_proxy-0.3.10.dist-info/entry_points.txt,sha256=HGt743N2lVlKd7O1qWq3C0aEHyS5PjPnxzDHh7hwtSg,54
10
- cloudx_proxy-0.3.10.dist-info/top_level.txt,sha256=2wtEote1db21j-VvkCJFfT-dLlauuG5indjggYh3xDg,13
11
- cloudx_proxy-0.3.10.dist-info/RECORD,,