Bases: zendev.cmd.vagrantManager.VagrantManager
Manages a cluster of Vagrant boxes.
Bases: string.Formatter
Formatter with custom behavior for formatting pull requests.
Add custom formatting Custom formatter is a trailing “<func=val[,val]>” string in the format specifier. e.g., {html_url:<color=yellow>}
Treat field names of the form ”.key” as dictionary lookups instead of attributes. This allows natural specification of fields in the form “a.b.c” instead of “a[b][c]”. For legal PR field definitions see the response example in: https://developer.github.com/v3/pulls/#list-pull-requests
Bases: object
Bases: object
Manages Vagrant boxes.