recipyCmd.recipycmd module

recipy - a frictionless provenance tool for Python

Usage:
recipy search [options] <outputfile> recipy latest [options] recipy gui [options] recipy annotate [<idvalue>] recipy pm [–format=<rst|plain>] recipy (-h | –help) recipy –version
Options:
-h –help Show this screen –version Show version -p –filepath Search based on filepath rather than hash -f –fuzzy Use fuzzy searching on filename -r –regex Use regex searching on filename -i –id Search based on (a fragment of) the run ID -a –all Show all results (otherwise just latest result given) -v –verbose Be verbose -d –diff Show diff -j –json Show output as JSON –no-browser Do not open browser window –debug Turn on debugging mode
recipyCmd.recipycmd.annotate(args)
recipyCmd.recipycmd.find_by_filepath(x, val)
recipyCmd.recipycmd.find_by_hash(x, val)
recipyCmd.recipycmd.find_by_regex(x, val)
recipyCmd.recipycmd.get_latest_run()
recipyCmd.recipycmd.gui(args)

Loads recipy GUI from the command-line

recipyCmd.recipycmd.latest(args)
recipyCmd.recipycmd.main()

Main function for recipy command-line script

recipyCmd.recipycmd.patched_modules(args)
recipyCmd.recipycmd.search(args)
recipyCmd.recipycmd.search_hash(args)
recipyCmd.recipycmd.search_text(args)
recipyCmd.recipycmd.template_result(r, nocolor=False)