🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

ssr-url-parser

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ssr-url-parser

A tiny CLI tool for parsing SSR url to plain text.

0.11
PyPI
Maintainers
1

ssr_url_parser

A tiny CLI tool for parsing SSR url to plain text.

  • Installation:

    • Use pip
      pip install ssr-url-parser
      
  • Usage:

    • If you want to use it in terminal.
      ssr-parse "ssr://a-valid-ssr-url-......"
      
    • If you want to parse the ssr url in your own application.
      from ssr_url_parser import parse_ssr_url
      
      parsed = parse_ssr_url("ssr://a-valid-ssr-url-......")
      

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts