Skip to main content

操作VMLogin

Project description

VmLogin API

操作VmLogin API的方法

安装

源码安装

git clone 
cd VmLogin
pip install -r requirements.txt

pip安装

pip install VmLogin

使用

# 本地接口
from VmLogin.local import Local

online = Local()
# 重启VmLogin
data = online.restart()
# 远程接口
from VmLogin.online import Online
token = "your token"
online = Online(token=token)
# 获取所有配置
data = online.get_profile_list()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

VmLogin-0.1.3.tar.gz (9.0 kB view hashes)

Uploaded Source

Built Distributions

VmLogin-0.1.3-py3-none-any.whl (9.1 kB view hashes)

Uploaded Python 3

VmLogin-0.1.3-py2.py3-none-any.whl (9.1 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page