Metadata-Version: 2.1
Name: speed-calculator
Version: 0.4.1
Summary: A library to speed calculation of a function.
Home-page: https://github.com/onuratakan/speed_calculator
Author: Onur Atakan ULUSOY
Author-email: atadogan06@gmail.com
License: MIT
Description: 
        # Speed Calculator
        A library to speed calculation of a function.
        # Install
        ```
        pip3 install speed-calculator
        ```
        # Using
        ```python
        from speed_calculator import calculate
        
        import time
        def a_function():
            time.sleep(2)
        
        print(calculate(a_function))
        ```
        
Platform: UNKNOWN
Requires-Python: >= 3
Description-Content-Type: text/markdown
