Skip to main content

A little word cloud generator

Project description

licence DOI

word_cloud

A little word cloud generator in Python. Read more about it on the blog post or the website.

The code is tested against Python 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13.

Installation

If you are using pip:

pip install wordcloud

If you are using conda, you can install from the conda-forge channel:

conda install -c conda-forge wordcloud

Installation notes

wordcloud depends on numpy, pillow, and matplotlib.

If there are no wheels available for your version of python, installing the package requires having a C compiler set up. Before installing a compiler, report an issue describing the version of python and operating system being used.

Examples

Check out examples/simple.py for a short intro. A sample output is:

Constitution

Or run examples/masked.py to see more options. A sample output is:

Alice in Wonderland

Getting fancy with some colors: Parrot with rainbow colors

Generating wordclouds for Arabic:

Arabic wordlcloud

Command-line usage

The wordcloud_cli tool can be used to generate word clouds directly from the command-line:

$ wordcloud_cli --text mytext.txt --imagefile wordcloud.png

If you're dealing with PDF files, then pdftotext, included by default with many Linux distribution, comes in handy:

$ pdftotext mydocument.pdf - | wordcloud_cli --imagefile wordcloud.png

In the previous example, the - argument orders pdftotext to write the resulting text to stdout, which is then piped to the stdin of wordcloud_cli.py.

Use wordcloud_cli --help so see all available options.

Licensing

The wordcloud library is MIT licenced, but contains DroidSansMono.ttf, a true type font by Google, that is apache licensed. The font is by no means integral, and any other font can be used by setting the font_path variable when creating a WordCloud object.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wordcloud-1.9.4.tar.gz (27.6 MB view details)

Uploaded Source

Built Distributions

wordcloud-1.9.4-pp310-pypy310_pp73-win_amd64.whl (295.1 kB view details)

Uploaded PyPy Windows x86-64

wordcloud-1.9.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (171.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

wordcloud-1.9.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (172.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wordcloud-1.9.4-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (158.0 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

wordcloud-1.9.4-pp39-pypy39_pp73-win_amd64.whl (294.9 kB view details)

Uploaded PyPy Windows x86-64

wordcloud-1.9.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (171.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

wordcloud-1.9.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (172.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wordcloud-1.9.4-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (157.8 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

wordcloud-1.9.4-pp38-pypy38_pp73-win_amd64.whl (294.5 kB view details)

Uploaded PyPy Windows x86-64

wordcloud-1.9.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (171.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

wordcloud-1.9.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (172.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wordcloud-1.9.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (157.0 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

wordcloud-1.9.4-pp37-pypy37_pp73-win_amd64.whl (294.4 kB view details)

Uploaded PyPy Windows x86-64

wordcloud-1.9.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (171.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

wordcloud-1.9.4-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (172.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wordcloud-1.9.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (156.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

wordcloud-1.9.4-cp313-cp313-win_amd64.whl (301.0 kB view details)

Uploaded CPython 3.13 Windows x86-64

wordcloud-1.9.4-cp313-cp313-win32.whl (290.9 kB view details)

Uploaded CPython 3.13 Windows x86

wordcloud-1.9.4-cp313-cp313-musllinux_1_2_x86_64.whl (555.9 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

wordcloud-1.9.4-cp313-cp313-musllinux_1_2_i686.whl (538.7 kB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

wordcloud-1.9.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (537.2 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

wordcloud-1.9.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (513.1 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wordcloud-1.9.4-cp313-cp313-macosx_11_0_arm64.whl (167.6 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

wordcloud-1.9.4-cp313-cp313-macosx_10_13_x86_64.whl (172.3 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

wordcloud-1.9.4-cp312-cp312-win_amd64.whl (301.2 kB view details)

Uploaded CPython 3.12 Windows x86-64

wordcloud-1.9.4-cp312-cp312-win32.whl (291.1 kB view details)

Uploaded CPython 3.12 Windows x86

wordcloud-1.9.4-cp312-cp312-musllinux_1_2_x86_64.whl (559.5 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

wordcloud-1.9.4-cp312-cp312-musllinux_1_2_i686.whl (542.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

wordcloud-1.9.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (539.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

wordcloud-1.9.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (518.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wordcloud-1.9.4-cp312-cp312-macosx_11_0_arm64.whl (168.9 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

wordcloud-1.9.4-cp312-cp312-macosx_10_13_x86_64.whl (173.4 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

wordcloud-1.9.4-cp311-cp311-win_amd64.whl (299.9 kB view details)

Uploaded CPython 3.11 Windows x86-64

wordcloud-1.9.4-cp311-cp311-win32.whl (289.6 kB view details)

Uploaded CPython 3.11 Windows x86

wordcloud-1.9.4-cp311-cp311-musllinux_1_2_x86_64.whl (567.9 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

wordcloud-1.9.4-cp311-cp311-musllinux_1_2_i686.whl (548.7 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

wordcloud-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (547.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

wordcloud-1.9.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (528.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wordcloud-1.9.4-cp311-cp311-macosx_11_0_arm64.whl (167.6 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

wordcloud-1.9.4-cp311-cp311-macosx_10_9_x86_64.whl (171.7 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

wordcloud-1.9.4-cp310-cp310-win_amd64.whl (299.8 kB view details)

Uploaded CPython 3.10 Windows x86-64

wordcloud-1.9.4-cp310-cp310-win32.whl (290.0 kB view details)

Uploaded CPython 3.10 Windows x86

wordcloud-1.9.4-cp310-cp310-musllinux_1_2_x86_64.whl (530.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

wordcloud-1.9.4-cp310-cp310-musllinux_1_2_i686.whl (514.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

wordcloud-1.9.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (511.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

wordcloud-1.9.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (493.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wordcloud-1.9.4-cp310-cp310-macosx_11_0_arm64.whl (167.7 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

wordcloud-1.9.4-cp310-cp310-macosx_10_9_x86_64.whl (171.8 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

wordcloud-1.9.4-cp39-cp39-win_amd64.whl (300.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

wordcloud-1.9.4-cp39-cp39-win32.whl (290.7 kB view details)

Uploaded CPython 3.9 Windows x86

wordcloud-1.9.4-cp39-cp39-musllinux_1_2_x86_64.whl (533.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

wordcloud-1.9.4-cp39-cp39-musllinux_1_2_i686.whl (517.2 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

wordcloud-1.9.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (513.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

wordcloud-1.9.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (496.5 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wordcloud-1.9.4-cp39-cp39-macosx_11_0_arm64.whl (168.3 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

wordcloud-1.9.4-cp39-cp39-macosx_10_9_x86_64.whl (172.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

wordcloud-1.9.4-cp38-cp38-win_amd64.whl (300.5 kB view details)

Uploaded CPython 3.8 Windows x86-64

wordcloud-1.9.4-cp38-cp38-win32.whl (290.6 kB view details)

Uploaded CPython 3.8 Windows x86

wordcloud-1.9.4-cp38-cp38-musllinux_1_2_x86_64.whl (543.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

wordcloud-1.9.4-cp38-cp38-musllinux_1_2_i686.whl (524.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

wordcloud-1.9.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (520.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

wordcloud-1.9.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (503.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wordcloud-1.9.4-cp38-cp38-macosx_11_0_arm64.whl (168.3 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

wordcloud-1.9.4-cp38-cp38-macosx_10_9_x86_64.whl (172.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

wordcloud-1.9.4-cp37-cp37m-win_amd64.whl (299.9 kB view details)

Uploaded CPython 3.7m Windows x86-64

wordcloud-1.9.4-cp37-cp37m-win32.whl (289.9 kB view details)

Uploaded CPython 3.7m Windows x86

wordcloud-1.9.4-cp37-cp37m-musllinux_1_2_x86_64.whl (511.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ x86-64

wordcloud-1.9.4-cp37-cp37m-musllinux_1_2_i686.whl (496.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

wordcloud-1.9.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (488.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

wordcloud-1.9.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (469.9 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

wordcloud-1.9.4-cp37-cp37m-macosx_10_9_x86_64.whl (171.8 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file wordcloud-1.9.4.tar.gz.

File metadata

  • Download URL: wordcloud-1.9.4.tar.gz
  • Upload date:
  • Size: 27.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for wordcloud-1.9.4.tar.gz
Algorithm Hash digest
SHA256 b273d8a5ded97d3ead904046b49464dcb71119ee79df875072a4c105cadd347a
MD5 eececa8a5e0756dfa28cbdae6770e829
BLAKE2b-256 03a10530b9001b05dcd13de21c2d4d821db5365dade5180242179fbc39372c57

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ca95392bba150190cca8df4a97854b554bdeb28007f28bf4698bd7e1af91b310
MD5 08b6728f05d7f193a52b2e79abe77ebd
BLAKE2b-256 e6ed35af241d0243ed82f5231a4e4dbabfdb421fba2b64fd4bdd66b413ad5c04

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3a99f96efe5983c6eed17abb8766ced713ddf18b26450da74addc91570922e62
MD5 b62487b693aa2e4abb021f5f24112ee0
BLAKE2b-256 4dc5180698e0f0e6bb42b3a173ce47d0474649dfcfa9bd60c902609e5707fde6

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 80773ec6a9caa2048602bc347151e3b6e68e1d8fab148dfd0d2e7d4302ce5c01
MD5 150e7aab6834be61945d257fd1d19325
BLAKE2b-256 a2b994ca10d94b6f64ab55a7bacc3d9e30df339a8d3607d1919099d12da12024

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f733cca468eae79af83cdda1de2434f1799cefef461ed892e7679d5a4c929fa1
MD5 34ce42470700a331ce79a83f181df466
BLAKE2b-256 636b886a158a7ccc9c4c0a5ff2f3d45623b66da1af73c75584bc25113dff5e36

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 665f8e7de3dcc1e43aa5bdd9560d56ed51026ba638a33472eede2b9051108adb
MD5 0bfba12d5a507cd8ce55e715f7bcbf54
BLAKE2b-256 186e1b9134027cd1d3534a5ec3cc2cc279ffad2a3999d3f74e89e05f58cb4b5b

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a62627e5b081b23a4586104d4b01d064db7b53342ae123b511326585eaf7433c
MD5 d74a06b0f533a21ed8a53fd206111e60
BLAKE2b-256 39d71b9286323356c5ca8c25c16481a98f3c26a3b0221128af8b3e1515ab3991

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e137493365770f59655c7308ff76addc95ada2c6bd50ac119e4c33091e2e4e08
MD5 c259a87ca7cd91551fdade6d2818a345
BLAKE2b-256 2574fda616cf81a33c836b008ba2f32ffc8dad1eaa20739687239914ae909234

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6a30ed8aa50b98edb113f72ef619581c221ba3678adeeed88345263c90092561
MD5 55a3cfef256c9041b21014d87cc59a49
BLAKE2b-256 9572afbb82bbe764c427ba40be15ea0e5251b726ae6abb0314ad0084ebcd64cb

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c7b8536955f5026b0587ff829265392185b6b4bc923f2ed933c805fcac412b28
MD5 200b7da48d5c70448b801e5716de1bd5
BLAKE2b-256 845ccde55b2bc12fd3486114c79e11017226ef915bb33fa9ccec51ca7122ade8

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 885d51d20cc7b0dad2306fb76b867de20e759e005a1a6e183f3865b5e5f53985
MD5 56a15eb69a29f4a3e99977a724e6994e
BLAKE2b-256 ba636baccbbec95689b33ee91ebe43692150cf326e21766609695574b9d29b67

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 61fc126ed9ce8d55bf20acbdc00284f5a6da66900197a2dd7b62c5ac37585ac5
MD5 061d5e178dd6c2b1877560a3c460ff64
BLAKE2b-256 8a3ec2ad9141fa5bd74b5cb47e9798136f141ea6b3230d34ee0e7ec92c824e2c

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 914745f0312d248c1a0e1f16ae7b3ce82f78924a2b050ca912d2453c62586da4
MD5 b0d6a916d8ab8ddceec68f8a23eaaf2d
BLAKE2b-256 4b86e7ecae433f9caff099534e67e17b28574123d2162d9d27124c2ed8b658ce

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9c39351d2cffc15e3794f7afab78e9135d700f61c5b51904c55d9f3729d1a0df
MD5 fee37a5fedde79f2f13b544de46b3c18
BLAKE2b-256 71355c54a93d89709cf5f388accb93ae13dc9fad5e677b6b85956bd515f09984

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b38aae2ff7aa10ad00d57a5b87ed4a573ef04dbc9119d4a304349c9cb3e03b6e
MD5 7787315e7c795377ab6fd1b8187e45e1
BLAKE2b-256 b645fdd2b1fd177eec12874c15bbb80d02255c32d5e25f7e6f66c02aec9aa363

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c3057be0d071afd57afb9be84fec767abdd78eac6396ead0f0f55c6775170945
MD5 3afd5c25e7d0d4f93aecf134fcdc6bc2
BLAKE2b-256 963949991419f0d151885c464951c682f787e18c11bfc96fd42a0fa17679d83f

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eed94b42676f4cfa9b9bdac777e3a1f046b16250216dd8ddcb583c4b6e4b1286
MD5 856a4d17f7ba8400b46567eb79a11e17
BLAKE2b-256 5ab1350b0101435460028b68def758de9619ba2e42e0c04cea45332eec9700e3

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8c9a5af2fbcf029a19e827adbee58e86efe7536dca7a42380a8601113a86069b
MD5 ace760e3db2483a8f122a7ff493d03f5
BLAKE2b-256 8447d482f7d2decc6e59e69e105b12c53d6d2967f0d703e664484c5f2f87fca8

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp313-cp313-win32.whl.

File metadata

  • Download URL: wordcloud-1.9.4-cp313-cp313-win32.whl
  • Upload date:
  • Size: 290.9 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for wordcloud-1.9.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 22357990a01d87579dbd38a06c2a5c7b601179c4e17517b1b8f73d25faa6a5ed
MD5 30a2dfdef591beda1448d46267fa962b
BLAKE2b-256 1dd8bdaf902471c3f0cc3538c8183cdd0ac61624c9552e5414d8d78ddedb6ce8

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 046300566df97b48640bd3efd94957a56941ada98cc23f811bc3f9b6a0ac1350
MD5 a4a1d87d420fa92f614de2d78a4f6948
BLAKE2b-256 9f9e8d3cade7d9f18a8e406e3e9d701e721d1e41d1ac15bf292e71c817545a59

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a936b8e03c32cc84c99ad8f1bdaf261dfef6c44d31ca5b0c7d0df147220dbb3c
MD5 6e3f2107b96d6f9d2a6facc2399957e4
BLAKE2b-256 db9b27cd55561c615057931df10c399ab7976d89a79134f3e6a895c4fde33e0b

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6104a52936886dbc785844ab6986b5321a312238abb242ee4062c7b3fdcca7c
MD5 cc26571ce35651c12cc97e7cb1edf2d8
BLAKE2b-256 1af081624a86d570e2c72336b139be19923eeb35db584a5409fa0bb7077de506

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 81bbe75b2725730bf5cbabfe86a5c38960e7ce1166f76ba7001964d8de50b3a7
MD5 f06cf54eddb908c44f5f96fb840f8747
BLAKE2b-256 9e1ddab7bfdd2fe4878b2bc36212ceab7392742278fd5970d281680fbbfebc95

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2367ec70b2f195c278f91caf4674871ee9218eb57250e01a02b986d34e55f88e
MD5 1ac2db309c85b2d24216030314058664
BLAKE2b-256 d281f09fb4cd8a24abec8bbc86465dfaecea9f5f30dfe0936816fe7c0199b965

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 88c4c99f43b13df0e812fac0e4680cca2afd3ce16ade506812127ed7c7b9d132
MD5 1d1221df1abeb331b31c8f73758b77d4
BLAKE2b-256 1263b9ae330ea5ce8cb1fd363290e39acd3440d66a111e22a388c71327dbfdd7

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 360977705d0808a1795fcbe98afb5dc4833cb4bb8e421cbb10e93ef0bce816ff
MD5 7f699f342a1257592d047ef06c4bda5f
BLAKE2b-256 b9746a15f68f59bc90032bfcf62eca796a5675be95e1aaf84f7861e1bfcfa8e5

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp312-cp312-win32.whl.

File metadata

  • Download URL: wordcloud-1.9.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 291.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for wordcloud-1.9.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 96b801fe4b2aa39bb6c5e68b4a74c81fd8996dd5fb5cea31fda518dc5f77ad82
MD5 82608958cccab7add92e185dd9876951
BLAKE2b-256 b3be307b2ba29f9502ea2fa5f8553d1674f0b811cc97f6d4f88a5ef374f91a75

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e4942fbed48a88a0c42c5b0a057651fc09d26b31be8b6c069adaaa5051836040
MD5 b83d30cdbbc93997fe6e46d555829b69
BLAKE2b-256 7ddbc9c3f2d6e1af3f8b2488da4d14d731ecaf8ba990bdaed1d0f9e3f9c6aa5e

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cdc4aac2bcce77fd91dbfe91db5a8c0cdc239e10d8954356d2ebf79a3b43646c
MD5 903bae7a5651c1ecd85dc4ca8fe28e3c
BLAKE2b-256 d1b0320b69ad1976a351649e778ccc1d899791010661736179614434f5229cdf

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f369ae7bef16341c2bb208e658d5e4c56517046eb6176f89ac95525eaf8ace09
MD5 d51a3411efb6734d0996f259f3e5ac53
BLAKE2b-256 afad9ec4ded660b95c265ec4de2688ac1d0940bb06e609193c200853ba0e7db6

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9ec6ffba61ca20123e7c09103a5692bbc3163f75ee0bdc7893e80e0e2786ccd2
MD5 7d21e1c3e27ccb63edcab4a11db6d4f1
BLAKE2b-256 49efa9aad2400d5f68fca8efd6b75fb5067b7c91abcf9f9cfd5cc4cd3dc955ba

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1b1c29a0089ee90778700cc96305fa830a6a5bbb342eaaa59d6ac8d37a9b232f
MD5 7e50ce77fd9343c76578d96e7c8fd078
BLAKE2b-256 c4071a82829127bbf4f9d46de5c6009b7c095a450fa8f0fb466f788a62eeae11

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3910494ce5acb27731fd5678d146e8aa8f588d5fdb455810c817ff4b84ee0f67
MD5 62b80100947ddee276a639ede320383e
BLAKE2b-256 3d5db51a970694ca5feda24cec7dbd37a63bcecd3e5735386840b0ed883bd3df

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 85368249df056527f1b64e80e68636abb61f0f6bd2d1c430894d2af1feea7f73
MD5 d40e3b2dea10f945940dc58f08ca90fe
BLAKE2b-256 0009abb305dce85911b8fba382926cfc57f2f257729e25937fdcc63f3a1a67f9

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp311-cp311-win32.whl.

File metadata

  • Download URL: wordcloud-1.9.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 289.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for wordcloud-1.9.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0ac3d87627022fb8cce17297298be96c91185edd55ecf8906f89f981b55974f0
MD5 0348c5b707b427ce4a50d6d9e90f449b
BLAKE2b-256 28a7ca3e02c86080332c3af55c581ba0a79c4c25b12bc49fcd2bbbbeeec7a490

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b27759f12dd235468ff8c1df875b106b23dbf2c74aae05cdcdc3ccd8e23ea89c
MD5 459cf1073c2a98d1fb67f766cb1251b3
BLAKE2b-256 943e54fc6d268dc6404d878b2e49a587b6f92440d08cb5d6bb6b8f1b575efef3

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ea14858973ad8561a20a5475eb8d7ad33622bc5f27c60206fbb3e10a036cee26
MD5 af53168d3f4bef5a20e4b6fcdf652293
BLAKE2b-256 fc5f2ab2ce735e4dc8775888ddb2fb12c91d2a4208cffb5861a49b3191da74e9

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ddfb852f551681f5e33feb934505e060952b6aa98aaa48c781cdbf101f84e7cc
MD5 80573fb19061b0ff07315522c04a4449
BLAKE2b-256 eed367ccdab9d2756f8b30b0669015840cd5fdb5f062a2d621d67f033cf3dd54

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 57ad8064a634a4870fcd00a9694c0a7839c6dfbac3d32522c69d5e1e9cbfd911
MD5 e9efbb401b4458d9d3ace959f03b6e6d
BLAKE2b-256 9ba544f374424cceab8db931ea4bf48a78d9969e5fd3e6c47d84d0e2276c0bd6

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3092bf85cb20158c8b90d78650dc0226985109ac6fe13a0086ac47b9581b62ce
MD5 1918e266eb0aa242743a9012cf086d92
BLAKE2b-256 fa5f34a0c0be52dc95f96aa1197f03ad5d5c58a9901c74f050d21a3e1b21ebf9

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 af168eeaed67a675f35b5668a7804c4d64f8e4f62a273b909eb5cc39efc4c294
MD5 1528af4d552e86bd44302027fc29d48a
BLAKE2b-256 32073d355f71fb32f9d780d0099ece83dd10f0b9b71a9359cd468f3c25c52bfc

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 61a153e76d73c72f5cc6c89ee80ddad70758a207c3c6b1d86be8635ec70164f1
MD5 de7b4807bfa7cb5491f40db6e7b7f778
BLAKE2b-256 79597a85f2be948999e16b88574cc8341524a4042b4544d1904b08a652f7f415

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp310-cp310-win32.whl.

File metadata

  • Download URL: wordcloud-1.9.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 290.0 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for wordcloud-1.9.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c20fbb51af2046c940b4fead4bafffc30b4191f5fb477c3af844446d8956bfd4
MD5 d8ec260d49d88f6cf18064d752b18392
BLAKE2b-256 c556ac3d6bab585ac2a9fc7d3aec4f25832188ad1d7d81815dbca9e7017709e6

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f5cc5c902dc2492b9fc0e29a1f5c688422d7e6eb9e5c0e43f0331d1c8e1341ba
MD5 ba4a2ac5d78a2aa7e19a6f4cde056adb
BLAKE2b-256 7640eb530e49348f8acac2351843f886f74ea6f17e99c349aad6d583029d60f7

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 37dcd5500cc2ea02950739390e89e2efa6624c2f54b5e2df1ee961fce685b2d7
MD5 35cc645c2de85a6b3072317f049b2a53
BLAKE2b-256 2f76971e2689430555fb1a04f148a4888f0b4d20873f19d1e04c02ff1e613b60

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 990dfd6dd43a1c7fa156be865eb98aba167a986b65f56cbf50e24772107fcd70
MD5 91a173424dcdd076bec7dd427a576c6c
BLAKE2b-256 dc2aa6d5c03decbe145858e777e80dbbf92697da9728c9d0c71c1c81a2d68e35

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a70fe8999cd63aec64daa0377b720be6e5ff344963b828caeb4c2a081599a3a0
MD5 9a78493af74fb0702e3265afa534ec57
BLAKE2b-256 e21e663284794aedbaeb58939d3df391725de6d3966d4f742f6ff37ae7181a1b

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8e8752750726f31385f364823d3ef1d9c8ec829e5c07706c36beb40679945c71
MD5 4d89fb1c3fe206860a076e6ff7794302
BLAKE2b-256 54e57969f3b4a58bd4ac19e60e86f6a23925c19416ec065725b530f40c692e0e

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 61a84e7311fce8415943edcb7b2ba65b4bfec1dc6dff8fe5a8ea76e278447fb2
MD5 aabc650f85de14e2e6e5b8d05602a89d
BLAKE2b-256 8ab021ab9282e5922ccd23b67050151476a4a32a7678d59bad4aa46534615afa

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: wordcloud-1.9.4-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 300.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for wordcloud-1.9.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ac32b851a19b7d2a9ee5e0aebc8210bf16eadc42c5c0da82e36d447552c8ec48
MD5 9cc48ef2c1e82e6dc0075f540e92d730
BLAKE2b-256 08021e220adb310d5b5019e1ee85fdb7616e6401b2db434c790e7505012f847c

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp39-cp39-win32.whl.

File metadata

  • Download URL: wordcloud-1.9.4-cp39-cp39-win32.whl
  • Upload date:
  • Size: 290.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for wordcloud-1.9.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 526dfd822600f158210a191a59cc4bdcaaa1ff05ab2aa199040d857a518b1db6
MD5 ba52aa7db582ec8acb5bfe7d53b51a74
BLAKE2b-256 35d3720a79f055bc776e65369e26e2c11ed33c3a3549ca8753c5929842dda19d

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2b129584327ba21d05869fcf9495f10f7b31a34a580c431c4942a71ce2317e79
MD5 8029110a82c39a6a48cbb1a8a8900508
BLAKE2b-256 a422a40722ffd1975a52ef3697a9704eb75e1d9adfca5502bd10cf8be8a81543

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7c1cd2a6ef876f5f9fe0255e44f131a6113f883447ed1cf8bdb86f569603bac9
MD5 fe9f4042faef4098cdc61175287bc2be
BLAKE2b-256 25db9bab416d3196b578021ca73d81b9268d5de50f9a92f8288b554ec883fd4a

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6570cc4e48e8e951d24ef6599cd8bf7ff405fbe995ff6d596bcdfa290a6206a8
MD5 55e04da6cb959cca0a9fa86dfe39f7e0
BLAKE2b-256 7e295fd253433d880dd91a0e058e292fae5828277166e988204638ede2a3e6ce

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 17f944805a17b8343eb877c9aa1dc9e5339eb14c02dd00ec80feccea899bbf81
MD5 54a15b66e7d44612289ea6c59e5ff810
BLAKE2b-256 380bf03c6709bfe7c72e667431c56c2bbd6821d6ffe7b28e6301e7dd31b62837

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34843fa49135c4ed3739dea050696e707fd00e7335ee4ed62c33639589f90adf
MD5 58859dad31344a5710f36d377355e9d3
BLAKE2b-256 06dc87b01d90d62bd6715c864f379ae7ace8a53b0755abf1ad8e822129002528

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e5b2f7195adef0a071dc24a568d8a7715bc5cf5d752b4560f51da3aa4467dcf8
MD5 25771e415ff7b29eb4e4b9b65c8aa675
BLAKE2b-256 f9472c9c9e3090d80299e84482e3bb99b3fdfddb1c6fcc0e376ed9e33130319d

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: wordcloud-1.9.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 300.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for wordcloud-1.9.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 bd7caefe91d4084c1608d816052eeb605d9a7aee0c908f3a9d7421ee6363bde0
MD5 23e8c59fb31cf0ead1e212eb451b15c3
BLAKE2b-256 2c7826c54044650ff5b0d7579b25594009cfd694f8a7a09e3d450fab0194edbe

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp38-cp38-win32.whl.

File metadata

  • Download URL: wordcloud-1.9.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 290.6 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for wordcloud-1.9.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 d7d0b89c2ada0e65d84a6ebbdd8d36876b5da1a143cce2f7dcdaff6714232d24
MD5 b80ca452da97d1290451a0097e6e5e62
BLAKE2b-256 e621064f14e914f6f9c06a73464feec515d7b68cb015894ee3c5eda87c85998a

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3585ab8f4f09f1508f2d351ed48f9b56472ae26eaf6e2d2e76e975abd715d7a2
MD5 fe8a54ec99df0ecadd35daff6e07d067
BLAKE2b-256 0129be3e5a61d4faed12514ca3cb1ce8e92bd681076e3e90b13224c90a693988

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9955223708f196c1e431ae3b86074409bc256c5868e4f50eb9c36c6f06f8b1a3
MD5 2f3981b956c2dbbee0a8ae667e9b8dcc
BLAKE2b-256 57485825188df3b781d6c6add7243c37eb4bd405f98b2ba79c4ce43418800827

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f51ab42c00bc4782ab45701de45226a269ca0850df14e1bd63a60da73271724e
MD5 a7f07cb5c7f51af181e2fd1b76d34e52
BLAKE2b-256 dcfb3e3c20f03354a0efe28a8ec26d31b3ddbe8054201e4c6d6e6625539f51a2

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 38ee69d9404504cf2419d60c3017af7ab9e88f4ba6cf47bc1c96b2d5e58ef513
MD5 68178a43a4df9be42c5ad6c430f47b28
BLAKE2b-256 9b3e363638b82fb268690a56a6c4536e907914c66c4e06d7577e17aa6c4c370c

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b78b9fb292a243cf8fcdf63b9cc1fd157ec6abbf1a6e675303668b85e948f616
MD5 235b72f6ba98c5fe6667d1de0fcf0d03
BLAKE2b-256 98556521d24d8a6830b0a02f3315583d2ca4c0715bc4bf9233cba256d3be1e9f

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8a685babefe032716c1a00b7d8cec3f6bfdc1c89fd839578432fc53824a02fea
MD5 9461508354494b8440df58ab734d4922
BLAKE2b-256 381b7e521b202d3d480e56e7df14750628a0ba00a02ba942608558fc9e3d27fe

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: wordcloud-1.9.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 299.9 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for wordcloud-1.9.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 30b1a59b9073eaaa4f2b0f27d5b6b6c3eb6aaa3a6e0b3dbb2220036b25b37dac
MD5 d101a1233f9fb06aff0a529f6893cc9d
BLAKE2b-256 db0b1c957c6a4c21f025aa39880d7324a2ebfbbbb5c4d829b86ee65ab803b9b0

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp37-cp37m-win32.whl.

File metadata

  • Download URL: wordcloud-1.9.4-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 289.9 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.20

File hashes

Hashes for wordcloud-1.9.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 8009f53ba0c3b2d6f2b1dad83e0fb165ebcdfbd000ce62ebe0917106f51d975d
MD5 2d57415f33204baf268bed73e73c15bf
BLAKE2b-256 86e67f100c5c97a2ae6bb828313d7e6f3f57d8ed8d99eba2ba34a42c284a9c1c

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2e509c4588ae2ce47ee5cc5cf353422e7f7ecc38f450998654ed50565c8a550d
MD5 7ca942475d176d0aa91044348e4eadff
BLAKE2b-256 19ec36a4cc2c6c2c377b07c3c9b3b358b3fa2de2314b0857377e485bc65fb351

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3f3dc2dacca48eac9b130a8938b473db81cfbeeb1a738530a7098913941a8211
MD5 3092a377ba6750ba30ea0ff005531522
BLAKE2b-256 6b029b1f712976b958304ed5f73154969ea5ea6633b4026cac07873bbfdeffd3

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e0876722c35cf4d5d7717ab81ba98b946e07b0e869252248fdd9ea1fd6c977cc
MD5 f7a06d2d048950ce3cd44fc85ecb357e
BLAKE2b-256 3a5e3a491506749bf0e4ea6c39cce93d8aff990caece8e94c12f01d39ccaa012

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 489079ef173fe83ccff8baffd7a3c2d5fedfd31221c25ad21b4de770ea37b49f
MD5 5e3061e994c673194f827515ca5195a2
BLAKE2b-256 33c22ffa27c2c1eee1d63c0cfa9866519d5871b4a32d81cf072c7b6a7b49c702

See more details on using hashes here.

Provenance

File details

Details for the file wordcloud-1.9.4-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 42affa75c1b033cb0a0afb674f653c4af16d51d97a0852c5770b659b903d9af5
MD5 75fd3e90fd7cbd5d3b55f40b2e626dcc
BLAKE2b-256 42eae26277b2def15f7531630e58a0abed81a5dc159222607fcf669232e98d02

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page