ruamel.appconfig · PyPI
https://pypi.org/project/ruamel.appconfigpip install ruamel.appconfig Copy PIP instructions Latest version Released: Sep 6, 2020 create and read configuration dir/file, set argparse (sub)parser defaults from config Project description This module provides a way to easily add a config directory and config file to an application.
ruamel.yaml · PyPI
pypi.org › project › ruamelJan 03, 2022 · ruamel.yaml is a YAML 1.2 loader/dumper package for Python. The 0.16.13 release was the last that was tested to be working on Python 2.7. The 0.17 series will still be tested on Python 3.5, but the 0.18 will not.
ruamel.yaml · PyPI
https://pypi.org/project/ruamel.yaml03.01.2022 · pip install ruamel.yaml Copy PIP instructions Latest version Released: Oct 31, 2021 ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order Project description ruamel.yaml ruamel.yaml is a YAML 1.2 loader/dumper package for Python.
ruamel.std.zipfile · PyPI
https://pypi.org/project/ruamel.std.zipfile01.01.2017 · pip install ruamel.std.zipfile Copy PIP instructions. Latest version. Released: Jan 1, 2017 improvements over the standard zipfile package. Navigation. Project description Release history Download files Project links. Homepage Statistics. View statistics for ...
ruamel.ordereddict · PyPI
https://pypi.org/project/ruamel.ordereddict23.07.2017 · pip install ruamel.ordereddict. For Windows there are 32 and 64 bit installable wheels available. Usage: from ruamel.ordereddict import ordereddict kio = ordereddict () kvio = ordereddict (kvio=True) # without relax unordered initalisation is not allowed d = ordereddict ( {'a':1, 'b': 2}, relax=True) sd = sorteddict ( {'a':1, 'b': 2 ...
ruamel.ordereddict · PyPI
pypi.org › project › ruamelJul 23, 2017 · pip install ruamel.ordereddict. For Windows there are 32 and 64 bit installable wheels available. Usage: from ruamel.ordereddict import ordereddict kio = ordereddict () kvio = ordereddict (kvio=True) # without relax unordered initalisation is not allowed d = ordereddict ( {'a':1, 'b': 2}, relax=True) sd = sorteddict ( {'a':1, 'b': 2 ...