17 buildPythonPackage rec {
23 inherit pname version;
24 hash = "sha256-OEdMRg3KjUrXt/CgJgsUqa/sVFAE0JONNZg5MBKtxmY=";
37 propagatedBuildInputs = [
47 # tests require network access
52 description = "Python library for interacting with Strava v3 REST API";
53 homepage = "https://github.com/stravalib/stravalib";
54 license = licenses.asl20;