{"id":20111803,"url":"https://github.com/openstack/osc-lib","last_synced_at":"2025-05-06T11:31:20.900Z","repository":{"id":66174832,"uuid":"58857618","full_name":"openstack/osc-lib","owner":"openstack","description":"OpenStackClient plugin library support. Mirror of code maintained at opendev.org.","archived":false,"fork":false,"pushed_at":"2024-03-12T13:00:00.000Z","size":1175,"stargazers_count":15,"open_issues_count":0,"forks_count":12,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-03-13T14:13:41.135Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://opendev.org/openstack/osc-lib","language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openstack.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-05-15T11:14:48.000Z","updated_at":"2024-04-15T13:04:32.305Z","dependencies_parsed_at":"2023-02-20T23:15:59.595Z","dependency_job_id":"4b2ae53c-858b-473e-bca5-6c9d47a5bc98","html_url":"https://github.com/openstack/osc-lib","commit_stats":null,"previous_names":[],"tags_count":71,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fosc-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fosc-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fosc-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstack%2Fosc-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openstack","download_url":"https://codeload.github.com/openstack/osc-lib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224499851,"owners_count":17321605,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T18:17:45.338Z","updated_at":"2024-11-13T18:17:45.819Z","avatar_url":"https://github.com/openstack.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=======\nosc-lib\n=======\n\n.. image:: https://img.shields.io/pypi/v/osc-lib.svg\n    :target: https://pypi.org/project/osc-lib/\n    :alt: Latest Version\n\nOpenStackClient (aka OSC) is a command-line client for OpenStack. osc-lib\nis a package of common support modules for writing OSC plugins.\n\n* `PyPi`_ - package installation\n* `Online Documentation`_\n* `Launchpad project`_ - part of OpenStackClient\n* `Bugs`_ - issue tracking\n* `Source`_\n* `Developer` - getting started as a developer\n* `Contributing` - contributing code\n* `Testing` - testing code\n* IRC: #openstack-sdks on OFTC (irc.oftc.net)\n* License: Apache 2.0\n\n.. _PyPi: https://pypi.org/project/osc-lib\n.. _Online Documentation: http://docs.openstack.org/osc-lib/latest/\n.. _Launchpad project: https://launchpad.net/python-openstackclient\n.. _Bugs: https://storyboard.openstack.org/#!/project_group/80\n.. _Source: https://opendev.org/openstack/osc-lib\n.. _Developer: http://docs.openstack.org/project-team-guide/project-setup/python.html\n.. _Contributing: http://docs.openstack.org/infra/manual/developers.html\n.. _Testing: http://docs.openstack.org/osc-lib/latest/contributor/#testing\n.. _Release Notes: https://docs.openstack.org/releasenotes/osc-lib\n\nGetting Started\n===============\n\nosc-lib can be installed from PyPI using pip::\n\n    pip install osc-lib\n\nTransition From OpenStackclient\n===============================\n\nThis library was extracted from the main OSC repo after the OSC 2.4.0 release.\nThe following are the changes to imports that will cover the majority of\ntransition to using osc-lib:\n\n* openstackclient.api.api -\u003e osc_lib.api.api\n* openstackclient.api.auth -\u003e osc_lib.api.auth\n* openstackclient.api.utils -\u003e osc_lib.api.utils\n* openstackclient.common.command -\u003e osc_lib.command.command\n* openstackclient.common.commandmanager -\u003e osc_lib.command.commandmanager\n* openstackclient.common.exceptions -\u003e osc_lib.exceptions\n* openstackclient.common.logs -\u003e osc_lib.logs\n* openstackclient.common.parseractions -\u003e osc_lib.cli.parseractions\n* openstackclient.common.session -\u003e osc_lib.session\n* openstackclient.common.utils -\u003e osc_lib.utils\n* openstackclient.i18n -\u003e osc_lib.i18n\n* openstackclient.shell -\u003e osc_lib.shell\n\nAlso, some of the test fixtures and modules may be used:\n\n* openstackclient.tests.fakes -\u003e osc_lib.tests.fakes\n* openstackclient.tests.utils -\u003e osc_lib.tests.utils\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fosc-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenstack%2Fosc-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstack%2Fosc-lib/lists"}