Source: deepl
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Lester Guerzon <lester@guerzon.net>
Section: python
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-poetry-core,
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/python-team/packages/deepl
Vcs-Git: https://salsa.debian.org/python-team/packages/deepl.git
Homepage: https://github.com/DeepL/deepl-python
Testsuite: autopkgtest-pkg-pybuild

Package: deepl
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Official Python CLI tool for the DeepL API
 The DeepL API is a language AI API that allows other computer programs to send
 texts and documents to DeepL's servers and receive high-quality
 translations and improvements to the text.
 .
 This opens a whole universe of opportunities for developers: any translation
 product you can imagine can now be built on top of DeepL's best-in-class
 translation technology.
 .
 The DeepL Python library offers a convenient way for applications written in
 Python to interact with the DeepL API. The developers intend to support all
 API functions with the library, though support for new features may be added
 to the library after they’re added to the API.
