Skip to main content

SlimURL - Fast library for parsing and building URL addresses

Project description

https://travis-ci.org/mosquito/slimurl.svg Latest Version https://img.shields.io/pypi/wheel/slimurl.svg https://img.shields.io/pypi/pyversions/slimurl.svg https://img.shields.io/pypi/l/slimurl.svg

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


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.2.tar.gz (4.1 kB view details)

Uploaded Source

File details

Details for the file slimurl-0.7.2.tar.gz.

File metadata

  • Download URL: slimurl-0.7.2.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for slimurl-0.7.2.tar.gz
Algorithm Hash digest
SHA256 c5695083970e4c808b7d04234f1cd5bcff81eb7dc47debdb1579ffdcbe54624d
MD5 3282124e5ab95d8c7b2b49a7e9565882
BLAKE2b-256 254058f61c9512a0303e1c148ae480c92e5ee10b59dbac18766f8086524b32d7

See more details on using hashes here.

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