10 , google-cloud-storage
22 buildPythonPackage rec {
23 pname = "cloudpathlib";
27 disabled = pythonOlder "3.7";
29 src = fetchFromGitHub {
30 owner = "drivendataorg";
31 repo = "cloudpathlib";
33 hash = "sha256-d4CbzPy3H5HQ4YmSRCRMEYaTpwB7F0Bznd26aKWiHTA=";
40 propagatedBuildInputs = [
45 passthru.optional-dependencies = {
60 pythonImportsCheck = [ "cloudpathlib" ];
77 description = "Python pathlib-style classes for cloud storage services such as Amazon S3, Azure Blob Storage, and Google Cloud Storage";
78 homepage = "https://github.com/drivendataorg/cloudpathlib";
79 license = licenses.mit;
80 maintainers = with maintainers; [ GaetanLepage ];