9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-IwBKgkfXXYAgat7E4pAS5f9UNOmY9yRj4ZP85wSt4cs=";
23 propagatedBuildInputs = [
28 # Requires internet access and an API key
31 pythonImportsCheck = [
36 description = "A language translation API that allows other computer programs to send texts and documents to DeepL's servers and receive high-quality translations";
37 mainProgram = "deepl";
38 homepage = "https://github.com/DeepLcom/deepl-python";
39 changelog = "https://github.com/DeepLcom/deepl-python/blob/v${version}/CHANGELOG.md";
40 license = licenses.mit;
41 maintainers = with maintainers; [ MaskedBelgian ];