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.0.tar.gz
(10.4 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.0-py3-none-any.whl
(11.6 kB
view details)
File details
Details for the file lush_stdx-0.1.0.tar.gz.
File metadata
- Download URL: lush_stdx-0.1.0.tar.gz
- Upload date:
- Size: 10.4 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 |
00538953049f775bd59cc01abecad84211bb85e978c6baf56f09a5b11a4617a6
|
|
| MD5 |
a89bf87351ff4fcdb64b97132593a394
|
|
| BLAKE2b-256 |
0301bb81fb836cf66292587a065284332d2acb820a18550d0ca21109a5288820
|
File details
Details for the file lush_stdx-0.1.0-py3-none-any.whl.
File metadata
- Download URL: lush_stdx-0.1.0-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 |
5c85a3c9e7f7bb10f4743326cb6cbce91d90fb522212376dd1d5fe3ce1dc44df
|
|
| MD5 |
d71b3e8a0385acf2f3646babac18f275
|
|
| BLAKE2b-256 |
6f3276f08c80c5852206ab046e1d88f60b39fb728d69c8ce5b38bbfa11bb1d27
|