42ec4ccda1
This patch implements basic client code for OSProfiler, which contains: * osprofiler.cmd.cliutils - module with utils for client code * osprofiler.cmd.commands - module with all commands. Each group of commands should inherit from `osprofiler.cmd.commands.BaseCommand` class (implemented commands: `results show`) * osprofiler.cmd.exc - module for clients exceptions (implemented exceptions: CommandError) * osprofiler.cmd.shell - module with basic shell class(`OSProfilerShell`), which append ceilometer and identity arguments groups, discover all cli commands in `osprofiler.cmd.commands`. * osprofiler.cmd.template.html - html-template for command "osprofiler trace show" Change-Id: If4bd50658c594793fe97e8ba1c9867694aa46ff4
4 lines
33 B
Plaintext
4 lines
33 B
Plaintext
argparse
|
|
six>=1.7.0
|
|
WebOb>=1.2.3
|