SlimURL - Fast library for parsing and building URL addresses
Project description
Slim URL - is fast wrapper for construction or/and parse URL components. Parsing based on regular expressions.
Example:
from slimurl import URL url = URL('http://example.net') print("%r" % url) # <URL "http://example.net/"> print((url.host, url.port, url.scheme)) # ('example.net', 80, 'http') URL('http://example.net') == URL('http://example.net/') # True URL('http://example.net:80') == URL('http://example.net/') # True URL('http://example.net') == URL('http://example.net/?foo=bar') # False
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 Distribution
slimurl-0.7.0.tar.gz
(4.0 kB
view details)
File details
Details for the file slimurl-0.7.0.tar.gz
.
File metadata
- Download URL: slimurl-0.7.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99874faa4cf4e362d277fd88f4c412a84761db4e656d2083d2318e9012caa905 |
|
MD5 | e08ba5894c3b5bf8b411790f431c88a1 |
|
BLAKE2b-256 | c3fced691f20e7de3fb2f77f3c3cc533024218a99725de24e2981eaeb437c494 |