Skip to main content

Python utilities for Meld, good for managing templates across lots of repos / projects

Project description

Meld Utilities

DOI Actions Status

pypi versions PyPi Download stats

Python scripts using Meld to accomplish tasks useful for managing large numbers of repos / projects, particularly for templates. It works on any OS Meld works on (Linux, MacOS, Windows).

Scripts

meld_all project/myfile.f90 ~/code

That terminal command invokes meld between project/myfile.f90 and every other file with the same name found recursively under ~/code.

Usage

Particularly on Windows, you may get Meld brought up and you don't see any difference. This is often because one file as a trailing \n and the other file does not, or the other file has \r\n. Meld won't show any difference, even with all text filters off. Because of how Python filecmp.cmp works, there isn't a blazing fast simple solution to this besides using str.replace, which I didn't want to do.

So just realize it's OK, close Meld when it shows no difference and happy comparing!

Reference: https://github.com/dsindex/blog/wiki/%5Bpython%5D-string-compare-disregarding-white-space

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

meldutils-1.2.1.tar.gz (4.3 kB view hashes)

Uploaded Source

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