On Sun, Nov 29, 2015 at 7:20 PM, <[email protected]> wrote: > Hi everyone, > > for my pet project I've needed python3 rados library. So I've took the > existing python2 rados code and clean it up a little bit to fit my needs. The > lib contains basic interface, asynchronous operations and also asyncio wrapper > for convenience in asyncio programs. > > If you are interested the code can be found at > > https://github.com/mihu/python3-rados
I haven't played with this, but I do remember that some level of python 3 support was merged to master recently: commit b7de34bc7e4237fd407dc6c0d714deec026d0594 Merge: 773713b 615f8f4 Author: Josh Durgin <[email protected]> Date: Thu Nov 12 19:32:42 2015 -0800 Merge branch 'pybind3' of https://github.com/dcoles/ceph into wip-pybind3 pybind: Add Python 3 support for rados and rbd modules Reviewed-by: Josh Durgin <[email protected]> Conflicts: src/pybind/rbd.py (new create args, minor fix to work with py3) It would be good to reconcile this with that. Cheers, John > > Cheers > _______________________________________________ > ceph-users mailing list > [email protected] > http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com _______________________________________________ ceph-users mailing list [email protected] http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
