Fork me on GitHub

Rancher API

The Python Rancher API client.

Currently the client is compatible with both v2-beta and v3 of the Rancher API.

Reference

The Rancher API projects takes most of its reference implementation from the Official Rancher API Documentation.

Configuration

NameTypeDescription
RANCHER_BASE_URLstrThe base URL to the rancher server of target (eg: http://rancher.domain.com:8080/v3/) (defaults to None).
RANCHER_USERNAMEstrThe username (access key) to be used for API authentication (defaults to None).
RANCHER_PASSWORDstrThe password (secret key) to be used for API authentication (defaults to None).

License

Rancher API is currently licensed under the Apache License, Version 2.0.

Build Automation

Build Status Coverage Status PyPi Status License