Diff Manifests via Gitiles API
Project description
diffmanifests
diffmanifests 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.
License
Project License can be found here.
Reference
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.2.0.tar.gz
(13.9 kB
view details)
Built Distribution
File details
Details for the file diffmanifests-3.2.0.tar.gz
.
File metadata
- Download URL: diffmanifests-3.2.0.tar.gz
- Upload date:
- Size: 13.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0680de3f26024f6c92752dcb0cd31eab8276d2dbb3bd721581311caf07ab109d |
|
MD5 | 6ea20c32af7963304ea424c6837e4871 |
|
BLAKE2b-256 | 27e39087c23aef6540261b52e91e949ebce73efec3f4751c3c6817549981f479 |
File details
Details for the file diffmanifests-3.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: diffmanifests-3.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73305e168881abf418df788997165429a63a281c53e9df42e0477fd388c252d8 |
|
MD5 | 6a2af4c2563494006526acd30d6d7f94 |
|
BLAKE2b-256 | e52863b85e94c11433d994a08b757c64f22e9a6ae93ac3cd1064cd7e9a870396 |