pylhb4yaml
pylhb4yaml 是我在工作过程中陆续整理的一个 Python YAML 工具包,里面就放在一个关于YAML操作的类及相关函数。与其说是一个正式的开源项目,不如说是我自己的“代码杂物间”——只不过把它打包了一下,方便在不同项目之间复用。
由于是个人使用为主,很多设计可能带着比较强的个人习惯,也未必是最优解。
如果您发现了问题或有更好的建议,非常欢迎指正。
申明:操作前请作好备份,本人对所有操作结果拥有所有解释权。
安装
pip install pylhb4yaml
🌺myyaml模块
YAML读写。
使用示例:
from pylhb4yaml import MyYAML
if __name__ == "__main__":
ymal=MyYAML()
key=ymal.getKey("Key")
key=ymal.getKey("Key.SubKey.SubKey")
yaml.setKey("Key","Value")
yaml.setKey("Key.SubKey.SubKey","Value")
🌺Star History
🌺License
本项目基于 MIT 许可证开源。MIT 是一种宽松的开源许可证,允许任何人免费使用、修改、分发本软件,包括用于商业用途。详见 LICENSE 文件。
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pylhb4yaml-1.1.0.tar.gz
(3.9 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
File details
Details for the file pylhb4yaml-1.1.0.tar.gz.
File metadata
- Download URL: pylhb4yaml-1.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c28d2222f3f21e868b6a7ff0d7c6008b663c17e43e6afdefdb2892645a45f458
|
|
| MD5 |
0fb3d702f0a7e7ad9b893baa5ccb4c00
|
|
| BLAKE2b-256 |
965dec9ea5379487d69f902e168fa9f6f1eced72a8e3ce04d604ac711f20e7ee
|
File details
Details for the file pylhb4yaml-1.1.0-py3-none-any.whl.
File metadata
- Download URL: pylhb4yaml-1.1.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":null,"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6741fdecbecbdfdf2ac93910c7674ad4267f7a30faff34d4ef5a6cec703a4633
|
|
| MD5 |
31ef67747ce55dbbfa80528ebefb80bc
|
|
| BLAKE2b-256 |
32b5f3230e974619e833661d531f5342143bd6837d6d439dfc0d0350548d61e0
|