]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind: move cephfs to Cython
authorMehdi Abaakouk <sileht@redhat.com>
Thu, 25 Feb 2016 14:54:05 +0000 (15:54 +0100)
committerMehdi Abaakouk <sileht@redhat.com>
Mon, 29 Feb 2016 09:58:52 +0000 (10:58 +0100)
commit10f125f765ccd2a32254150e49b77e1f4157f936
tree705c375a7610b9f2238e56816b57249f5021d1c3
parent8c054f741a8102271c3b9ccf6f459210cf40f71e
pybind: move cephfs to Cython

This change moves cephfs binding to Cython.

Closes-bug: #14818
Signed-off-by: Mehdi Abaakouk <sileht@redhat.com>
12 files changed:
admin/build-doc
ceph.spec.in
debian/python-cephfs.install
src/Makefile-client.am
src/civetweb
src/pybind/Makefile.am
src/pybind/cephfs.py [deleted file]
src/pybind/cephfs/Makefile.am [new file with mode: 0644]
src/pybind/cephfs/cephfs.pyx [new file with mode: 0644]
src/pybind/cephfs/setup.py [new file with mode: 0755]
src/pybind/rados/rados.pyx
src/test/pybind/test_cephfs.py