34 Commits

Author SHA1 Message Date
kennethreitz d8d73c0681 make 2015-03-10 14:01:42 -04:00
kennethreitz bff098bee3 Merge pull request #11 from gonzafirewall/master
add multi chained and make work pipe stdin between process
2015-03-10 13:57:56 -04:00
GonzaMartinez bce777d517 add multi chained and make work pipe stdin between process 2015-01-07 00:16:35 -03:00
kennethreitz af79305dbc Merge pull request #10 from hjwp/master
A first cut of working processes and working | based chains
2014-11-11 17:27:22 -05:00
Harry baa1698229 Update README for | syntax of chains 2014-11-04 11:54:17 +00:00
Harry 37445fb1da Implement .ok as per README 2014-11-04 11:52:48 +00:00
Harry c594cfcc18 Implement module-level run fn as per README 2014-11-04 11:52:48 +00:00
Harry 985eb1cc7d Move things around into a module 2014-11-04 11:52:47 +00:00
Harry 305565410f Remove some unused attributes 2014-11-04 11:52:47 +00:00
Harry d2bd3da8ea add repr to proc 2014-11-04 11:52:47 +00:00
Harry acfae7ac2a Working pipey chain, woo. 2014-11-04 11:52:47 +00:00
Harry 85b39fe4b6 First (broken) attempt at chain implementation 2014-11-04 11:52:47 +00:00
Harry d00704e46b First cut of chain tests 2014-11-04 11:52:47 +00:00
Harry cadd1112d6 mv test_procs to test_process.py 2014-11-04 11:52:47 +00:00
Harry 7dda975c05 handle case where stdout is the empty string 2014-11-04 11:52:47 +00:00
Harry d4dba5602b handle nonzero return codes 2014-11-04 11:52:47 +00:00
Harry ff0d7a61a9 test data directory for commands to work in 2014-11-04 11:52:47 +00:00
Harry 930ae89fe7 A first cut of a single process run 2014-11-04 11:52:47 +00:00
Harry a8958d6817 Test for single Process run 2014-11-04 11:52:47 +00:00
Harry 12a1f163c3 gitignore pycs and pycache 2014-11-04 11:52:47 +00:00
Harry dd2c8dfcff Placeholder first test and test runner (py.test) 2014-11-04 08:50:57 +00:00
Harry 92ea64f688 Make print Python3 compatible 2014-11-04 08:48:30 +00:00
Kenneth Reitz 9cff3a755f procs procs procs 2014-11-01 12:57:34 -04:00
Kenneth Reitz 375f710fb1 Merge branch 'master' of github.com:kennethreitz/god
Conflicts:
	README.rst
	procs.py
2014-11-01 12:56:49 -04:00
Kenneth Reitz 86afe6a8f3 procs 2014-11-01 11:41:28 -04:00
kennethreitz a702538568 Merge pull request #3 from shrayasr/renames
Bunch of renames to follow standard procedures
2014-10-31 10:57:58 -04:00
Shrayas 14d54d88b2 Adresses #1
- Renames standard streams to ones without the underscore.
- Retains subprocess' way of doing returncode as opposed to exit_code
- t.py doesn't make sense, calling it usage.py
2014-10-31 01:02:38 +05:30
kennethreitz ad1f2b05b8 Update README.rst 2014-10-30 12:42:48 -04:00
Kenneth Reitz 240e08f8fc fixes 2014-10-30 12:40:07 -04:00
Kenneth Reitz b7fab72ee5 comming together 2014-10-30 12:35:59 -04:00
Kenneth Reitz a178e9d448 basic structures 2014-10-30 12:23:40 -04:00
Kenneth Reitz 9e40d27ddf pipes 2014-10-29 16:26:46 -04:00
Kenneth Reitz c4a221047d ideas 2014-10-29 16:24:53 -04:00
Kenneth Reitz 4d4b9db672 getting started 2014-10-29 15:55:12 -04:00