sydep module¶
- sydep.main(args)[source]¶
Init function of script. Called by sydep.
Parameters: args – dictionary of arguments from command line (got by docopt)
- sydep.pull(config, args)[source]¶
Update local files from server - overwrite just existing files, don’t create new ones.
Parameters: - config – instance of ConfigParser
- args – dictionary of arguments from command line (got by docopt)