Metadata-Version: 2.1
Name: toggl-standup
Version: 2021.5.1
Summary: Removes the pain of using Toggl with Geekbot
Home-page: https://github.com/jefftriplett/toggl-standup
License: BSD-3-Clause
Author: Jeff Triplett
Author-email: jeff.triplett@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=7.1.1,<8.0.0)
Requires-Dist: humanfriendly (>=8.1,<9.0)
Requires-Dist: maya (>=0.6.1,<0.7.0)
Requires-Dist: rich (>=10.1.0,<11.0.0)
Requires-Dist: togglwrapper (>=1.2.0,<2.0.0)
Requires-Dist: typer (>=0.3.2,<0.4.0)
Project-URL: Documentation, https://github.com/jefftriplett/toggl-standup
Project-URL: Repository, https://github.com/jefftriplett/toggl-standup
Description-Content-Type: text/markdown

# Stand Up for Toggl

This tool helps generate my daily Geekbot stand up report in an format which I may copy and paste into Slack.

## Usage

```shell
$ export TOGGL_API_KEY="PASTE_YOUR_KEY_HERE"

Usage: standup [OPTIONS] SLANG_DATE

  Standup tool to help with Toggl

Arguments:
  SLANG_DATE  [required]

Options:
  --api-key TEXT                  [default: ]
  --show-duration / --no-show-duration
                                  [default: False]
  --show-time / --no-show-time    [default: False]
  --timezone TEXT                 [default: US/Central]
  --version
  --install-completion [bash|zsh|fish|powershell|pwsh]
                                  Install completion for the specified shell.
  --show-completion [bash|zsh|fish|powershell|pwsh]
                                  Show completion for the specified shell, to
                                  copy it or customize the installation.

  --help                          Show this message and exit.
```

## To generate a report for yesterday

```shell
$ standup yesterday
```

