Metadata-Version: 2.1
Name: zulip-doc
Version: 0.2.0
Summary: Zulip service that checks user presence for Duty of Care responsibilities for remote teams
Author-Email: Paul Bailey <paul@neutron.studio>
License: MIT
Requires-Python: >=3.8
Requires-Dist: zulip>=0.8.2
Requires-Dist: typer>=0.9.0
Requires-Dist: humanize>=4.7.0
Description-Content-Type: text/markdown

# Zulip Duty of Care Service

A small script to check user presence in Zulip. If a user hasn't been around for a while it will send you a message in Zulip so you can check up on them and see if they are ok.

## Install

`pipx install zulip-doc`

## Usage

```
Usage: zdoc [OPTIONS] [SEND_TO]...

Arguments:
  [SEND_TO]...

Options:
  --max-idle INTEGER              [env var: MAX_IDLE; default: 86400]
  --ignore-weekends / --no-ignore-weekends
                                  [env var: IGNORE_WEEKENDS; default: ignore-
                                  weekends]
  --config-file FILE              [env var: CONFIG_FILE; default:
                                  /home/{username}/.zuliprc]
  --help                          Show this message and exit.
```

Example: `zdoc 12 22`
