{"library":"monotonic","type":"library","category":null,"description":"This library provides a backport of Python's `time.monotonic()` function for older Python environments (Python 2 and Python < 3.3). It offers a monotonic clock, guaranteed not to go backward, which is crucial for reliably measuring elapsed time, as it remains unaffected by system clock adjustments such as daylight saving changes. The current version is 1.6. The library is considered stable and complete, with no further updates planned, as `time.monotonic()` is integrated into the standard library for Python 3.3 and newer.","language":"python","status":"maintenance","version":"1.6","tags":["time","monotonic","backport","python2","python3","timing","clock"],"install":[{"cmd":"pip install monotonic","imports":["import monotonic\nstart = monotonic.monotonic()"]}],"homepage":null,"github":"https://github.com/atdt/monotonic","docs":null,"changelog":null,"pypi":"https://pypi.org/project/monotonic/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/monotonic/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":"verified"}}