A module to easily get the speedtest data you need within seconds
Project description
pySMTP
A module to easily get the speedtest data you need 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.1.0.tar.gz
(3.0 kB
view details)
File details
Details for the file speedtestpy-1.1.0.tar.gz
.
File metadata
- Download URL: speedtestpy-1.1.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 | 32998caac82202f40ab7c504254b95d2cf3ea076ea0c9b1bd9469a631b8af28b |
|
MD5 | 21001d97c0920d30287accf551db2535 |
|
BLAKE2b-256 | f0a6b3e08d0e121af79a9cec5d27b0983e27a1df1b99cd82b50cae9346c4072c |