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.4.tar.gz
(14.0 kB
view details)
Built Distribution
File details
Details for the file diffmanifests-3.2.4.tar.gz
.
File metadata
- Download URL: diffmanifests-3.2.4.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 465e00a8f1552fbf994af393cc619c0664dc6175ebdb11c60dcf91c3f1e5b1e6 |
|
MD5 | ef3d141b5189f4c8e532b5fd2c0e7cbb |
|
BLAKE2b-256 | f97ac39fc2e35c3f6427ec1c74e5339e95a258e7073a93edfb46033969409211 |
File details
Details for the file diffmanifests-3.2.4-py2.py3-none-any.whl
.
File metadata
- Download URL: diffmanifests-3.2.4-py2.py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6dcffa922307a01784e48dc85e26da3a69d46bcda4ebeb76e03a7138b3400b24 |
|
MD5 | f055fceaf5aa91bb5ad3a44a8e74cb96 |
|
BLAKE2b-256 | 75c9fba310af084c0fb53a1cb9c625d97a2006cdd3f52c120a5c17441ba693a1 |