17 buildPythonPackage rec {
19 version = "2023.10.0";
22 disabled = pythonOlder "3.9";
24 src = fetchFromGitHub {
27 rev = "refs/tags/${version}";
28 hash = "sha256-8eTa2h+1QOL0T13+lg2OzvaQv6CYYKkviQb4J5KPsvM=";
35 propagatedBuildInputs = [
42 __darwinAllowLocalNetworking = true;
52 # Ignore the examples as they are prefixed with test_
56 pythonImportsCheck = [
61 description = "Module for working with IQVIA data";
63 pyiqvia is an async-focused Python library for allergen, asthma, and
64 disease data from the IQVIA family of websites (such as https://pollen.com,
65 https://flustar.com and more).
67 homepage = "https://github.com/bachya/pyiqvia";
68 changelog = "https://github.com/bachya/pyiqvia/releases/tag/${version}";
69 license = with licenses; [ mit ];
70 maintainers = with maintainers; [ fab ];