معرفی شرکت ها


cradox-2.1.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Python libraries for the Ceph librados library with use cython instead of ctypes
ویژگی مقدار
سیستم عامل -
نام فایل cradox-2.1.2
نام cradox
نسخه کتابخانه 2.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mehdi Abaakouk
ایمیل نویسنده sileht@sileht.net
آدرس صفحه اصلی https://github.com/sileht/pycradox
آدرس اینترنتی https://pypi.org/project/cradox/
مجوز -
====== cradox ====== .. image:: https://travis-ci.org/sileht/pycradox.png?branch=master :target: https://travis-ci.org/sileht/pycradox .. image:: https://img.shields.io/pypi/v/cradox.svg :target: https://pypi.python.org/pypi/cradox/ :alt: Latest Version .. image:: https://img.shields.io/pypi/dm/cradox.svg :target: https://pypi.python.org/pypi/cradox/ :alt: Downloads /!\ DON'T USE IT, but use upstream python-rados, except you really can't /!\ Python libraries for the Ceph librados library with use cython instead of ctypes This a standalone library initially comes from this Ceph PR https://github.com/ceph/ceph/pull/7621 But can be built against older version of Ceph from 10.2.X (jewel) to latest. (For older version use cradox< 2.0) This is designed for application that want to use a recent python-rados API without upgrading the whole ceph cluster. Rados C handles provided by this library can't be used with the ceph rbd.py or librbdpy. The API of this python lib will be keep in sync with the upstream Ceph rados.py API. * Free software: LGPL 2.1 * Documentation: http://docs.ceph.com/docs/master/rados/api/python/ * Source: http://github.com/sileht/pycradox 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 ----------------- Ceph packages must be installed, the suite create a temporary Ceph cluster run the tests and destroy it. :: tox


نحوه نصب


نصب پکیج whl cradox-2.1.2:

    pip install cradox-2.1.2.whl


نصب پکیج tar.gz cradox-2.1.2:

    pip install cradox-2.1.2.tar.gz