Skip to main content

Lightweight helper for using rackspace cloudfiles

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cloudfiles-light-0.2.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

cloudfiles_light-0.2-py2.py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page