openstack-map/sdks.yaml
Thierry Carrez 89fd78ff79 Remove shade from the openstack map
Shade has been deprecated in favor of OpenStackSDK. The map and
the software navigator should just promote OpenStackSDK instead.

Change-Id: Ie9e5f330810fb26f246a3e8c89023575710c8cd3
2018-12-20 11:22:00 +01:00

40 lines
1.3 KiB
YAML

---
name: SDKs
hide-subtabs: True
tabs:
- name: SDKs
map-bucket: openstack-user
prelude: >
Client tools and libraries for OpenStack cloud end users.
categories:
- category: Command-line clients
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: Python 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