Skip to main content

Python URL Library

Project description

This is pre-release Alpha software, based on another code base and the needed changes to make a final release version are not yet completed.

Everything is subject to change!

Getting Started

poetry install xurls

or

pip install xurls

Very basic example:

from xurls import URLMutable

url = URLMutable("http://www.google.com/some/path")
assert url.host == "www.google.com"

url.host = "apple.com"
assert url.url() == "http://appe.com/some/path"

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

xurls-0.2.0.tar.gz (18.0 kB view hashes)

Uploaded Source

Built Distribution

xurls-0.2.0-py3-none-any.whl (17.7 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