kennethreitz-archive / procs

Python, Processes, and Prana.
225 stars 7 forks source link

A first cut of working processes and working | based chains #10

Closed hjwp closed 10 years ago

hjwp commented 10 years ago

OK so a pull request probably isn't the right way of communicating this, but I decided to try and throw something together for fun.

The README's two examples now work, proc.run and chain =proc1 | proc2`.

Run the tests with ./runtests.py (py.test bundled.)

kennethreitz commented 10 years ago

Interesting! Hmm....

kennethreitz commented 10 years ago

Will make some changes to this, but so far +1

hjwp commented 10 years ago

Can't believe you merged it! :-) <3

May not want to start a real process for all future tests, but I think, at least while we get started, they help reassure that things "really work". Can imagine keeping a few around in future as sanity-checks / integration tests...