6 buildPythonPackage rec {
14 sha256 = "d480a6dab01a390ebc24c12d6b774ad00cef3db5348ad07d8bd11d272a808cd3";
17 pythonImportsCheck = [ "safeIO" ];
20 description = "Safely make I/O operations to files in Python even from multiple threads";
21 homepage = "https://github.com/Animenosekai/safeIO";
22 license = licenses.mit;
23 maintainers = with maintainers; [ ];