8 buildPythonApplication rec {
13 src = fetchFromGitHub {
17 hash = "sha256-TySgIxBEl2RolndAkEN4vCIDKaI48vrh2ocd+CTn7Ow=";
24 propagatedBuildInputs = [
50 # Tests require network access
51 "lexicon/tests/providers/test_auto.py"
54 pythonImportsCheck = [
59 description = "Manipulate DNS records of various DNS providers in a standardized way";
60 homepage = "https://github.com/AnalogJ/lexicon";
61 license = licenses.mit;
62 maintainers = with maintainers; [ flyfloh ];