Last updated:
0 purchases
pythoncloudbackupsdk 0.20.0
***************************Cloud Backup API Python SDK***************************:version: 0.20.0:Presentations: `Introduction`_Welcome to the Python bindings to the Rackspace Cloud BackupAPI. These bindings will help you make the most of the Cloud Backupsystem and integrate it into your workflows.**Table of Contents**.. contents:: :local: :depth: 2 :backlinks: none========Features========* Python 2.7 and 3.3+ supported* Easy to install (pip)* Easy to test (nose + tox)* Designed to be easy to use on multiple platforms.. code-block:: python #TODO: Update this for the new API # Create a backup # Run a backup # Get the backup report=======Install=======Make sure you have libgmp, libssl, and the Python development headers installed:: sudo apt-get install python-dev python3-devOn Windows, make sure that the proper Visual Studio path is configured:: SET VS90COMNTOOLS=%VS100COMNTOOLS% # MSVS 2010 SET VS90COMNTOOLS=%VS110COMNTOOLS% # MSVS 2012.. code-block:: bash pip install git+https://github.com/rackerlabs/python-cloudbackup-sdk============Contributing============Some simple guidelines:* Unit tests for new features* Keep the code clean - pep8* Be wary of warnings and errors - pylint* 100% code coverage - keep it strongFor more details, checkout the `Contributing`_ guide.If you have any questions, please check in with Benjamen Meyer<[email protected]>... _backup_config.json: https://github.com/rackerlabs/python-cloudbackup-sdk/blob/master/examples/create_a_backup/backup_config.json.. _Contributing: https://github.com/rackerlabs/python-cloudbackup-sdk/blob/master/CONTRIBUTING.rst
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.