Satoru SATOH

Results 12 issues of Satoru SATOH

Add plugin support using setuptools (pkg_resources) plugin mechanism to YAML Lint to allow users to add their own custom lint rule plugins. Signed-off-by: Satoru SATOH

This is another trial to add tox.ini to yamllint (previous one is pr #313). This PR consists of the commits do followings. 1. Add tox.ini and requirements.txt for pip: This...

The doc of jinja lacks of descriptions about the followings, if I'm not mistaken. - associative properties of operators - precedence between operators Therefore, there are some cases users may...

docs

**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

**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

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

enhancement

It seems that there are some python bindings to jq and https://github.com/mwilliamson/jq.py looks popular.

enhancement

XML backend does not follow 'the spec', http://www.xml.com/pub/a/2006/05/31/converting-between-xml-and-json.html such as xmltodict (https://github.com/martinblech/xmltodict) looks so. ```python In [1]: import anyconfig.backend.xml as X, xml.etree.cElementTree as ET In [2]: X.elem_to_container(ET.XML(""), dict, {}) Out[2]:...

enhancement