Metadata-Version: 2.4
Name: clilap-codepush
Version: 1.0.26
Summary: clilap.org codepush — CLI client with interactive TUI
Author-email: Lapius7 <20071209ryo@gmail.com>
License: MIT
Project-URL: Homepage, https://clilap.org/codepush
Project-URL: Repository, https://github.com/Lapius7/clilap-codepush
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# clilap-codepush

[clilap.org](https://clilap.org) codepush サービスの CLI クライアント。

## インストール

```bash
pip install clilap-codepush
```

## 使い方

```bash
codepush           # インタラクティブメニュー
codepush upload file.py
codepush get <id>
codepush setup     # 管理者トークン設定
```

`cp` コマンドも同様に使えます（システムの cp と競合する場合は `codepush` を推奨）。

## 管理機能

```bash
codepush setup     # トークン設定
codepush stats     # 統計
codepush pastes    # ペースト一覧
codepush groups    # グループ一覧
codepush purge     # 不要データ削除
```
