Files
sushy-cli/setup.cfg
Ilya Etingof e24fe5afc0 Rebase cliff commands onto common Command and Lister bases
CLI syntax changed to reflect underlying `cliff` customs. The
following commands now supported:

  sushycli system power show
  sushycli system power on
  sushycli system power off
  sushycli version show

Change-Id: Ib7dd7dae908a8fddcd89ea754bb4f5b346f45519
Story: 2006608
Task: 36776
2020-02-10 15:45:41 +01:00

55 lines
1.3 KiB
INI

[metadata]
name = sushy-cli
summary = Redfish CLI tool based on sushy Redfish client library
description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/sushy-cli/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[files]
packages =
sushycli
[entry_points]
console_scripts =
sushycli = sushycli.cmd.sushycli:main
sushycli =
system_power_show = sushycli.system_power:SystemPowerShow
system_power = sushycli.system_power:SystemPowerSet
version_show = sushycli.version:VersionShow
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
warning-is-error = 1
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = sushycli/locale
domain = sushycli
[update_catalog]
domain = sushycli
output_dir = sushycli/locale
input_file = sushycli/locale/sushycli.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = sushycli/locale/sushycli.pot