22 buildPythonPackage rec {
27 src = fetchFromGitHub {
29 repo = "cohere-python";
30 rev = "refs/tags/${version}";
31 hash = "sha256-0Y/zSw2pdrwsYpBctiV/tVf2xPhf3jG7c18frSjBass=";
34 build-system = [ poetry-core ];
49 # tests require CO_API_KEY
52 pythonImportsCheck = [ "cohere" ];
55 description = "Simplify interfacing with the Cohere API";
56 homepage = "https://docs.cohere.com/docs";
57 changelog = "https://github.com/cohere-ai/cohere-python/releases/tag/${version}";
58 license = lib.licenses.mit;
59 maintainers = with lib.maintainers; [ natsukium ];