2020-02-28 13:24:30 +01:00
|
|
|
[metadata]
|
|
|
|
name = validations-libs
|
|
|
|
summary = A common library for the validations framework
|
2021-01-25 14:05:15 +01:00
|
|
|
long_description = file:README.rst
|
|
|
|
long_description_content_type = text/x-rst
|
2020-02-28 13:24:30 +01:00
|
|
|
author = OpenStack
|
2021-05-08 15:37:08 +08:00
|
|
|
author_email = openstack-discuss@lists.openstack.org
|
|
|
|
home_page = https://docs.openstack.org/validations-libs/latest/
|
2020-02-28 13:24:30 +01:00
|
|
|
classifier =
|
2022-05-04 12:27:49 +02:00
|
|
|
Development Status :: 5 - Production/Stable
|
2020-02-28 13:24:30 +01:00
|
|
|
Environment :: OpenStack
|
2022-05-04 12:27:49 +02:00
|
|
|
Framework :: Ansible
|
2020-02-28 13:24:30 +01:00
|
|
|
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
|
2020-04-24 08:23:22 -05:00
|
|
|
Programming Language :: Python :: 3.8
|
2021-04-26 17:41:19 +02:00
|
|
|
Programming Language :: Python :: 3.9
|
2020-02-28 13:24:30 +01:00
|
|
|
|
2022-05-04 12:27:49 +02:00
|
|
|
[options]
|
|
|
|
python_requires = >=3.6
|
|
|
|
|
2020-02-28 13:24:30 +01:00
|
|
|
[files]
|
|
|
|
packages = validations_libs
|
|
|
|
|
2021-05-20 19:09:37 +02:00
|
|
|
data_files =
|
2022-05-04 12:27:49 +02:00
|
|
|
etc = validation.cfg
|
2021-12-06 16:09:12 +01:00
|
|
|
share/ansible/callback_plugins = validations_libs/callback_plugins/*
|
2021-05-20 19:09:37 +02:00
|
|
|
|
2020-02-28 13:24:30 +01:00
|
|
|
[entry_points]
|
2021-03-23 18:33:04 +01:00
|
|
|
console_scripts:
|
|
|
|
validation = validations_libs.cli.app:main
|
|
|
|
|
|
|
|
validation.cli:
|
|
|
|
list = validations_libs.cli.lister:ValidationList
|
|
|
|
show = validations_libs.cli.show:Show
|
|
|
|
show_group = validations_libs.cli.show:ShowGroup
|
|
|
|
show_parameter = validations_libs.cli.show:ShowParameter
|
|
|
|
run = validations_libs.cli.run:Run
|
|
|
|
history_list = validations_libs.cli.history:ListHistory
|
|
|
|
history_get = validations_libs.cli.history:GetHistory
|
2021-10-20 11:01:13 +02:00
|
|
|
init = validations_libs.cli.community:CommunityValidationInit
|