Python client for the ManageIQ REST-API
Project description
This python package provides the ManageIQ API Client library.
Getting Started
Preparing your python virtual environment:
$ virtualenv venv $ source venv/bin/activate $ pip install -e . # To create an editable install of this package
If you want to install it directly from GitHub:
$ pip install git+https://github.com/ManageIQ/manageiq-api-client-python.git
To run the example present in this repository you probably need to configure your options (if different from the default shown here):
$ export MIQURL=http://localhost:3000/api $ export MIQUSERNAME=admin $ export MIQPASSWORD=smartvm $ python example.py
Legal
Copyright 2013 Red Hat, Inc. and/or its affiliates.
License: GPL version 2 or any later version (see COPYING or http://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html for details).
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
manageiq-client-0.3.0.tar.gz
(16.4 kB
view details)
File details
Details for the file manageiq-client-0.3.0.tar.gz
.
File metadata
- Download URL: manageiq-client-0.3.0.tar.gz
- Upload date:
- Size: 16.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de1ab714c0d95be9c52ceb11dae26be491a1530988462d1f840b7735ba48b8e5 |
|
MD5 | a72c6acb4415e6506d085d1838c4bbb6 |
|
BLAKE2b-256 | 910aba7dffda0bc73b65755bf0ce38bb9510ad3413566afd4bec1d67a7f3722d |