OpenStackClient Library
.. image:: https://img.shields.io/pypi/v/osc-lib.svg :target: https://pypi.org/project/osc-lib/ :alt: Latest Version
OpenStackClient (aka OSC) is a command-line client for OpenStack. osc-lib is a package of common support modules for writing OSC plugins.
PyPi
_ - package installationOnline Documentation
_Launchpad project
_ - part of OpenStackClientBugs
_ - issue trackingSource
_Developer
- getting started as a developerContributing
- contributing codeTesting
- testing code.. _PyPi: https://pypi.org/project/osc-lib .. _Online Documentation: http://docs.openstack.org/osc-lib/latest/ .. _Launchpad project: https://launchpad.net/python-openstackclient .. _Bugs: https://storyboard.openstack.org/#!/project_group/80 .. _Source: https://opendev.org/openstack/osc-lib .. _Developer: http://docs.openstack.org/project-team-guide/project-setup/python.html .. _Contributing: http://docs.openstack.org/infra/manual/developers.html .. _Testing: http://docs.openstack.org/osc-lib/latest/contributor/#testing .. _Release Notes: https://docs.openstack.org/releasenotes/osc-lib
osc-lib can be installed from PyPI using pip::
pip install osc-lib
This library was extracted from the main OSC repo after the OSC 2.4.0 release. The following are the changes to imports that will cover the majority of transition to using osc-lib:
Also, some of the test fixtures and modules may be used: