Skip to content

Latest commit

 

History

History
48 lines (24 loc) · 1.93 KB

landing_page.md

File metadata and controls

48 lines (24 loc) · 1.93 KB

(Mike - I used markup syntax to show lists, links, and code so that you know what to include in the HTML)

Rackspace Cloud SDK for Python

The Rackspace Cloud SDK for Python contains a language API, Getting Started Guide, API Reference Manual, Quick Reference, Release Notes, and sample code.

Minimum requirements

The Rackspace Cloud SDK for Python requires the following:

  • A Rackspace Cloud account
    • username
    • API key
  • Python 2.7.x
    • Not yet tested yet with other Python versions. Please post feedback about what works or does not work with other versions.

Installation instructions

The best way to install pyrax is by using pip to get the latest official release from the Python Package Index:

pip install pyrax

You may also use pip to install directly from GitHub:

pip install git+git://github.com/rackspace/pyrax.git

If you are not using virtualenv, you will need to run pip install as admin using sudo.

Complete instructions can be found in the Installation Guide

Current version - 1.0.0

Download the SDK – language bindings, sample code, and documentation.

Getting Started with pyrax– information and examples to get you started.

API Reference Manual – detailed documentation for the classes and methods.

pyrax Quick Reference – there are several quick reference guides for the services available.

Release Notes – release notes for software versions.

Samples – code samples demonstrating how to accomplish common tasks.