A library to speed calculation of a function.
Project description
Speed Calculator
A library to speed calculation of a function.
Install
pip3 install speed-calculator
Using
from speed_calculator import calculate
import time
def a_function():
time.sleep(2)
print(calculate(a_function))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file speed_calculator-0.4.1.tar.gz
.
File metadata
- Download URL: speed_calculator-0.4.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b22df6818bc242b89e2a96ea89563f563f6a628f8d77510543b8e301764a740 |
|
MD5 | db6be1fd9bde25f3e4c4f28c5a154696 |
|
BLAKE2b-256 | 6fd2b9dd2dbf12f16fbf952cc2f3a0dfad456123f3b101842364dc4b2c833d1d |