Metadata-Version: 2.4
Name: kulms-download
Version: 0.1.0
Summary: Download site resources from KULMS, Kyoto University Learning Management System.
Project-URL: Repository, https://github.com/Harumaru169/kulms-download
Keywords: kyoto,ku,download,kulms
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: aiofiles
Requires-Dist: httpx
Requires-Dist: keyring
Requires-Dist: platformdirs
Requires-Dist: pywebview
Requires-Dist: questionary
Requires-Dist: rich
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Dynamic: license-file

kulms-download is a CLI tool for downloading site resources from KULMS (Kyoto University Learning Management System). It uses asynchronous processing to quickly handle network and file I/O tasks.
This project is under active development and is not yet stable.

kulms-downloadはKULMS(京大学習管理システム)のサイトリソースをダウンロードするためのCLIツールです。非同期処理によってネットワークやファイルのIOタスクを高速に処理します。
これは現在開発中のプロジェクトであり、安定版ではありません。

---

# Install

kulms-download can be installed using pip

```shell
$ pip install kulms-download
```

kulms-download requires python>=3.12

# Usage

```pycon
>>> kulms-download
>>> ? === KULMS Download === サイトリソースのダウンロード
>>> ? 資料をダウンロードしたいサイトをすべて選択: [[2026前期月２]工業数学Ａ３]
>>> ? ダウンロード先のディレクトリパスを入力: /Users/user_name/Downloads
>>> ? ダウンロードを開始しますか？ Yes
ダウンロードが完了しました
```

# Features

- Download multiple site resources simultaneously
- Retain cookie data
- Open password management app with a login window
