A module to easily get the speedtest data you need within seconds
Project description
pySMTP
An easy-to-use python library to send emails within seconds. Based on the speedtest-cli library.
Usage
Main commands
Simple
gives a simple report of download, upload speed, and ping.
import speedtestpy
speedtestpy.run.simple()
Test
runs full speedtest-cli test.
import speedtestpy # import the module
speedtestpy.run.test()
Data commands
get raw speedtest data
import speedtestpy # import the module
speedtestpy.data.download() # return download speed
speedtestpy.data.upload() # returns upload speed
speedtestpy.data.ping() # returns ping speed
Help function
get help
import speedtestpy # import the module
speedtestpy.run.help() # help command
Requirements
speedtest-cli library.
Credits
Made by HYKANTUS
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
speedtestpy-1.0.0.tar.gz
(3.0 kB
view details)
File details
Details for the file speedtestpy-1.0.0.tar.gz
.
File metadata
- Download URL: speedtestpy-1.0.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | edd22ae56bba7713e0cea79af35606c346b04edf1327c82a20ef154a14b51a75 |
|
MD5 | a1d2c5c7f88b327ada503bebce170f15 |
|
BLAKE2b-256 | 708e180b6c5590cac9b6a761416170ef6d1ae0af553ae0f52a02c93cbfcd9aec |