]> git.proxmox.com Git - ceph.git/blob - ceph/src/python-common/README.rst
import 15.2.0 Octopus source
[ceph.git] / ceph / src / python-common / README.rst
1 ceph-python-common
2 ==================
3
4 This library is meant to be used to keep common data structures and
5 functions usable throughout the Ceph project.
6
7 Like 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
14 Requirements
15 ============
16
17 - ``python-six``
18
19 Usage
20 =====
21
22 From within the Ceph git, just import it:
23
24 .. code:: python
25
26 from ceph.deployment_utils import DriveGroupSpec
27 from ceph.exceptions import OSError