Skip to main content

No project description provided

Project description

# urlparser

This is a simple command line tool for extracting pieces (such as the scheme, port, or hostname) of a standard URL.

## Usage

```bash
$ urlparser hostname http://google.com
> google.com
$ urlparser port http://google.com
> 80
$ urlparser port https://google.com
> 443
$ urlparser scheme https://google.com
> https
```

## Help

```
Usage: urlparser [OPTIONS] COMMAND [ARGS]...

Options:
--help Show this message and exit.

Commands:
fragment Get fragment from URL
hostname Get hostname from URL
netloc Get netloc from URL
params Get params from URL
password Get password from URL
path Get path from URL
port Get port from URL
query Get query from URL
scheme Get scheme from URL
username Get username from URL
```


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

urlparser-0.1.1-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page