Python URL Library
Project description
Documentation
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!
📄 Detailed Documentation | 🐍 PyPi
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.1.tar.gz
(18.5 kB
view details)
Built Distribution
xurls-0.2.1-py3-none-any.whl
(17.9 kB
view details)
File details
Details for the file xurls-0.2.1.tar.gz
.
File metadata
- Download URL: xurls-0.2.1.tar.gz
- Upload date:
- Size: 18.5 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 | 7461cf10df1adcee93768c02d70bc7dd94ee59499e0ecc0e50deac8551433f2f |
|
MD5 | 0cb66e179fefe6fbd83986523f712c08 |
|
BLAKE2b-256 | 47436dce6f0e0c6eabfd8a3873e3e5c5796f67a60a6b7af31bacd1353ee4ae6f |
File details
Details for the file xurls-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: xurls-0.2.1-py3-none-any.whl
- Upload date:
- Size: 17.9 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 | f7a30b5720fad839c68a84deb6189b95486e7139515521df522ddf8cfa24a0f4 |
|
MD5 | 90c34855852301033710f42ef3da4c73 |
|
BLAKE2b-256 | a6bc9f78e0087f181371084148c27e9ab1eb71e325730277e43f9691c17f6355 |