Metadata-Version: 2.1
Name: vpsc
Version: 0.2.0
Summary: Python tools for SAKURA's VPS
Home-page: https://vpsc.readthedocs.io/ja/latest/
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
Classifier: Programming Language :: Python :: 3.12
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)
Project-URL: Repository, https://github.com/Khromium/vpsc
Description-Content-Type: text/markdown

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


# 利用方法
詳細はドキュメントをご覧ください  

https://vpsc.readthedocs.io/ja/latest/

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

