Python libraries for the Ceph librados library with use cython instead of ctypes
Project description
Python libraries for the Ceph librados library with use cython instead of ctypes
This a standalone library identical to this Ceph PR https://github.com/ceph/ceph/pull/7621
But this can be used with older version of Ceph from 0.80.X (firefly) to 10.0.X (perhaps more not tested)
This is designed for application that only want to use the Rados API, this can’t be used with the ceph rbd.py or librbdpy
The API of this python lib is identical to the Ceph rados.py API. More detail can be found on https://github.com/ceph/ceph/pull/7621.
Free software: LGPL 2.1
Documentation: http://docs.ceph.com/docs/master/rados/api/python/
Installation
Pre-requires:
$ sudo apt-get install cython librados2 librados-dev
Then, at the command line:
$ pip install cradox
Or, if you have virtualenvwrapper installed:
$ mkvirtualenv cradox $ pip install cradox
Usage
import cradox as rados
Functionnal Tests
A running ceph cluster is needed, the authentification must be disabled or done automatically with the configuration in /etc/ceph/ceph.conf.
For python 2.X:
$ ./test_rados.sh
For python 3.X:
$ ./test_rados.sh -3
For python2-dbg + gdb:
$ ./test_rados.sh -b
For python2-dbg + cygdb:
$ ./test_rados.sh -d
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file cradox-1.0.8.tar.gz
.
File metadata
- Download URL: cradox-1.0.8.tar.gz
- Upload date:
- Size: 37.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94052aee32627fbac4d72804b0bfcf4bdb0bd9f3d4e5b739317f11340c652c94 |
|
MD5 | 70e6b79cf7e3efb00c5a3c7e36083441 |
|
BLAKE2b-256 | c6f2d9cca7041d7a4a7d7f97628741f4c43b6f06ba7269141a53101f7e18d868 |