summaryrefslogtreecommitdiff
path: root/devel/py-eliot/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-eliot/pkg-descr')
-rw-r--r--devel/py-eliot/pkg-descr4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-eliot/pkg-descr b/devel/py-eliot/pkg-descr
new file mode 100644
index 000000000000..60c5023dfe3b
--- /dev/null
+++ b/devel/py-eliot/pkg-descr
@@ -0,0 +1,4 @@
+eliot is a Python logging system that outputs causal chains of
+actions: actions can spawn other actions, and eventually they either
+succeed or fail. The resulting logs tell you the story of what your
+software did: what happened, and what caused it.