1Metadata-Version: 1.2 2Name: os-brick 3Version: 5.1.0 4Summary: OpenStack Cinder brick library for managing local volume attaches 5Home-page: https://docs.openstack.org/os-brick/ 6Author: OpenStack 7Author-email: openstack-discuss@lists.openstack.org 8License: UNKNOWN 9Description: ======================== 10 Team and repository tags 11 ======================== 12 13 .. image:: https://governance.openstack.org/tc/badges/os-brick.svg 14 :target: https://governance.openstack.org/tc/reference/tags/index.html 15 16 .. Change things from this point on 17 18 ===== 19 brick 20 ===== 21 22 .. image:: https://img.shields.io/pypi/v/os-brick.svg 23 :target: https://pypi.org/project/os-brick/ 24 :alt: Latest Version 25 26 .. image:: https://img.shields.io/pypi/dm/os-brick.svg 27 :target: https://pypi.org/project/os-brick/ 28 :alt: Downloads 29 30 OpenStack Cinder brick library for managing local volume attaches 31 32 33 Features 34 -------- 35 36 * Discovery of volumes being attached to a host for many transport protocols. 37 * Removal of volumes from a host. 38 39 Hacking 40 ------- 41 42 Hacking on brick requires Python 3.6+. A recent tox is required, as is a recent 43 virtualenv (20.2.2 or newer). 44 45 If "tox -e py34" fails with the error "db type could not be determined", remove 46 the .testrepository/ directory and then run "tox -e py34". 47 48 For any other information, refer to the developer documents: 49 https://docs.openstack.org/os-brick/latest/ 50 OR refer to the parent project, Cinder: 51 https://docs.openstack.org/cinder/latest/ 52 Release notes for the project can be found at: 53 https://docs.openstack.org/releasenotes/os-brick 54 55 * License: Apache License, Version 2.0 56 * Source: https://opendev.org/openstack/os-brick 57 * Bugs: https://bugs.launchpad.net/os-brick 58 59 60Platform: UNKNOWN 61Classifier: Environment :: OpenStack 62Classifier: Intended Audience :: Information Technology 63Classifier: Intended Audience :: System Administrators 64Classifier: License :: OSI Approved :: Apache Software License 65Classifier: Operating System :: POSIX :: Linux 66Classifier: Programming Language :: Python 67Classifier: Programming Language :: Python :: Implementation :: CPython 68Classifier: Programming Language :: Python :: 3 :: Only 69Classifier: Programming Language :: Python :: 3 70Classifier: Programming Language :: Python :: 3.6 71Classifier: Programming Language :: Python :: 3.7 72Classifier: Programming Language :: Python :: 3.8 73Requires-Python: >=3.6 74