CLI to generate scm-source.json
Project description
A simple command line tool to generate scm-source.json files according to the STUPS documentation.
Installation
$ sudo pip3 install --upgrade scm-source
Usage
$ scm-source # generate scm-source.json in current directory
$ scm-source -f target/scm-source.json
$ scm-source --author "John Doe"
$ scm-source my/path/to/git/repo -f output/scm-source.json
You can also use it from your Python scripts:
from scm_source import generate_scm_source
generate_scm_source('foo/bar/scm-source.json', 'John Doe')
Releasing
Uploading a new version to PyPI:
$ ./release.sh <NEW-VERSION>
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
scm-source-1.0.9.tar.gz
(3.4 kB
view hashes)
Built Distribution
Close
Hashes for scm_source-1.0.9-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ed9730c664ebea9a57456d13024a723bb5bf046e48ce69de6f2cac8697355e9 |
|
MD5 | faecec87e25da019328f575f93162e84 |
|
BLAKE2b-256 | 5b45435b7e37a1bafb347e8c369da6390b7346cd56ef0c64c6476675586b8801 |