Metadata-Version: 2.4
Name: speedsense
Version: 0.1.1
Summary: Time complexity analyser
Home-page: https://github.com/anantterkar/SpeedSense
Author: Anant Terkar
Author-email: 20bcs014@iiitdwd.ac.in
License: MIT
License-File: LICENSE.txt
Requires-Dist: matplotlib>=3.10.1
Requires-Dist: numpy>=2.2.5
Provides-Extra: dev
Requires-Dist: pytest>=8.3.5; extra == "dev"
Requires-Dist: twine>=6.1.0; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

This is a python package that tries to give its users time complexity of any function you desire. There are limitations to this
library, which will are still working on. 
Currently the types of functions for which the library works is:
1. Single Variable input functions
2. Non-recursive functions
3. In-built library support is not available at the moment
