Kislyuk Yq Versions Save

Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML documents

v3.4.3

3 weeks ago

Finish migration to setuptools_scm

v3.4.2

3 weeks ago

Constrain setuptools_scm version

v3.4.1

1 month ago
  • Add module entry points for xq and tomlq

v3.4.0

1 month ago
  • yq -y: Induce quoting of string scalars that start with 08 and 09

v3.3.1

1 month ago

Revert "Do not interpret characters that cannot be parsed in octal as int (#176)"

v3.3.0

1 month ago
  • tomlq: Use tomllib on Python 3.11 when not round-tripping

    • xq: Support in-place XML editing

    • Do not interpret characters that cannot be parsed in octal as int (#176)

v3.2.3

8 months ago
  • test.py: use valid values for jsonargs. Fixes #172

    • Allow editing toml in place (#171)

    • Documentation improvements

v3.2.2

1 year ago
  • Allow XML documents to be streamed with --xml-item-depth

v3.2.1

1 year ago
  • Relax tomlkit dependency version range to preserve Python 3.6 compatibility (#165)

v3.2.0

1 year ago
  • Use tomlkit instead of toml

  • Add security policy

  • Documentation and release infrastructure improvements