.gitignore
.travis.yml
AUTHORS.rst
CHANGELOG.rst
Dockerfile
LICENSE.txt
MANIFEST.in
Makefile
README.md
README.rst
TODO.md
docker-compose.yml
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/license.rst
docs/_static/.gitignore
scripts/runapp.sh
scripts/runimg.sh
src/speedtest_http/__init__.py
src/speedtest_http/plt_3Ddensity.py
src/speedtest_http/plt_heatmap.py
src/speedtest_http/plt_scatter.py
src/speedtest_http/views.py
src/speedtest_http.egg-info/PKG-INFO
src/speedtest_http.egg-info/SOURCES.txt
src/speedtest_http.egg-info/dependency_links.txt
src/speedtest_http.egg-info/not-zip-safe
src/speedtest_http.egg-info/requires.txt
src/speedtest_http.egg-info/top_level.txt
src/speedtest_http/static/styles.css
src/speedtest_http/templates/404.html
src/speedtest_http/templates/exception.html
src/speedtest_http/templates/gt2.html
src/speedtest_http/templates/index.html
static/Heatmap30.png
static/Lineplot24.png
static/LineplotTodayAndroid.png
tests/conftest.py
tests/min.csv
tests/test_speedtest_http.py