lzyeval 8b09723a00 PEP8 swift cleanup
The None, True, and False values are singletons.

All variable *comparisons* to singletons should use 'is' or 'is not'.
All variable *evaluations* to boolean should use 'if' or 'if not'.
All Object type comparisons should use isinstance()
instead of comparing types directly.

Change-Id: I47863c4862791022670619f19b8bc15d8a93fd81
2012-01-04 14:53:53 +08:00
2011-11-01 15:49:00 +00:00
2012-01-04 14:53:53 +08:00
2012-01-04 14:53:53 +08:00
2011-09-07 21:55:40 +00:00
2010-07-12 17:03:45 -05:00
2010-07-12 17:03:45 -05:00
2011-11-16 16:00:31 -08:00
2010-07-12 17:03:45 -05:00
2011-12-29 19:19:41 +00:00

Swift
-----

A distributed object store that was originally developed as the basis for 
Rackspace's Cloud Files.

To build documentation run `python setup.py build_sphinx`, and then browse to
/doc/build/html/index.html.

The best place to get started is the "SAIO - Swift All In One", which will walk
you through setting up a development cluster of Swift in a VM.

For more information, visit us at http://launchpad.net/swift, or come hang out
on our IRC channel, #openstack on freenode.

--
Swift Development Team
Description
OpenStack Storage (Swift)
Readme 195 MiB
Languages
Python 99.6%
JavaScript 0.3%