Metadata-Version: 2.1
Name: vpsc
Version: 0.1.0
Summary: python tools for SAKURA's VPS
License: Apache License
Author: khromium
Requires-Python: >=3.9,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: pydantic (>=2.4.2,<3.0.0)
Requires-Dist: pydantic-settings (>=2.1.0,<3.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Description-Content-Type: text/markdown

# vpsc
さくらのVPSの**非公式**クライアントです。  
公開APIの情報をコマンドラインもしくはPython上で容易に扱えるようにすることを目標にしています。  


# 利用方法
## APIキーの定義
環境変数で `VPS_API_KEY` にAPIキーを設定するか、 `~/.vpsc` フォルダに該当変数を記録して利用します。  
オプションでリクエスト先のホストを変更することもできます。  

```shell
VPS_API_KEY=xxx
VPS_API_HOST="https://secure.sakura.ad.jp/vps/api/v7"

```


# その他
## さくらのVPSマニュアル(API)
https://manual.sakura.ad.jp/vps/api/index.html

