iland cloud Python SDK
Project description
iland-sdk
iland cloud Python SDK
Free software: BSD License
Documentation: https://iland-sdk.readthedocs.org.
iland cloud API doc: https://api.ilandcloud.com.
Introduction
This library provides a pure Python interface for the iland cloud API. It works with Python versions from 2.7+.
iland cloud provides Enterprise-grade IaaS and this library is intended to make it even easier for Python programmers to use.
Getting the code
The code is hosted at https://github.com/ilanddev/python-sdk
Check out the latest development version anonymously with:
$ git clone https://github.com/ilanddev/python-sdk.git $ cd python-sdk
Installation
At the command line:
$ pip install iland-sdk
Or, if you have virtualenvwrapper installed:
$ mkvirtualenv iland-sdk $ pip install iland-sdk
You can also install iland-sdk using the actual source checkout:
$ git clone https://github.com/ilanddev/python-sdk.git $ cd python-sdk $ pip install -e .
Running Tests
To run the unit tests:
$ make test
To run the unit tests for all supported Python interpreters:
$ make test-all
To check your changes before submitting a pull request:
$ make lint
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.6.0 (unreleased)
update dependencies
default resource path update
0.5.0 (2016-3-22)
promote to beta status
extra verify_ssl Api constructor to allow one to not verify endpoints SSL
0.4.0 (2016-3-08)
support 204 no content HTTP return code
fix naming of _validate_token method
update Sphynx dependency
full unit tests coverage
fix return on POST, PUT and DELETE operations
fix use of custom BASE API URL
0.3.0 (2016-2-18)
implement exceptions handling
docstrings and documentation
Housekeeping and refactoring
Better CI setup
Sphynx doc and readthedocs.org publishing.
0.2.0 (2016-2-09)
Minor fixes.
0.1.0 (2016-2-09)
First release on PyPI.
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
Built Distribution
File details
Details for the file iland-sdk-0.6.0.tar.gz
.
File metadata
- Download URL: iland-sdk-0.6.0.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b83a4e98bb30c93e278ad9c5c8edd003f3c43947338780b7b759cfeedcd9fbe |
|
MD5 | 893ef4efe9633b0338846c769699f4f8 |
|
BLAKE2b-256 | 8469e0316077b2e08a4e41200229e5eb83f34e457a90529e8e15404079bf9e1d |
File details
Details for the file iland_sdk-0.6.0-py2.py3-none-any.whl
.
File metadata
- Download URL: iland_sdk-0.6.0-py2.py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f48021a94e9d2904573e60b8798c45ce193d0a59ed0f516e554248f9a9c12d0 |
|
MD5 | 5b36a2b3d961440a650e41ef306263d1 |
|
BLAKE2b-256 | 7088f7590d2e474296c4eb55dbdb57182cf7baac65c39ab35e918477ec057b5e |