speedtest-logging/README.org
Evie Litherland-Smith 18b75ec9aa Initial commit: environment setup and boilerplate stuff
Doesn't do much yet, just setting up dev environment, README, LICENSE,
etc...

Script only imports required modules (speedtest-cli and pandas) and
prints version to ensure it works
2024-03-24 07:26:53 +00:00

12 lines
354 B
Org Mode

#+title: README
#+author: Evie Litherland-Smith
#+email: evie@xenia.me.uk
#+language: en
* What is this?
A simple tool to integrate ~speedtest-cli~ for checking
upload/download speeds, with ~pandas~ dataframes for collecting data
on regular runs.
* Contributing
This project uses ~black~ and ~isort~ for formatting, and ~pre-commit~
to run these checks.