11 buildPythonPackage rec {
12 pname = "llama-index-readers-weather";
16 disabled = pythonOlder "3.8";
19 pname = "llama_index_readers_weather";
21 hash = "sha256-LJy2nU9f+yZZQm9stNn9mIqOkT5lOHaMIIm1Ezf2D0Q=";
37 # Tests are only available in the mono repo
40 pythonImportsCheck = [
41 "llama_index.readers.weather"
45 description = "LlamaIndex Readers Integration for Weather";
46 homepage = "https://github.com/run-llama/llama_index/tree/main/llama-index-integrations/readers/llama-index-readers-weather";
47 license = licenses.mit;
48 maintainers = with maintainers; [ fab ];