
The map uses "bucket names" like "openstack-adjacentenablers" as labels. This was supposed to correspond to GitHub organization names, but since then the TC decided that all of OpenStack would be mirrored to a single organization on GitHub, so we don't really need GitHub-org-compatible names anymore. Let's get rid of bucket names and just use section names instead, but adapt some of them so that they match their contents a bit better. Change-Id: Ia0e4a6bf132b3b6ace4a247727adf8fd9727087e
39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
---
|
|
name: Client tools
|
|
hide-subtabs: True
|
|
tabs:
|
|
|
|
- name: Client tools
|
|
prelude: >
|
|
Client-side tools and libraries for interacting with OpenStack APIs.
|
|
categories:
|
|
|
|
- category: CLIs
|
|
components:
|
|
|
|
- name: openstackclient
|
|
title: Command-line interface for all OpenStack services
|
|
docs-title: Docs
|
|
docs-url: https://docs.openstack.org/python-openstackclient/latest/
|
|
download-title: Download
|
|
download-url: https://pypi.org/project/python-openstackclient/
|
|
desc: >
|
|
Single command-line interface for OpenStack services with a
|
|
uniform command set and format.
|
|
project-team: OpenStackClient
|
|
|
|
- category: SDKs
|
|
components:
|
|
|
|
- name: openstacksdk
|
|
title: Official Python SDK for OpenStack APIs
|
|
docs-title: Docs
|
|
docs-url: https://docs.openstack.org/openstacksdk/latest/
|
|
download-title: Download
|
|
download-url: https://pypi.org/project/openstacksdk/
|
|
desc: >
|
|
Multi-cloud aware Python SDK for the OpenStack REST API
|
|
exposing both the full set of low-level APIs as well as
|
|
curated higher level business logic.
|
|
project-team: OpenStackSDK
|