python-anyconfig icon indicating copy to clipboard operation
python-anyconfig copied to clipboard

Python library provides common APIs to load and dump configuration files in various formats

Results 20 python-anyconfig issues
Sort by recently updated
recently updated
newest added

**Describe the bug** There are a lot of warnings and errors pointed out by ruff. **To Reproduce** Steps to reproduce the behavior: 1. run ruff, ex. ruff src/ 2. See...

bug

… without losing any formatting. Also updated TOML format deps in a second location in the README

Frankly, I'd be happy to incorporate it into my library [configzen](https://github.com/bswck/configzen). ION, MsgPack and ConfigObj backends are not loading because of backwards incompatibility with anyconfig. If you are planning to...

bug

**Is your feature request related to a problem? Please describe.** It may be useful if anyconfig supports load data from .py (python) files. **Describe the solution you'd like** Add backend...

enhancement

anyconfig should support ujson and other similar json load and dump libraries. - https://github.com/ultrajson/ultrajson

enhancement

Hi, I try to merge some nested dicts like this: `... 'minio_prefix': {'value': {'minio_prefix': 'aaa'}} ...` with `... ''minio_prefix': {'value': ['_unset_']} ...` but get an exception: ``` Traceback (most recent...

enhancement

I have a crash with anyconfig and jsonschema 3.0.0 on pyinstaller build under alpine. Works with jsonschema

bug

Hi, For now the validate() method returns only the first encountered error. I would like to know if we can get all, in a dict for example: `{ 'keya': ["True...

enhancement

it should be useful if some values are jinja2 template string instead of entire configuration files are jinja2 templates.

enhancement