Evie Litherland-Smith
18b75ec9aa
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
12 lines
354 B
Org Mode
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.
|