Skip to main content

DESCRIPTION

Project description

Summary

PyPI package version Supported Python versions Supported Python implementations Linux/macOS/Windows CI status

A tool to show Garoon schedule at terminals.

Installation

pip install grsched

Usage

$ grsched configure
subdomain []: <input>
basic auth info (base64 encoded 'login-name:passowrd'): <input>
$ grsched events
...
$ grsched show next
...

Command help

Usage: grsched [OPTIONS] COMMAND [ARGS]...

  common cmd help

Options:
  --version      Show the version and exit.
  --debug        For debug print.
  -q, --quiet    Suppress execution log messages.
  -v, --verbose
  -h, --help     Show this message and exit.

Commands:
  configure  Setup configurations of the tool.
  events     List events.
  show       Show specific event(s).
  users      List users.
  version    Show version information
Usage: grsched events [OPTIONS]

  List events.

Options:
  --user USER_ID    user id of the target. defaults to the login user.
  --since DATETIME  datetime.
  -h, --help        Show this message and exit.

  Issue tracker: https://github.com/thombashi/grsched/issues
Usage: grsched show [OPTIONS] [EVENT_IDS]...

  Show specific event(s). EVENT_IDS must be space-separated IDs of events to
  be shown. You can also use a special specifier "next" to show the next
  upcoming event.

Options:
  --user USER_ID  user id of the target. defaults to the login user.
  -h, --help      Show this message and exit.

  Issue tracker: https://github.com/thombashi/grsched/issues

Dependencies

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

grsched-0.0.2.tar.gz (11.9 kB view hashes)

Uploaded Source

Built Distribution

grsched-0.0.2-py3-none-any.whl (10.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page