cloudx-proxy 0.7.0__py3-none-any.whl → 0.8.0__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
@@ -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.7.0'
32
- __version_tuple__ = version_tuple = (0, 7, 0)
31
+ __version__ = version = '0.8.0'
32
+ __version_tuple__ = version_tuple = (0, 8, 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.7.0
3
+ Version: 0.8.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
@@ -46,6 +46,7 @@ Classifier: Topic :: System :: Systems Administration
46
46
  Requires-Python: >=3.9
47
47
  Description-Content-Type: text/markdown
48
48
  License-File: LICENSE
49
+ License-File: NOTICE
49
50
  Requires-Dist: boto3>=1.34.0
50
51
  Requires-Dist: click>=8.1.0
51
52
  Dynamic: license-file
@@ -57,6 +58,7 @@ Dynamic: license-file
57
58
  [![License](https://img.shields.io/github/license/easytocloud/cloudX-proxy.svg)](https://github.com/easytocloud/cloudX-proxy/blob/main/LICENSE)
58
59
  [![Release](https://github.com/easytocloud/cloudX-proxy/actions/workflows/release.yml/badge.svg)](https://github.com/easytocloud/cloudX-proxy/actions/workflows/release.yml)
59
60
  [![Security Audit](https://img.shields.io/badge/security-pip--audit-blue?logo=python)](https://github.com/easytocloud/cloudX-proxy/actions/workflows/release.yml)
61
+ [![License Check](https://img.shields.io/badge/license-MIT%20compatible-green?logo=legal)](https://github.com/easytocloud/cloudX-proxy/actions/workflows/release.yml)
60
62
  [![Dependabot](https://img.shields.io/badge/dependabot-enabled-brightgreen?logo=dependabot)](https://github.com/easytocloud/cloudX-proxy/network/updates)
61
63
  [![Downloads](https://img.shields.io/pypi/dm/cloudx-proxy.svg)](https://pypi.org/project/cloudx-proxy/)
62
64
 
@@ -0,0 +1,13 @@
1
+ cloudx_proxy/_1password.py,sha256=uxyCfVvO1eQrOfYRojst_LN2DV4fIwxM5moaQTn3wQY,5853
2
+ cloudx_proxy/__init__.py,sha256=ZZ2O_m9OFJm18AxMSuYJt4UjSuSqyJlYRaZMoets498,61
3
+ cloudx_proxy/_version.py,sha256=Rttl-BDadtcW1QzGnNffCWA_Wc9mUKDMOBPZp--Mnsc,704
4
+ cloudx_proxy/cli.py,sha256=prOTW9H8QloWuHqwFDy6fQg5-8CrG1RiEylIoNrjO5I,9907
5
+ cloudx_proxy/core.py,sha256=RF3bX5MQiokRKjYEPnfWdKywGdtoVUvV2xZqm9uOl1g,8135
6
+ cloudx_proxy/setup.py,sha256=CmUYr9EhtLoEpKU9jMEgxXtVMYlZTfPAJ-eQ59nr_bI,42785
7
+ cloudx_proxy-0.8.0.dist-info/licenses/LICENSE,sha256=i7P2OR4zsJYsMWcCUDe_B9ZfGi9bU0K5I2nKfDrW_N8,1068
8
+ cloudx_proxy-0.8.0.dist-info/licenses/NOTICE,sha256=JH0TVxH8Nkt3_CkL2-MEiJfVGvWYZ52H5uUxEq9p7rg,3223
9
+ cloudx_proxy-0.8.0.dist-info/METADATA,sha256=cuTvJQYJcbRGdEgiNvwQQ6Y3MD1kVNrxo_m2XHx3_t0,21806
10
+ cloudx_proxy-0.8.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
+ cloudx_proxy-0.8.0.dist-info/entry_points.txt,sha256=HGt743N2lVlKd7O1qWq3C0aEHyS5PjPnxzDHh7hwtSg,54
12
+ cloudx_proxy-0.8.0.dist-info/top_level.txt,sha256=2wtEote1db21j-VvkCJFfT-dLlauuG5indjggYh3xDg,13
13
+ cloudx_proxy-0.8.0.dist-info/RECORD,,
@@ -0,0 +1,71 @@
1
+ cloudX-proxy
2
+ Copyright (c) 2025 easytocloud
3
+
4
+ This project is licensed under the MIT License. See LICENSE file for details.
5
+
6
+ This project includes dependencies with the following licenses:
7
+
8
+ ================================================================================
9
+ Apache License 2.0
10
+ ================================================================================
11
+
12
+ The following components are licensed under the Apache License 2.0:
13
+ - boto3: AWS SDK for Python
14
+ - botocore: Low-level, core functionality of boto3
15
+ - s3transfer: Amazon S3 Transfer Manager for Python
16
+ - liccheck: Check python packages from requirement.txt and report issues
17
+ - pip-audit: A tool for scanning Python packages for known vulnerabilities
18
+ - cyclonedx-python-lib: Python library for CycloneDX
19
+ - requests: HTTP library for Python
20
+ - pip-api: An unofficial, importable pip API
21
+ - py-serializable: Library for serializing and deserializing Python objects
22
+ - sortedcontainers: Pure Python sorted container types
23
+ - cachecontrol: httplib2 caching for requests
24
+ - license-expression: Utility library to parse, normalize and compare License expressions
25
+
26
+ ================================================================================
27
+ MIT License
28
+ ================================================================================
29
+
30
+ The following components are licensed under the MIT License:
31
+ - click: Composable command line interface toolkit
32
+ - jmespath: JSON Matching Expressions
33
+ - six: Python 2 and 3 compatibility utilities
34
+ - charset-normalizer: Character encoding normalizer
35
+ - urllib3: HTTP library with thread-safe connection pooling
36
+ - setuptools: Easily download, build, install, upgrade, and uninstall Python packages
37
+ - toml: Python Library for Tom's Obvious, Minimal Language
38
+ - pip: The PyPA recommended tool for installing Python packages
39
+ - rich: Rich text and beautiful formatting in the terminal
40
+ - markdown-it-py: Markdown parser
41
+ - mdurl: URL utilities for markdown-it
42
+ - packageurl-python: Python implementation of Package URL
43
+ - pip-requirements-parser: Python library for parsing requirements.txt files
44
+ - platformdirs: A small Python module for determining appropriate platform dirs
45
+ - pyparsing: Python parsing module
46
+
47
+ ================================================================================
48
+ BSD License
49
+ ================================================================================
50
+
51
+ The following components are licensed under various BSD licenses:
52
+ - click: BSD-3-Clause
53
+ - boolean-py: BSD-2-Clause
54
+
55
+ ================================================================================
56
+ Other Licenses
57
+ ================================================================================
58
+
59
+ The following components are licensed under other compatible licenses:
60
+ - certifi: Mozilla Public License 2.0 (MPL 2.0)
61
+ - defusedxml: Python Software Foundation License
62
+ - python-dateutil: Dual License (Apache 2.0 / BSD-3-Clause)
63
+ - filelock: The Unlicense
64
+
65
+ ================================================================================
66
+
67
+ For detailed license information, please refer to the individual package
68
+ documentation and license files.
69
+
70
+ The combination of all these licenses is compatible with the MIT License under
71
+ which this project is distributed.
@@ -1,12 +0,0 @@
1
- cloudx_proxy/_1password.py,sha256=uxyCfVvO1eQrOfYRojst_LN2DV4fIwxM5moaQTn3wQY,5853
2
- cloudx_proxy/__init__.py,sha256=ZZ2O_m9OFJm18AxMSuYJt4UjSuSqyJlYRaZMoets498,61
3
- cloudx_proxy/_version.py,sha256=uLbRjFSUZAgfl7V7O8zKV5Db36k7tz87ZIVq3l2SWs0,704
4
- cloudx_proxy/cli.py,sha256=prOTW9H8QloWuHqwFDy6fQg5-8CrG1RiEylIoNrjO5I,9907
5
- cloudx_proxy/core.py,sha256=RF3bX5MQiokRKjYEPnfWdKywGdtoVUvV2xZqm9uOl1g,8135
6
- cloudx_proxy/setup.py,sha256=CmUYr9EhtLoEpKU9jMEgxXtVMYlZTfPAJ-eQ59nr_bI,42785
7
- cloudx_proxy-0.7.0.dist-info/licenses/LICENSE,sha256=i7P2OR4zsJYsMWcCUDe_B9ZfGi9bU0K5I2nKfDrW_N8,1068
8
- cloudx_proxy-0.7.0.dist-info/METADATA,sha256=lf2Jqx-zmn2-l59EhDG8ONuNEYLzbnSYV2p4RDdjpo0,21619
9
- cloudx_proxy-0.7.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
10
- cloudx_proxy-0.7.0.dist-info/entry_points.txt,sha256=HGt743N2lVlKd7O1qWq3C0aEHyS5PjPnxzDHh7hwtSg,54
11
- cloudx_proxy-0.7.0.dist-info/top_level.txt,sha256=2wtEote1db21j-VvkCJFfT-dLlauuG5indjggYh3xDg,13
12
- cloudx_proxy-0.7.0.dist-info/RECORD,,