This is a Python library to allow access to the Ceph Object Storage admin API.
http://ceph.com/docs/master/radosgw/adminops/
The following python modules are a required to run radosgw-admin.
Both of these can be installed via simple pip command.
pip install requests-aws
Additionally you need to have a Ceph Ceph Object Storage instance with a user that has appropriate caps (capabilties) on the parts of the API that you want to access. See the Ceph Object Storage page for more information.