Skip to main content

Convert YAML to TOML

Project description

yaml2toml

Convert yaml files to toml files.

$ cat example.yml
here
  - we
  - go

$ yaml2toml example.yml

$ cat example.toml
here = [ "we", "go",]

Install

pip install yaml2toml

Etc

Project: https://github.com/hiljusti/yaml2toml

By: J.R. Hill

License: MIT


Note: This little script is nice for a one-off conversion. Check out yj for a tool with more formats, features, support, etc.

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

yaml2toml-1.1.0.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

yaml2toml-1.1.0-py3-none-any.whl (2.8 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