Skip to content

obspy/obspy_github_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

obspy_github_api

Helper routines to interact with obspy/obspy via GitHub API

Quick start

The easiest way to use obspy_github_api is via its command line interface.

# Use the magic strings found in issue 101's comments to create a config file
obshub make_config 101 --path obspy_config.json

# Read a specified option.
obshub read-config-value module_list --path obspy_config.json

# Use a value in the config in another command line utility.
export BUILDDOCS=`obshub read-config-value module_list --path obspy_config.json`
some-other-command --docs $BUILDDOCS

Release Versions

Release versions are done from separate branches, see https://github.com/obspy/obspy_github_api/branches.

Release versions can be installed from: https://github.com/obspy/obspy_github_api/releases

About

Helper routines to interact with obspy/obspy via GitHub API

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages