-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathsetup.cfg
33 lines (28 loc) · 949 Bytes
/
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
[metadata]
name = prophet
summary = Tool for collection and analysis in many senarios like cloud migration and cloud DR accessing period
author = Ray Sun<[email protected]>
classifier =
Development Status :: 4 - Beta
Environment :: Console
License :: OSI Approved :: Mulan Public License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
prophet
[entry_points]
console_scripts =
prophet-cli = prophet.cmd.cli:main
host_collector =
LINUX = prophet.collector.hosts.linux:LinuxCollector
WINDOWS = prophet.collector.hosts.windows:WindowsCollector
VMWARE = prophet.collector.hosts.vmware:VMwareCollector
host_parser =
LINUX = prophet.parser.hosts.linux:LinuxParser
WINDOWS = prophet.parser.hosts.windows:WindowsParser
VMWARE = prophet.parser.hosts.vmware:VMwareParser