{"id":13937462,"url":"https://github.com/pycontribs/pyrax","last_synced_at":"2025-12-18T07:17:07.583Z","repository":{"id":4821351,"uuid":"5975139","full_name":"pycontribs/pyrax","owner":"pycontribs","description":"The Python SDK for the Rackspace Cloud","archived":false,"fork":false,"pushed_at":"2022-09-21T15:14:38.000Z","size":8524,"stargazers_count":237,"open_issues_count":75,"forks_count":206,"subscribers_count":37,"default_branch":"master","last_synced_at":"2025-05-13T09:00:18.685Z","etag":null,"topics":["python"],"latest_commit_sha":null,"homepage":"developer.rackspace.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Remo/installers","license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pycontribs.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-09-27T01:05:57.000Z","updated_at":"2024-07-25T19:00:10.000Z","dependencies_parsed_at":"2022-08-20T18:20:24.671Z","dependency_job_id":null,"html_url":"https://github.com/pycontribs/pyrax","commit_stats":null,"previous_names":[],"tags_count":63,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pycontribs%2Fpyrax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pycontribs%2Fpyrax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pycontribs%2Fpyrax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pycontribs%2Fpyrax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pycontribs","download_url":"https://codeload.github.com/pycontribs/pyrax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254355334,"owners_count":22057354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python"],"created_at":"2024-08-07T23:03:36.504Z","updated_at":"2025-12-18T07:17:07.505Z","avatar_url":"https://github.com/pycontribs.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"pyrax\n=====\n\n.. image:: https://img.shields.io/pypi/v/pyrax.svg\n        :target: https://pypi.python.org/pypi/pyrax/\n\n.. image:: https://travis-ci.com/pycontribs/pyrax.svg?branch=master\n        :target: https://travis-ci.com/pycontribs/pyrax\n\nPython SDK for OpenStack/Rackspace APIs\n\n   **DEPRECATED**: Pyrax is no longer being developed or supported.\n   See `openstacksdk \u003chttps://pypi.python.org/pypi/openstacksdk\u003e`__\n   and the `rackspacesdk \u003chttps://pypi.python.org/pypi/rackspacesdk\u003e`__\n   plugin in order to interact with Rackspace's OpenStack-based\n   public cloud.\n\nSee the LICENSE file for license and copyright information.\n\n**pyrax** should work with most OpenStack-based cloud deployments,\nthough it specifically targets the Rackspace public cloud. For example,\nthe code for cloudfiles contains the ability to publish your content on\nRackspace's CDN network, even though CDN support is not part of\nOpenStack Swift. But if you don't use any of the CDN-related code, your\napp will work fine on any standard Swift deployment.\n\nSee the `Release\nNotes \u003chttps://github.com/pycontribs/pyrax/tree/master/RELEASENOTES.md\u003e`_\nfor what has changed in the latest release\n\nGetting Started with OpenStack/Rackspace\n----------------------------------------\n\nTo sign up for a Rackspace Cloud account, go to\n\n`http://cart.rackspace.com/cloud \u003chttp://cart.rackspace.com/cloud\u003e`_\n\nand follow the prompts.\n\nIf you are working with an OpenStack deployment, you can find more\ninformation at `http://www.openstack.org \u003chttp://www.openstack.org\u003e`_.\n\nRequirements\n------------\n\n-  A Rackspace Cloud account\n\n   -  username\n   -  API key\n\n-  Python 2.7, 3.4, 3.5, 3.6, or 3.7\n\n   -  Support for Python 3.4 ends in March 2019.\n   -  Support for Python 2.7 ends at the end of 2019.\n   -  pyrax is not yet tested yet with other Python versions. Please\n      post feedback about what works or does not work with other\n      versions. See the **Support and Feedback** section below for where\n      to post.\n\nInstallation\n------------\n\nThe best way to install **pyrax** is by using\n`pip \u003chttp://www.pip-installer.org/en/latest/\u003e`_ to get the latest\nofficial release:\n\n::\n\n    pip install pyrax\n\nIf you would like to work with the current development state of pyrax,\nyou can install directly from trunk on GitHub:\n\n::\n\n    pip install git+git://github.com/pycontribs/pyrax.git\n\nIf you are not using\n`virtualenv \u003chttp://pypi.python.org/pypi/virtualenv\u003e`_, you will need to\nrun ``pip install --user`` to install into your user account's site packages.\n\nYou may also download and install from source. The source code for\n**pyrax** is available on\n`GitHub \u003chttps://github.com/pycontribs/pyrax/\u003e`_.\n\nOnce you have the source code, ``cd`` to the base directory of the\nsource and run (using ``sudo``, if necessary):\n\n::\n\n    python setup.py install\n\nFor more information on getting started, check out the following\ndocumentation:\n\n`https://github.com/pycontribs/pyrax/blob/master/docs/getting\\_started.md \u003chttps://github.com/pycontribs/pyrax/blob/master/docs/getting_started.md\u003e`_\n`https://developer.rackspace.com/sdks/python/ \u003chttps://developer.rackspace.com/sdks/python/\u003e`_\n\nUpdates\n-------\n\nIf you installed **pyrax** using pip, it is simple to get the latest\nupdates from either PyPI or GitHub:\n\n::\n\n    # PyPI\n    pip install --upgrade pyrax\n    # GitHub\n    pip install --upgrade git+git://github.com/pycontribs/pyrax.git\n\nContributing\n------------\n\nPlease see the `HACKING \u003cHACKING.rst\u003e`_ file for contribution guidelines.\nMake sure pull requests are on the ``master`` branch!\n\nSupport and Feedback\n--------------------\n\nYou can find documentation for using the **pyrax** SDK at\nhttps://developer.rackspace.com/sdks/python/.\n\nYour feedback is appreciated! If you have specific issues with the\n**pyrax** SDK, developers should file an `issue via\nGithub \u003chttps://github.com/pycontribs/pyrax/issues\u003e`_.\n\nFor general feedback and support requests, contact us at\nhttps://developer.rackspace.com/support/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpycontribs%2Fpyrax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpycontribs%2Fpyrax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpycontribs%2Fpyrax/lists"}