Source: python-wordcloud Section: python Testsuite: autopkgtest-pkg-python Priority: optional Maintainer: Debian Med Packaging Team Uploaders: Andreas Tille Build-Depends: debhelper-compat (= 13), dh-python, cython3, python3-setuptools, python3-all-dev, python3-matplotlib , python3-numpy , python3-pil Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/python-wordcloud Vcs-Git: https://salsa.debian.org/med-team/python-wordcloud.git Homepage: https://github.com/amueller/word_cloud Rules-Requires-Root: no Package: python3-wordcloud Architecture: any Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python3-matplotlib, python3-numpy, python3-pil, texlive-fonts-extra Description: little word cloud generator in Python Compared to other wordclouds, this algorithm has the advantage of * filling all available space. * being able to use arbitrary masks. * having a stupid simple algorithm (with an efficient implementation) that can be easily modified.