Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ianj-als/pypeline.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Johnson <ian.johnson@appliedlanguage.com>2012-08-14 13:11:19 +0400
committerIan Johnson <ian.johnson@appliedlanguage.com>2012-08-14 13:11:19 +0400
commita54f53584747995de79681506f7c47f83b193311 (patch)
treec5ad59af7e5fd0fa8e49ee33352d9b11a3d5cad4
parentdbe974fcbbffe33a4dc2f947a4c0a76d19554e6e (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d8e4062..28542aa 100644
--- a/README.md
+++ b/README.md
@@ -46,3 +46,5 @@ Pipelines can be constructed using the helpers function in the [pypeline.helpers
1. Pipelines,
2. Pipeline components, and
3. Wires.
+
+A pipeline is a series of pipeline components that are, optionally, connected with wires. Pipeline components can be constructed with functions, or with a `subprocess.Popen` object; this enables pipelines to be built that call externally running programs. Currently, the protocol for communicating with subprocesses is via stdin and stdout. A single line is fed into the subprocess on stdin and it shall respond with a single line on it's stdout. \ No newline at end of file