compare two tar archives
Project description
Installation
$ [sudo] pip install tar-diff
$ [sudo] npm i -g tar-diff
Features
file/url arguments supported
Examples
$ diff="$(tar-diff archive1.tar.gz archive2.tar.gz)"
complicated example. bump python project version
$ dist_dir="$(mktemp -d)"
$ python setup.py sdist --dist-dir="$dist_dir" &> /dev/null
$ sdist="$(find "$dist_dir" -type f -name "*.tar.gz")"
$ url="$(python -m pypi_get.urls <name> | grep tar.gz)"
$ diff="$(tar-diff "$sdist" "$url")"
$ [[ -n "$diff" ]] && bumpversion
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
tar-diff-2020.12.3.tar.gz
(1.6 kB
view details)
File details
Details for the file tar-diff-2020.12.3.tar.gz
.
File metadata
- Download URL: tar-diff-2020.12.3.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8826fe0aef88b185ab7683406bc4e0b4d1c8c793deaf5107e7285cd0d132d34b |
|
MD5 | 616d0cabb36319eb00ac7b97b6d40763 |
|
BLAKE2b-256 | 237de65795109ef24c578db4ff0482e61eb47d5627798584397e9da200e6d493 |