Metadata-Version: 2.4
Name: vless_share_link
Version: 0.2.3
Summary: Generate VLESS/VMess share links from XRay configuration.
Author: Shin Rag
Author-email: Shin Rag <zhdlcc@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Requires-Dist: pyyaml>=6.0.3
Requires-Python: >=3.13
Project-URL: Homepage, https://github.com/AquanJSW/vless-share-link
Description-Content-Type: text/markdown

# VLess/VMess Share Link Generator

Only support xhttp-reality for now.

## Usage

```
usage: convert [-h] -c CONFIG [-d DESCRIPTION] [-t {l,y,j}]

Convert XRay configuration to share link.

options:
  -h, --help            show this help message and exit
  -c, --config CONFIG   Path to the XRay configuration file. Use '-' for stdin. yaml and json are supported.
  -d, --description DESCRIPTION
  -t, --to {l,y,j}      Output format: l (link), y (yaml), j (json)
```

Reference: https://github.com/XTLS/Xray-core/discussions/716