xy_string
说明
字符串工具.
源码仓库
安装
pip install xy_string
开始
from xy_string.utils import is_empty_string, empty_string, contains_zh
is_empty_string("")
# true
is_empty_string("empty")
# false
empty_string("empty")
# empty
empty_string(None, default="empty")
# empty
empty_string(None)
# None
contains_zh("中文")
# True
contains_zh("Chinese")
# False
许可证
xy_string 根据 <木兰宽松许可证, 第2版> 获得许可。有关详细信息,请参阅 LICENSE 文件。
捐赠
如果小伙伴们觉得这些工具还不错的话,能否请咱喝一杯咖啡呢?
联系方式
微信: yuyangiit
邮箱: yuyangit.0515@qq.com
Release files for xy-string 1.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| xy_string-1.0.6.tar.gz | 6.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| xy_string-1.0.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.0 kB
Release files / xy_string-1.0.6.tar.gz
| Download URL | xy_string-1.0.6.tar.gz |
|---|---|
| Size | 6.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4d2b9bd92ec5055692143c71ed3c682759d275578053a2158ad7382abb4f0751
|
|
BLAKE2b-256 checksum How to use checksums |
900e4a67a404306c0bbacc70f65b9e5ab72ec2290eee2463621840d25f472939
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.3
|
Release files / xy_string-1.0.6-py3-none-any.whl
| Download URL | xy_string-1.0.6-py3-none-any.whl |
|---|---|
| Size | 7.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
efe7cdc6dc97c91e2bb81005a40ad72adcd9ae82ed36b85d3d28a7d22c58b508
|
|
BLAKE2b-256 checksum How to use checksums |
b183e6a43c40a123c22c41f7911893ba41359b08746c9799acf3af0133f8f3f4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.3
|