[metadata] name = python-congressclient summary = Client for Congress description-file = README.rst author = OpenStack author-email = openstack-discuss@lists.openstack.org home-page = https://docs.openstack.org/python-congressclient/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 :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 [files] packages = congressclient [entry_points] openstack.cli.extension = congressclient = congressclient.osc.osc_plugin openstack.congressclient.v1 = congress_policy_create = congressclient.osc.v1.policy:CreatePolicy congress_policy_create-from-file = congressclient.osc.v1.policy:CreatePolicyFromFile congress_policy_delete = congressclient.osc.v1.policy:DeletePolicy congress_policy_show = congressclient.osc.v1.policy:ShowPolicy congress_policy_rule_create = congressclient.osc.v1.policy:CreatePolicyRule congress_policy_rule_delete = congressclient.osc.v1.policy:DeletePolicyRule congress_policy_rule_show = congressclient.osc.v1.policy:ShowPolicyRule congress_policy_rule_list = congressclient.osc.v1.policy:ListPolicyRules congress_policy_list = congressclient.osc.v1.policy:ListPolicy congress_policy_row_list = congressclient.osc.v1.policy:ListPolicyRows congress_policy_table_list = congressclient.osc.v1.policy:ListPolicyTables congress_policy_simulate = congressclient.osc.v1.policy:SimulatePolicy congress_datasource_list = congressclient.osc.v1.datasource:ListDatasources congress_datasource_create = congressclient.osc.v1.datasource:CreateDatasource congress_datasource_delete = congressclient.osc.v1.datasource:DeleteDatasource congress_datasource_request-refresh = congressclient.osc.v1.datasource:DatasourceRequestRefresh congress_datasource_table_list = congressclient.osc.v1.datasource:ListDatasourceTables congress_datasource_row_list = congressclient.osc.v1.datasource:ListDatasourceRows congress_datasource_row_update = congressclient.osc.v1.datasource:UpdateDatasourceRow congress_datasource_status_show = congressclient.osc.v1.datasource:ShowDatasourceStatus congress_datasource_actions_show= congressclient.osc.v1.datasource:ShowDatasourceActions congress_datasource_schema_show = congressclient.osc.v1.datasource:ShowDatasourceSchema congress_datasource_table_schema_show = congressclient.osc.v1.datasource:ShowDatasourceTableSchema congress_policy_table_show = congressclient.osc.v1.policy:ShowPolicyTable congress_datasource_table_show = congressclient.osc.v1.datasource:ShowDatasourceTable congress_driver_config_show = congressclient.osc.v1.driver:ShowDriverConfig congress_driver_schema_show = congressclient.osc.v1.driver:ShowDriverSchema congress_driver_list = congressclient.osc.v1.driver:ListDrivers congress_version_list = congressclient.osc.v1.api_versions:ListAPIVersions [compile_catalog] directory = congressclient/locale domain = python-congressclient [update_catalog] domain = python-congressclient output_dir = congressclient/locale input_file = congressclient/locale/python-congressclient.pot [extract_messages] keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg output_file = congressclient/locale/python-congressclient.pot