12 buildPythonPackage rec {
13 pname = "llama-index-readers-weather";
17 disabled = pythonOlder "3.8";
20 pname = "llama_index_readers_weather";
22 hash = "sha256-m4EaV14tcH2I5veHdgGjBloKKAShJqsJGS9Ci8xRnMg=";
25 build-system = [ poetry-core ];
32 nativeCheckInputs = [ pytestCheckHook ];
34 # Tests are only available in the mono repo
37 pythonImportsCheck = [ "llama_index.readers.weather" ];
40 description = "LlamaIndex Readers Integration for Weather";
41 homepage = "https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/readers/llama-index-readers-weather";
42 license = licenses.mit;
43 maintainers = with maintainers; [ fab ];