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