No project description provided
Project description
This is a simple command line tool for extracting pieces (such as the scheme, port, or hostname) of a standard URL.
Usage
$ urlparser hostname http://google.com
google.com
$ urlparser hostname google.com
google.com
$ urlparser port http://google.com
80
$ urlparser port https://google.com
443
$ urlparser port https://example.com:9443
9443
$ 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
Release history Release notifications | RSS feed
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
File details
Details for the file urlparser-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: urlparser-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e8e29d18d45fbaa25b8c9e1287516f36fca1797fc6fb426bca3e34a99b26463 |
|
MD5 | 3c54dbe7070c4d8fa395201383286289 |
|
BLAKE2b-256 | 74eb25268c32d6f67c452e68cc0cbbb009bba869800807c2e55e6f24f1fefe66 |