Metadata-Version: 2.1
Name: check-internet-speed
Version: 0.0.1
Summary: checking internet upload and download speed.
Home-page: https://github.com/sujitmandal/check-internet-speed
Author: Sujit Mandal
Author-email: mandals974@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# check_internet_speed
Check Internet Speed




```
aws s3 bucket cli

upload, download, check file availability, and get all available list from AWS s3 bucket.
```


## Package Installation : 
```
pip install check-internet-speed
```
[Pypi Package Link](https://pypi.org/project/check-internet-speed/)


## How to import the module:
```python
from check_internet_speed.check_internet_speed import check_internet_speed

status = check_internet_speed()

print(status)
```





## License:
MIT Licensed

## Author:
Sujit Mandal

[GitHub](https://github.com/sujitmandal)

[PyPi](https://pypi.org/user/sujitmandal/)

[LinkedIn](https://www.linkedin.com/in/sujit-mandal-91215013a/)
