6 llama-index-readers-file,
12 buildPythonPackage rec {
13 pname = "llama-index-readers-s3";
17 disabled = pythonOlder "3.8";
20 pname = "llama_index_readers_s3";
22 hash = "sha256-xj7uRsc56Wv/SF4OPo/jc+43PabJ4vaM5HcxhnxTzY8=";
25 build-system = [ poetry-core ];
29 llama-index-readers-file
33 # Tests are only available in the mono repo
36 pythonImportsCheck = [ "llama_index.readers.s3" ];
39 description = "LlamaIndex Readers Integration for S3";
40 homepage = "https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/readers/llama-index-readers-s3";
41 license = licenses.mit;
42 maintainers = with maintainers; [ fab ];