Skip to main content

A command line tool to apply substitutions to a text file

Project description

apply-subs

PyPI codecov pre-commit.ci status Imports: isort Code style: black

Apply a dictionnary (json) of substitutions to a text file.

Installing

$ pip install apply-subs

Examples

minimal

$ echo "Lorem ipsum dolor sit amet, consectetur adipiscing elit" > mytext.txt
$ echo '{"Hello": "Lorem ipsum", "goodbye": "adipiscing elit"}' > mysubs.json
$ apply-subs mytext.txt mysubs.json

will print the patched content

Hello dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore goodbye.

patch mode

In patch mode (-p/--patch), print a patch diff instead of the end result

--- mytext.txt
+++ mytext.txt (patched)
@@ -1 +1 @@
-Lorem ipsum dolor sit amet, consectetur adipiscing elit
+Hello dolor sit amet, consectetur goodbye

Use -cp/--cpatch/--colored-patch for a colored output (when supported).

inplace substitutions

-i/--inplace

apply-subs --inplace mytext.txt mysubs.json

is equivalent to

apply-subs mytext.txt mysubs.json > mytext.txt

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

apply_subs-0.2.0.tar.gz (16.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

apply_subs-0.2.0-py3-none-any.whl (16.4 kB view details)

Uploaded Python 3

File details

Details for the file apply_subs-0.2.0.tar.gz.

File metadata

  • Download URL: apply_subs-0.2.0.tar.gz
  • Upload date:
  • Size: 16.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for apply_subs-0.2.0.tar.gz
Algorithm Hash digest
SHA256 16db3ded2b8e85c91e58dc9b1dea8a02d2b260de6ea9f730ac178c955c03fc24
MD5 9c7ab7ba87772d1478308d78cede369b
BLAKE2b-256 b54d12bf1263a6d109bd6f9777ad3df527289e31b6271e4cd1fbddd7e9ecfd65

See more details on using hashes here.

File details

Details for the file apply_subs-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: apply_subs-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 16.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1

File hashes

Hashes for apply_subs-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b67a0495aa65cc9848be3c73ae229452a58a1e5300206278bbf7cc684e295481
MD5 f3a4453c4b3c2ff4c55d7b253385d13d
BLAKE2b-256 0237e929c4960d5c2e33dd799b8c6b71b7abf46db27e65dea38e30ae773c1d9e

See more details on using hashes here.

Supported by

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