summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-stopit
Commit message (Collapse)AuthorAgeFilesLines
* meta-python: Add stopitAdrian Zaharia2023-06-071-0/+21
stopit is a library to raise asynchronous exceptions in other threads, control the timeout of blocks or callables with two context managers and two decorators. The license isn't shipped in the pypi package, so it was extracted from the github repo at [1]. [1] https://github.com/glenfant/stopit/blob/master/LICENSE Signed-off-by: Adrian Zaharia <Adrian.Zaharia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>