File: setup.cfg

package info (click to toggle)
python-congressclient 1.2.3-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 388 kB
  • sloc: python: 2,938; makefile: 45
file content (78 lines) | stat: -rw-r--r-- 3,503 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[metadata]
name = python-congressclient
summary = Client for Congress
description-file =
    README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
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.4

[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_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_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

[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1

[upload_sphinx]
upload-dir = doc/build/html

[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