summaryrefslogtreecommitdiffstats
path: root/python/pystatsd/README
diff options
context:
space:
mode:
author Lionel Young2012-08-11 04:50:45 +0200
committer Robby Workman2012-08-11 04:50:45 +0200
commit9149fe31478aaba296b32a75ca1813ee441a5210 (patch)
tree82e670abb583b6912d68c1e1551584d56e6c2c3c /python/pystatsd/README
parentcb3928b6eda11c9eea0f2fc9e7e08234e3f5beb1 (diff)
downloadslackbuilds-9149fe31478aaba296b32a75ca1813ee441a5210.tar.gz
python/pystatsd: Added (Graphite frontend)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/pystatsd/README')
-rw-r--r--python/pystatsd/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/pystatsd/README b/python/pystatsd/README
new file mode 100644
index 0000000000..35a0d86cb3
--- /dev/null
+++ b/python/pystatsd/README
@@ -0,0 +1,5 @@
+pystatsd is a client and server implementation of
+Etsy's statsd server, a frontend/proxy for the
+Graphite stats collection and graphing server.
+
+This requires distribute and argparse.