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.11.tar.gz
(3.8 kB
view hashes)
Built Distribution
Close
Hashes for scm_source-1.0.11-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16ffdef651518b06f84e074c0d6d3bf62c7e0b8e533c8d6cf3c732f7ac991f62 |
|
MD5 | c2f4e78ac90c16a76b2b21601631096c |
|
BLAKE2b-256 | 97143d4db3e56a5c8e48e7cadd89f2d714771d01fb33ba2e928c9e42b133fcaa |