13 buildPythonPackage rec {
18 disabled = pythonOlder "3.6";
20 src = fetchFromGitHub {
24 sha256 = "sha256-XYWoHKa/yq7MtGVM6eVgLtR2E3VmqsjX3TNcQcd7dEQ=";
27 nativeBuildInputs = [ poetry-core ];
29 propagatedBuildInputs = [ aiohttp ];
38 # Ignore the examples as they are prefixed with test_
39 pytestFlagsArray = [ "--ignore examples/" ];
40 pythonImportsCheck = [ "pyiqvia" ];
43 description = "Python3 API for IQVIA data";
45 pyiqvia is an async-focused Python library for allergen, asthma, and
46 disease data from the IQVIA family of websites (such as https://pollen.com,
47 https://flustar.com and more).
49 homepage = "https://github.com/bachya/pyiqvia";
50 license = with licenses; [ mit ];
51 maintainers = with maintainers; [ fab ];