16 buildPythonPackage rec {
21 src = fetchFromGitHub {
23 repo = "replicate-python";
24 rev = "refs/tags/${version}";
25 hash = "sha256-q//RV4Y9k2KXXgZGfBF/XObxsBfAHE50oG+r/Vvu9BY=";
28 build-system = [ setuptools ];
37 pythonImportsCheck = [ "replicate" ];
47 description = "Python client for Replicate";
48 homepage = "https://replicate.com/";
49 changelog = "https://github.com/replicate/replicate-python/releases/tag/${version}";
50 license = lib.licenses.asl20;
51 maintainers = with lib.maintainers; [ jokatzke ];