10 pname = "prompthub-py";
14 inherit version pname;
17 # Pypi source package doesn't contain tests
18 src = fetchFromGitHub {
22 hash = "sha256-FA4IfhHViSL1u4pgd7jh40rEcS0BldSFDwCPG5irk1g=";
25 disabled = pythonOlder "3.8";
31 propagatedBuildInputs = [
37 description = "A simple client to fetch prompts from Prompt Hub using its REST API.";
38 homepage = "https://github.com/deepset-ai/prompthub-py";
39 changelog = "https://github.com/deepset-ai/prompthub-py/releases/tag/v${version}";
40 license = licenses.asl20;
41 maintainers = with maintainers; [ happysalada ];