see README.md
Project description
lush-stdx
一些我经常复用的标准库小工具. 没有大而全的野心,只要它们还能保持“小”,就放这里.
例子
from lush_stdx.langx import OptionT
from lush_stdx.urllibx import url_update_params
box = OptionT("hello")
assert box.unwrap() == "hello"
url = url_update_params("https://example.com?a=1", {"b": "2"})
assert url == "https://example.com?a=1&b=2"
开发
uv sync -p 3.10 --frozen
uv run -p 3.10 pytest
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
lush_stdx-0.1.1.tar.gz
(10.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
lush_stdx-0.1.1-py3-none-any.whl
(11.6 kB
view details)
File details
Details for the file lush_stdx-0.1.1.tar.gz.
File metadata
- Download URL: lush_stdx-0.1.1.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ffd72dd056115a246260cb4e6e3174d2a67a6221543573e3f4716bbd7cbfd96
|
|
| MD5 |
5c96a19faa9386cdb525878638b6b4ff
|
|
| BLAKE2b-256 |
b87caf214a782756b3e3d399a156535e8fb02eb25e7c7abc269d45b1316819a1
|
File details
Details for the file lush_stdx-0.1.1-py3-none-any.whl.
File metadata
- Download URL: lush_stdx-0.1.1-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56de2d610cd039450d0ab6ceae5ebc76d2fe3fa5f72e9756824640118f4d0a9a
|
|
| MD5 |
661224b4aeea82dcebff2984fbbfba5c
|
|
| BLAKE2b-256 |
2e62a33250a80bf9e0063dc2fa9b15160d77f30845348c8a22ab060502eeeb69
|