7 buildPythonPackage rec {
10 format = "setuptools";
15 sha256 = "d480a6dab01a390ebc24c12d6b774ad00cef3db5348ad07d8bd11d272a808cd3";
18 pythonImportsCheck = [ "safeIO" ];
21 description = "Safely make I/O operations to files in Python even from multiple threads";
22 homepage = "https://github.com/Animenosekai/safeIO";
23 license = licenses.mit;