aboutsummaryrefslogtreecommitdiff
path: root/cbc/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Maybe improved process handling a bitJoseph Hunkeler2015-07-231-19/+41
|
* * Add run_process Popen wrapper for real-time output display and string ↵Joseph Hunkeler2015-07-161-39/+61
| | | | | | | | processing callback * Add combine_args as a catch all for joining argments * Replace manual subprocess calls with run_process in conda_install, conda_reinstall, conda_build * Improve conda_search by parsing conda's own json output provided by "conda search --json [package]"
* Fix conda_search... I think.Joseph Hunkeler2015-07-071-7/+12
|
* Getting closer to the real dealJoseph Hunkeler2015-06-291-2/+40
|
* Initial commit of utils.pyJoseph Hunkeler2015-06-261-0/+30