1 { lib, buildPythonPackage, fetchFromGitHub, responses, pytestCheckHook }:
3 buildPythonPackage rec {
4 pname = "openrouteservice";
7 src = fetchFromGitHub {
11 sha256 = "1d5qbygb81fhpwfdm1a118r3xv45xz9n9avfkgxkvw1n8y6ywz2q";
14 nativeCheckInputs = [ pytestCheckHook responses ];
18 "test_optimized_waypoints"
19 "test_invalid_api_key"
20 "test_raise_timeout_retriable_requests"
24 homepage = "https://github.com/GIScience/openrouteservice-py";
25 description = "The Python API to consume openrouteservice(s) painlessly";
26 license = licenses.asl20;
27 maintainers = with maintainers; [ Scriptkiddi ];