]> git.proxmox.com Git - ceph.git/blame - ceph/src/python-common/README.rst
import ceph quincy 17.2.1
[ceph.git] / ceph / src / python-common / README.rst
CommitLineData
9f95a23c
TL
1ceph-python-common
2==================
3
4This library is meant to be used to keep common data structures and
5functions usable throughout the Ceph project.
6
7Like for example:
8
9- All different Cython bindings.
10- MGR modules.
11- ``ceph`` command line interface and other Ceph tools.
12- Also external tools.
13
9f95a23c
TL
14Usage
15=====
16
17From within the Ceph git, just import it:
18
19.. code:: python
20
21 from ceph.deployment_utils import DriveGroupSpec
22 from ceph.exceptions import OSError