Basic api client for reg.ru cloudvps
Project description
INSTALLING
$ pip install api-cloudvps-py
# or use source code package, after extract
$ python setup.py install
How to obtain token
If you want to work with reg.ru cloudvps api client order free service
More info about reg.ru kvm cloud https://www.reg.ru/vps/cloud
USAGE
# import
>>> from cloudvps import Api
>>> api = Api('3f7c0a3d*****356b45d59f71a')
# or
>>> import cloudvps
>>> api = cloudvps.Api('3f7c0a3d*****356b45d59f71a')
>>> common = api.common
>>> print(common.sizes())
{'sizes': [{'disk': 10, 'id': 5, 'memory': 512, 'name': 'Cloud-1', 'price': '0.30', 'price_month': 199, 'slug': 'cloud-1', 'vcpus': 1, 'weight': 10}, {'disk': 20, 'id': 1, 'memory': 1024, 'name': 'Cloud-2', 'price': '0.67', 'price_month': 449, 'slug': 'cloud-2', 'vcpus': 2, 'weight': 20}, {'disk': 40, 'id': 3, 'memory': 2048, 'name': 'Cloud-3', 'price': '1.34', 'price_month': 899, 'slug': 'cloud-3', 'vcpus': 2, 'weight': 30}, {'disk': 60, 'id': 7, 'memory': 4096, 'name': 'Cloud-4', 'price': '2.66', 'price_month': 1790, 'slug': 'cloud-4', 'vcpus': 2, 'weight': 40}, {'disk': 60, 'id': 9, 'memory': 6144, 'name': 'Cloud-5', 'price': '3.71', 'price_month': 2490, 'slug': 'cloud-5', 'vcpus': 2, 'weight': 50}, {'disk': 80, 'id': 11, 'memory': 8192, 'name': 'Cloud-6', 'price': '4.75', 'price_month': 3190, 'slug': 'cloud-6', 'vcpus': 4, 'weight': 60}]}
LICENSE
The MIT License (MIT) 2018, Anton Grudin.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
api-cloudvps-py-0.1.6.tar.gz
(5.2 kB
view details)
Built Distribution
File details
Details for the file api-cloudvps-py-0.1.6.tar.gz
.
File metadata
- Download URL: api-cloudvps-py-0.1.6.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.18.4 setuptools/28.8.0 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b78cdd02b6ed7e0cfa43e78361d7717534012d72855bea5c943c55c80372adbb |
|
MD5 | 6d76d2f2610580bc57fbfe66f2cfd12a |
|
BLAKE2b-256 | f2a0c07a6d75eb9feb307d8106a46868bebad87bc0b85aca34fbb8e5ee9abf00 |
File details
Details for the file api_cloudvps_py-0.1.6-py2.py3-none-any.whl
.
File metadata
- Download URL: api_cloudvps_py-0.1.6-py2.py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.9.1 pkginfo/1.4.1 requests/2.18.4 setuptools/28.8.0 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e204df2bda2933e0296e84dd12bad4d565952904655a7c79aacd58abbb057e8 |
|
MD5 | e53d22df02ffcaab8199c258a2fdfbe5 |
|
BLAKE2b-256 | 369f23077e9d43a622fa86775599bc53dba3c4b3db09a4951bd5c62fb7348b7f |