Skip to main content

Convert from YAML to Jsonnet format, retaining comments

Project description

Converts YAML into Jsonnet (specifically targetting YAML for Kubernetes)

Suppose that you have some YAML that you use for Kubernetes (either hand-written or output by Helm. Now you’d like to use Jsonnet instead, for its fancier templating capabilities. This is a pain, because while YAML->JSON converters are easy to find, they produce ugly-looking (but valid!) Jsonnet.

The goal of this project is to make the conversion a little easier: transform the YAML into slightly prettier Jsonnet, preserving comments along the way.

Development Setup

  • Install Poetry

  • Install Pre-commit

  • Run poetry install to install dependencies

  • Run poetry run python -m yaml2jsonnet /path/to/yaml to convert a file

  • Probably, run jsonnetfmt on the output, since the only whitespace I provide is newlines

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yaml2jsonnet-0.6.0.tar.gz (17.5 kB view hashes)

Uploaded Source

Built Distribution

yaml2jsonnet-0.6.0-py3-none-any.whl (18.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page