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 details)
Built Distribution
xurls-0.2.0-py3-none-any.whl
(17.7 kB
view details)
File details
Details for the file xurls-0.2.0.tar.gz
.
File metadata
- Download URL: xurls-0.2.0.tar.gz
- Upload date:
- Size: 18.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.10.6 Linux/5.15.0-1035-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7eb64dd413e0e54cfef88d53ea0bb4ab108cbae121fbe4bbc2b5e4660b1e746 |
|
MD5 | 3a866fea8e65dce28ee02b4f8ca45480 |
|
BLAKE2b-256 | 2d503d57eea6836e841733c45e0423aa5fc3bd136c31e9802c87cbd845db1dfe |
File details
Details for the file xurls-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: xurls-0.2.0-py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.2 CPython/3.10.6 Linux/5.15.0-1035-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9af0fe28d681124056caf0af73e823df92f2bd98ac5a4834822e0dd7b329f9ad |
|
MD5 | 1e47be28e0671367e5a948f5d871456b |
|
BLAKE2b-256 | 7aaed07385be243fb41ca470c88e1a43afa683c711d7215c6ad478aa1f57511f |