This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
68 lines (62 loc) · 1.89 KB
/
setup.cfg
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
[metadata]
name = python-observabilityclient
summary = OpenStack Observability Client
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
license = Apache License, Version 2.0
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://infrawatch.github.io/documentation/
python_requires = >=3.6
install_requires =
keystoneauth1
osc-lib
requests
PyYaml
classifier =
Environment :: Console
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[files]
packages =
observabilityclient
[options.extras_require]
test =
coverage>=3.6
oslotest>=1.10.0 # Apache-2.0
reno>=1.6.2 # Apache2
tempest>=10
stestr>=2.0.0 # Apache-2.0
testtools>=1.4.0
pifpaf[gnocchi]>=0.23
SQLAlchemy<=1.4.41
oslo.db<=12.3.1
[entry_points]
openstack.cli.extension =
observabilityclient = observabilityclient.plugin
openstack.observabilityclient.v1 =
metric_list = observabilityclient.v1.cli:List
metric_show = observabilityclient.v1.cli:Show
metric_query = observabilityclient.v1.cli:Query
metric_delete = observabilityclient.v1.cli:Delete
metric_clean-tombstones = observabilityclient.v1.cli:CleanTombstones
metric_snapshot = observabilityclient.v1.cli:Snapshot
[flake8]
show-source = True
builtins = _
exclude =
.venv,
.git,
dist