cloudfiles-light

Lightweight helper for using rackspace cloudfiles


License
MIT
Install
pip install cloudfiles-light==0.1

Documentation

Cloudfiles-light

Lightweight helper for using rackspace cloudfiles. Has way fewer dependencies (and features) than the official sdk pyrax

Usage

from cloudfiles_light import CloudFilesSession

session = CloudFilesSession(username, apikey, region)
# list files
session.get('my-container')

session is a requests session that prepends the endpoint base url and handles authentication (requests and refreshes tokens and adds as headers)

This is aimed at using the Rackspace Cloud Files API 1.0

License

MIT