Skip to main content

Sed for TOML: subtitute parts of a TOML file

Project description

subtoml is a small CLI utility that substitutes parts of a TOML file.

$ cat sample.toml
[database]
url = "postgresql://localhost/sample"
[web]
debug = true
$ subtoml database.url 'postgresql://localhost/test' < sample.toml
[database]
url = "postgresql://localhost/test"
[web]
debug = true

Please read subtoml --help for more details.

Distributed under GPLv3 or later.

Changelog

Version 0.3.0

Released on August 29, 2017.

  • Added -d/--delete/--delete-key option.

  • Added --version option.

Version 0.2.0

Released on July 7, 2017.

  • Added -i/--input-file option.

  • Added -o/--output-file option.

Version 0.1.1

Released on April 17, 2017.

  • Fixed TypeError with the recent versions of pytoml.

Version 0.1.0

Released on September 9, 2017. Initial release.

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

subtoml-0.3.0.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

subtoml-0.3.0-py2.py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 2 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