Diff Manifests via Gitiles API
Project description
Diff Manifests
Diff Manifests is a tool used to see deeper differences between manifests via Gerrit & Gitiles API.
Requirement
- Python >= 3.7
Install
pip install diffmanifests
Update
pip install diffmanifests --upgrade
Run
diffmanifests --config-file config.json --manifest1-file manifest1.xml --manifest2-file manifest2.xml --output-file output.json
Settings
Diff Manifests parameters can be set in the directory config.
An example of configuration in config.json:
{
"gerrit": {
"pass": "pass",
"url": "http://localhost:80",
"user": "user"
},
"gitiles": {
"pass": "pass",
"retry": 1,
"timeout": -1,
"url": "http://localhost:80",
"user": "user"
}
}
Feature
Diff Manifests supports to compare commit 2 with commit 1 in diagram A/B/C.
Reference
git-repo/subcmds/diffmanifests
License
Project License can be found here.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
diffmanifests-3.1.0.tar.gz
(12.9 kB
view details)
Built Distribution
File details
Details for the file diffmanifests-3.1.0.tar.gz
.
File metadata
- Download URL: diffmanifests-3.1.0.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3bb81bee5a91496d1b63d1b7644e7fc535c2239e8b3f68319da90df893c8095 |
|
MD5 | 755818768ceab61df5c17af3a9b92500 |
|
BLAKE2b-256 | 655103288e328bd334444389bc1ef95e1f0d98bbd9334f115f20e1d4428d6fd9 |
File details
Details for the file diffmanifests-3.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: diffmanifests-3.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 16.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ff05975fdb9adea30d927af9250c71b9e35f83d808db72ebcd31c5c96e63620 |
|
MD5 | 3b87fe099205628d5230726e12026b1d |
|
BLAKE2b-256 | c8d1c5e9be3e3d9d3314402c578ce8f2f21e4d6e01baf7e1a76d116599000e0c |