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