Find a file
2024-03-24 08:23:07 +00:00
speedtest_logging Don't install poetry extras for application 2024-03-24 08:23:07 +00:00
.gitignore Initial commit: environment setup and boilerplate stuff 2024-03-24 07:26:53 +00:00
.pre-commit-config.yaml Initial commit: environment setup and boilerplate stuff 2024-03-24 07:26:53 +00:00
flake.lock Initial commit: environment setup and boilerplate stuff 2024-03-24 07:26:53 +00:00
flake.nix Don't install poetry extras for application 2024-03-24 08:23:07 +00:00
LICENSE Initial commit: environment setup and boilerplate stuff 2024-03-24 07:26:53 +00:00
poetry.lock Add click for CLI, add __version__ to __init__.py 2024-03-24 08:07:00 +00:00
pyproject.toml Don't install poetry extras for application 2024-03-24 08:23:07 +00:00
README.org Initial commit: environment setup and boilerplate stuff 2024-03-24 07:26:53 +00:00

README

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.