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.

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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 2 Python 3

File details

Details for the file subtoml-0.3.0.tar.gz.

File metadata

  • Download URL: subtoml-0.3.0.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for subtoml-0.3.0.tar.gz
Algorithm Hash digest
SHA256 ab4c656e246977a648410331c5c1bf4286d153949a4a977878d2e6c1567acfb0
MD5 ccfcc5f74f05b8a960d31b7890d15018
BLAKE2b-256 7b50a21b4825e3fcd5dd61c4a12f45bb07f044a78f45a8e4bd6eef75d9aabc2f

See more details on using hashes here.

File details

Details for the file subtoml-0.3.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for subtoml-0.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 59d411d4da4e41ad351cb4af8de84de675655ce8aeca5f5ca28eaa990264913b
MD5 c0c3b9198a2d53238bf1048673cea71d
BLAKE2b-256 5312c6b25e703e9dafaa58a597b2edc3d8dcabb6311ac0666484e84a74bc0e50

See more details on using hashes here.

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