1 { lib, buildPythonPackage, fetchFromGitHub, requests }:
8 src = fetchFromGitHub {
11 rev = "b914625b12f9b05c39f305b47ebd0d1f061af24d";
12 hash = "sha256-yDHmH35TtQDJB0na1V98RtBuVHX5TmKC72hzzs1DQK8=";
15 propagatedBuildInputs = [
20 description = "Convert python requests request object to cURL command";
21 homepage = "https://github.com/ofw/curlify";
22 license = licenses.mit;
23 maintainers = with maintainers; [ chrpinedo ];