From 844fa439105e431cc479a9e66774eff24fef066e Mon Sep 17 00:00:00 2001 From: Rick van Hattem Date: Thu, 10 Jul 2014 12:52:39 +0200 Subject: [PATCH] Added statsd libraries for data and performance analysis --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dd0f8783..2370cc69 100644 --- a/README.md +++ b/README.md @@ -699,6 +699,8 @@ long, literate-programming-style documentation generator. * [SymPy](https://github.com/sympy/sympy) - A Python library for symbolic mathematics. * [statsmodels](https://github.com/statsmodels/statsmodels) - Statistical modeling and econometrics in Python. * [astropy](http://www.astropy.org/) - A community Python library for Astronomy. +* [python-statsd](https://github.com/WoLpH/python-statsd) Library to send data to Statsd allowing for data and performance analysis +* [django-statsd](https://github.com/WoLpH/django-statsd) Library to send data to Statsd from Django to analyse web application view performance ## Data Visualization