• Stars
    star
    237
  • Rank 169,885 (Top 4 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created about 12 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The Python SDK for the Rackspace Cloud

pyrax

https://travis-ci.com/pycontribs/pyrax.svg?branch=master

Python SDK for OpenStack/Rackspace APIs

DEPRECATED: Pyrax is no longer being developed or supported. See openstacksdk and the rackspacesdk plugin in order to interact with Rackspace's OpenStack-based public cloud.

See the LICENSE file for license and copyright information.

pyrax should work with most OpenStack-based cloud deployments, though it specifically targets the Rackspace public cloud. For example, the code for cloudfiles contains the ability to publish your content on Rackspace's CDN network, even though CDN support is not part of OpenStack Swift. But if you don't use any of the CDN-related code, your app will work fine on any standard Swift deployment.

See the Release Notes for what has changed in the latest release

Getting Started with OpenStack/Rackspace

To sign up for a Rackspace Cloud account, go to

http://cart.rackspace.com/cloud

and follow the prompts.

If you are working with an OpenStack deployment, you can find more information at http://www.openstack.org.

Requirements

  • A Rackspace Cloud account
    • username
    • API key
  • Python 2.7, 3.4, 3.5, 3.6, or 3.7
    • Support for Python 3.4 ends in March 2019.
    • Support for Python 2.7 ends at the end of 2019.
    • pyrax is not yet tested yet with other Python versions. Please post feedback about what works or does not work with other versions. See the Support and Feedback section below for where to post.

Installation

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

pip install pyrax

If you would like to work with the current development state of pyrax, you can install directly from trunk on GitHub:

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

If you are not using virtualenv, you will need to run pip install --user to install into your user account's site packages.

You may also download and install from source. The source code for pyrax is available on GitHub.

Once you have the source code, cd to the base directory of the source and run (using sudo, if necessary):

python setup.py install

For more information on getting started, check out the following documentation:

https://github.com/pycontribs/pyrax/blob/master/docs/getting_started.md https://developer.rackspace.com/sdks/python/

Updates

If you installed pyrax using pip, it is simple to get the latest updates from either PyPI or GitHub:

# PyPI
pip install --upgrade pyrax
# GitHub
pip install --upgrade git+git://github.com/pycontribs/pyrax.git

Contributing

Please see the HACKING file for contribution guidelines. Make sure pull requests are on the master branch!

Support and Feedback

You can find documentation for using the pyrax SDK at https://developer.rackspace.com/sdks/python/.

Your feedback is appreciated! If you have specific issues with the pyrax SDK, developers should file an issue via Github.

For general feedback and support requests, contact us at https://developer.rackspace.com/support/

More Repositories

1

jira

Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org
Python
1,940
star
2

ansi2html

Convert text with ansi color codes to HTML
Python
387
star
3

python-vagrant

Python bindings for interacting with Vagrant virtual machines.
Python
258
star
4

tendo

Official repository of python tendo library, always welcoming new contributions.
Python
144
star
5

confluence

Confluence Python API, please check ticket below πŸ†˜
Python
140
star
6

mk

mk ease contributing to any open source repository by exposing most common actions you can run. Inspired by make, tox and other cool tools!
Python
91
star
7

ruyaml

ruyaml is a openly maintained fork of elusive ruamel-yaml package that can be used as as a drop-in replacement.
Python
73
star
8

django-alexa

Amazon Alexa Skills Kit integration for Django -- ARCHIVED contact @ssbarnea if you can resurrect it.
Python
69
star
9

subprocess-tee

A subprocess.run drop-in replacement that supports a tee mode, being able to display output in real time while still capturing it. No dependencies needed
Python
45
star
10

python-crowd

A python client to the Atlassian Crowd REST API. ❗️seeking-new-maintainer
Python
45
star
11

enrich

Enrich adds few missing features to the wonderful rich library.
Python
28
star
12

phoebian

The missing tools for managing Atlassian ones, better daemons, automatic software updater.
Shell
23
star
13

selinux

Pure-python selinux shim module for use in virtualenvs
Python
19
star
14

activedirectory

ActiveDirectory / AD / LDAP Servers user Pure Python.
Python
16
star
15

rmux

rmux allows you to run your local project on multiple remote machines in parallel
Python
9
star
16

pyversion

Python package versioning made simple
Python
6
star
17

meta

Repository used to organize everything around PyContribs Community itself.
6
star
18

powertape

A project that does nothing else than documenting Jenkins Pipelines usage.
Groovy
6
star
19

pia

PIA - Package Installer for Ansible with a KISS approach
Python
6
star
20

pys

Repository used to pre-build python enabled images for popular operating systems
Dockerfile
6
star
21

remotefilelog

Python
5
star
22

gri

Git/Gerrit Review Interface helps you manage change requests from multiple servers.
Python
4
star
23

python3-ldap

Python
4
star
24

ruamel-yaml

read-only git mirror from official hg repository. Mirroring is done via GHA from meta repository.
Python
4
star
25

zuul-lint

Zuul Config Linter
Python
4
star
26

pysample

pysample provides a simple and complete python package testing and deployment template.
Python
3
star
27

gh-pre

gh cli extension to help with project maintenance tasks such preparing releases.
Python
3
star
28

termatch

Python
2
star
29

ppinfo

Package to retrieve metadata about a local python project
Python
2
star
30

tender

Tool to help tending github repos: like managing labels
Python
2
star
31

zbr

Zuul Build Reproducer
1
star
32

devops-police

Python
1
star
33

proofit

ProofIt checks presence of specific PR labels in order to assure creation of meaningful release notes andwith and proper use of semantic versioning.
Python
1
star
34

a2h

Rewrite of ansi2html from scratch with a less-restrictive MIT licensing
Python
1
star
35

scheme8

A multi-purpose JSON/YAML scheme checker written in python and pre-commit compatible
Python
1
star