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.1.tar.gz
(14.0 kB
view details)
Built Distribution
File details
Details for the file diffmanifests-3.2.1.tar.gz
.
File metadata
- Download URL: diffmanifests-3.2.1.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ca997255792521eadcf6458112a742de6aae7aa20a73a5c4ba628772724e41e |
|
MD5 | d214bfe0cda79d921c42fd701eab3293 |
|
BLAKE2b-256 | 2f8fd3c29d99edffe1207d293cd480ca3f3ec3cd34c41f2d4670f42c453fd039 |
File details
Details for the file diffmanifests-3.2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: diffmanifests-3.2.1-py2.py3-none-any.whl
- Upload date:
- Size: 16.7 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 | ab201f05dc6ffd168bb726d820ca7882742ac73f4cd08cc7ca41fe63ba88654a |
|
MD5 | 20b52df0d981011e3e881bf39f2ebc81 |
|
BLAKE2b-256 | d9b5e743da3ad11c967f219c475ae1dde28e3b9e1f2055931d87c3aa0c691aa6 |