Recent Releases of pyconfs
pyconfs - v0.5.3
- Add explicit support for Python 3.9 (#13).
- Add Citation file (by @lewiuberg in #16).
- Use GitHub actions for CD (#18).
- Bugifx: Enforce keys to be strings when writing to TOML (by @lewiuberg in #17).
- Bugfix: Fix error message in
.as_namedtuple()for Python 3.10.
- Python
Published by gahjelle over 4 years ago
pyconfs - v0.3.0
- Add
.section_itemsproperty to iterate over section names and section content - Support reading configurations directly from strings
- Add writers for all supported configuration formats (INI, YAML, JSON, TOML)
- Add support for writing configurations to files with
.as_file() - Support writing configurations directly to strings with
.as_str() - Bugfix: Proper handling of AttributeErrors
- Python
Published by gahjelle almost 6 years ago
pyconfs - v0.3.3
- Use TOML for default
str()behavior - Expose converters in stand-alone
convert_to()function - Support
.get()with list keys which will recursively get an entry from a nested configuration - Explicitly support Python 3.9
- Bugfix: Allow
replace()to handle non-strings by implictly converting variable values to strings
- Python
Published by gahjelle almost 6 years ago