A simple Python library to add a random timeout between a minimum and maximum duration. Current version 6.2, sporadically maintained.
pip install python-timeoutNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Generate a random timeout between 1.5 and 3.0 seconds.
Wrap the returned value in time.sleep() to actually wait.
Use 'from python_timeout import random_timeout'.
No dependency data recorded yet.