Binderbot

https://img.shields.io/pypi/v/binderbot.svg https://travis-ci.org/pangeo-gallery/binderbot.svg?branch=master Documentation Status GitHub

A simple CLI to interact with binder.

Example Usage

$ python -m binderbot.cli --help
Usage: cli.py [OPTIONS] [FILENAMES]...

  Run local notebooks on a remote binder.

Options:
  --binder-url TEXT       URL of binder service.
  --repo TEXT             The GitHub repo to use for the binder image.
  --ref TEXT              The branch or commit`.
  --output-dir DIRECTORY  Directory in which to save the executed notebooks.
  --help                  Show this message and exit.
  • Free software: BSD license

Features

  • TODO

Credits

This code was adapted from Hubtraf, written by Yuvi Panda.

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.