Metadata-Version: 2.4
Name: atcoder-schedule
Version: 0.2.4
Summary: CLI tool to get the schedule of AtCoder contests.
Project-URL: Homepage, https://github.com/kairi003/atcoder-schedule
Project-URL: Repository, https://github.com/kairi003/atcoder-schedule.git
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4[lxml]>=4.13.4
Requires-Dist: requests>=2.32.3
Requires-Dist: tzdata>=2025.2

# atcoder-schedule

CLI tool to get the schedule of AtCoder contests from https://atcoder.jp/contests.

## Installation

```bash
pip install atcoder-schedule
```

## Usage

```
usage: atcoder-schedule [-h] [-l {ja,en}] [-z TIMEZONE] [-V]

Get the schedule of AtCoder contests

options:
  -h, --help            show this help message and exit
  -l {ja,en}, --lang {ja,en}
                        set language for the contest page
  -z TIMEZONE, --timezone TIMEZONE
                        set timezone for the contest start time
  -V, --version         show program's version number and exit
```
