javaproperties:用于读写Java .properties文件的Python库

时间:2024-06-07 06:51:46
【文件属性】:

文件名称:javaproperties:用于读写Java .properties文件的Python库

文件大小:60KB

文件格式:ZIP

更新时间:2024-06-07 06:51:46

config python java configuration properties

| | | | javaproperties通过基于json模块的简单API提供对读写(简单的面向行格式和XML)的支持-尽管,为了恢复Java迷,它还包括旨在匹配行为的Properties类。 Python 尽可能多地使用 。 javaproperties版本的javaproperties包括用于基本操作.properties文件的命令行程序。 从0.4.0版本开始,这些程序已拆分为单独的软件包 。 安装 javaproperties需要Python 3.6或更高版本。 只需对Python 3使用pip (您有pip,对吗?)来安装javaproperties : python3 -m pip install javaproperties 例子 转储一些键和值(不保证输出顺序): >>> properties = { " key " : " value " , " host:


【文件预览】:
javaproperties-master
----.gitignore(129B)
----setup.cfg(2KB)
----README.rst(4KB)
----CHANGELOG.md(3KB)
----.github()
--------workflows()
----test()
--------test_propclass.py(19KB)
--------test_parse.py(6KB)
--------conftest.py(238B)
--------test_dumps_xml.py(5KB)
--------test_loads.py(7KB)
--------test_unescape.py(2KB)
--------test_dump_xml.py(860B)
--------test_propfile.py(28KB)
--------test_loads_xml.py(3KB)
--------test_join_key_value.py(3KB)
--------test_to_comment.py(4KB)
--------test_util.py(8KB)
--------test_dumps.py(6KB)
--------test_load_xml.py(2KB)
--------test_java_timestamp.py(5KB)
--------test_escape.py(2KB)
--------test_jpreplace.py(3KB)
----docs()
--------plain.rst(4KB)
--------cli.rst(402B)
--------conf.py(1KB)
--------propfile.rst(115B)
--------index.rst(4KB)
--------util.rst(2KB)
--------xmlprops.rst(1KB)
--------requirements.txt(36B)
--------propclass.rst(103B)
--------changelog.rst(4KB)
----LICENSE(1KB)
----TODO.md(2KB)
----src()
--------javaproperties()
----MANIFEST.in(126B)
----pyproject.toml(118B)
----tox.ini(2KB)
----.readthedocs.yml(212B)

网友评论