9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-BRFC4R5d1gxHyEJI41Fi0Az8GqmDG7mQ6Fx/o23OGcE=";
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 homepage = "https://github.com/DeepLcom/deepl-python";
38 changelog = "https://github.com/DeepLcom/deepl-python/blob/v${version}/CHANGELOG.md";
39 license = licenses.mit;
40 maintainers = with maintainers; [ MaskedBelgian ];