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.

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.3.tar.gz (27.6 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

wordcloud-1.9.3-pp310-pypy310_pp73-win_amd64.whl (295.2 kB view details)

Uploaded PyPyWindows x86-64

wordcloud-1.9.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (172.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

wordcloud-1.9.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (173.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

wordcloud-1.9.3-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (157.3 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

wordcloud-1.9.3-pp39-pypy39_pp73-win_amd64.whl (295.0 kB view details)

Uploaded PyPyWindows x86-64

wordcloud-1.9.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (171.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

wordcloud-1.9.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (172.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

wordcloud-1.9.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (157.1 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

wordcloud-1.9.3-pp38-pypy38_pp73-win_amd64.whl (294.7 kB view details)

Uploaded PyPyWindows x86-64

wordcloud-1.9.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (171.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

wordcloud-1.9.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (172.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

wordcloud-1.9.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (156.6 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

wordcloud-1.9.3-pp37-pypy37_pp73-win_amd64.whl (294.6 kB view details)

Uploaded PyPyWindows x86-64

wordcloud-1.9.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (171.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

wordcloud-1.9.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (172.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

wordcloud-1.9.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (156.4 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

wordcloud-1.9.3-cp312-cp312-win_amd64.whl (301.4 kB view details)

Uploaded CPython 3.12Windows x86-64

wordcloud-1.9.3-cp312-cp312-win32.whl (291.3 kB view details)

Uploaded CPython 3.12Windows x86

wordcloud-1.9.3-cp312-cp312-musllinux_1_1_x86_64.whl (544.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

wordcloud-1.9.3-cp312-cp312-musllinux_1_1_i686.whl (516.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ i686

wordcloud-1.9.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (541.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

wordcloud-1.9.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (519.6 kB view details)

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

wordcloud-1.9.3-cp312-cp312-macosx_11_0_arm64.whl (169.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

wordcloud-1.9.3-cp312-cp312-macosx_10_9_x86_64.whl (174.1 kB view details)

Uploaded CPython 3.12macOS 10.9+ x86-64

wordcloud-1.9.3-cp311-cp311-win_amd64.whl (300.2 kB view details)

Uploaded CPython 3.11Windows x86-64

wordcloud-1.9.3-cp311-cp311-win32.whl (289.8 kB view details)

Uploaded CPython 3.11Windows x86

wordcloud-1.9.3-cp311-cp311-musllinux_1_1_x86_64.whl (549.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

wordcloud-1.9.3-cp311-cp311-musllinux_1_1_i686.whl (523.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ i686

wordcloud-1.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (548.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

wordcloud-1.9.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (528.6 kB view details)

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

wordcloud-1.9.3-cp311-cp311-macosx_11_0_arm64.whl (168.3 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

wordcloud-1.9.3-cp311-cp311-macosx_10_9_x86_64.whl (172.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

wordcloud-1.9.3-cp310-cp310-win_amd64.whl (300.0 kB view details)

Uploaded CPython 3.10Windows x86-64

wordcloud-1.9.3-cp310-cp310-win32.whl (290.2 kB view details)

Uploaded CPython 3.10Windows x86

wordcloud-1.9.3-cp310-cp310-musllinux_1_1_x86_64.whl (513.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

wordcloud-1.9.3-cp310-cp310-musllinux_1_1_i686.whl (492.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ i686

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

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

wordcloud-1.9.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (494.7 kB view details)

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

wordcloud-1.9.3-cp310-cp310-macosx_11_0_arm64.whl (168.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

wordcloud-1.9.3-cp310-cp310-macosx_10_9_x86_64.whl (172.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

wordcloud-1.9.3-cp39-cp39-win_amd64.whl (300.6 kB view details)

Uploaded CPython 3.9Windows x86-64

wordcloud-1.9.3-cp39-cp39-win32.whl (290.9 kB view details)

Uploaded CPython 3.9Windows x86

wordcloud-1.9.3-cp39-cp39-musllinux_1_1_x86_64.whl (516.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

wordcloud-1.9.3-cp39-cp39-musllinux_1_1_i686.whl (495.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ i686

wordcloud-1.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (513.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

wordcloud-1.9.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (497.5 kB view details)

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

wordcloud-1.9.3-cp39-cp39-macosx_11_0_arm64.whl (169.0 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

wordcloud-1.9.3-cp39-cp39-macosx_10_9_x86_64.whl (173.2 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

wordcloud-1.9.3-cp38-cp38-win_amd64.whl (300.7 kB view details)

Uploaded CPython 3.8Windows x86-64

wordcloud-1.9.3-cp38-cp38-win32.whl (290.8 kB view details)

Uploaded CPython 3.8Windows x86

wordcloud-1.9.3-cp38-cp38-musllinux_1_1_x86_64.whl (530.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

wordcloud-1.9.3-cp38-cp38-musllinux_1_1_i686.whl (509.7 kB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ i686

wordcloud-1.9.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (520.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

wordcloud-1.9.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (504.1 kB view details)

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

wordcloud-1.9.3-cp38-cp38-macosx_11_0_arm64.whl (168.7 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

wordcloud-1.9.3-cp38-cp38-macosx_10_9_x86_64.whl (172.8 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

wordcloud-1.9.3-cp37-cp37m-win_amd64.whl (300.2 kB view details)

Uploaded CPython 3.7mWindows x86-64

wordcloud-1.9.3-cp37-cp37m-win32.whl (290.1 kB view details)

Uploaded CPython 3.7mWindows x86

wordcloud-1.9.3-cp37-cp37m-musllinux_1_1_x86_64.whl (491.2 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

wordcloud-1.9.3-cp37-cp37m-musllinux_1_1_i686.whl (473.4 kB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ i686

wordcloud-1.9.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (489.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

wordcloud-1.9.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (470.4 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

wordcloud-1.9.3-cp37-cp37m-macosx_10_9_x86_64.whl (173.1 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for wordcloud-1.9.3.tar.gz
Algorithm Hash digest
SHA256 a9aa738d63ed674a40f0cc31adb83f4ca5fc195f03a6aff6e010d1f5807d1c58
MD5 d69116a30287b3ef0db9bedaa523b371
BLAKE2b-256 7c605f927145b65de0f299079db846c89fa031d56e4df9764607add12a03714e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 db39dbe91dd31ffb667edcd496f4eeb85ceea397fef4ad51d0766ab934088cc7
MD5 4c4296ca8f16819bf618e400a690822a
BLAKE2b-256 bdfa034250802f186bb0b5584e2e21dc77e4909bfe77a257956294f771833b4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6956b9f0d0eb14a12f46d41aebb4e7ad2d4c2ec417cc7c586bebd2ddc9c8311
MD5 62ee06212daa68c776bc7f2d99450b65
BLAKE2b-256 7f2cc5153f6ae80132f42ab183064f532375d9440e0484395a983974b5e2f54d

See more details on using hashes here.

File details

Details for the file wordcloud-1.9.3-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.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d221b4d0d1d2a1d79286c41d8a4c0ce70065488f153e5d81cc0be7fb494ff10f
MD5 435608d485e7dc5e3defef2faac1abe3
BLAKE2b-256 b8362b8dc0a4a89864b69355edf57367dbfc3e18d69f429bb4ca07a51ae276bc

See more details on using hashes here.

File details

Details for the file wordcloud-1.9.3-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.3-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 baea9ac88ec1ab317461c75834b64ad5dad12a02c4f2384dd546eac3c316dbbb
MD5 143d8f5b637c5b45ce1e1c4c8c367bb0
BLAKE2b-256 f744fc3055b4b5acf9301414c0f6d9df3fe70f4705b108e36481f2b93bec75d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 61de4a5f3bfd33e0cb013cce6143bcf71959f3cd8536650b90134d745a553c2c
MD5 92002073deffbd5a2211a49ac03f3a72
BLAKE2b-256 63de6d244b5e9ca970869343755a1e43e2b3c165dd9d08908f5c788014b974ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4df25cb5dd347e43d53e02a009418f5776e7651063aff991865da8f6336bf193
MD5 f8826aaf369c0de2e801399d7e804128
BLAKE2b-256 345c59ee9e6e59fc052cfe626f50deecdf81e6e1ce2c3153156be41d592c7bd4

See more details on using hashes here.

File details

Details for the file wordcloud-1.9.3-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.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 53489ad22d58be3896ec16ed47604832e393224c89f7d7eed040096b07141ac4
MD5 cd57b7e397b74bdbd2ab6cb1d13c89d3
BLAKE2b-256 f0ac717c260789242dddd74822deb1234a6e5376169af8bd27dc90292a4d63c4

See more details on using hashes here.

File details

Details for the file wordcloud-1.9.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0c8e18c4afa025819332efffe8008267a83a9c54fe72ae1bc889ddce0eec470d
MD5 4ebe87ca17573a328122ff26ed857cf8
BLAKE2b-256 99a9d37ce3634ee743819ebfc8e75a01c6e13f2be401c12f3b5af41cbc9a8866

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 65e6f6b68eecb85c326ae19729dd4151fcdebffc2142c9ee882dc2de955210d0
MD5 33443aeca22900d1a403f2c7842aeb2e
BLAKE2b-256 fb6b8891938714e77103f6f7be741bced71443714d3ef6d3b2e1308d885fba97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a36788c5c79604653327675023cbd97c68813640887b51ce651bb4f5c28c88b
MD5 e463a449c5dc8d815f7cb9c09e8a79d9
BLAKE2b-256 7fb342cdac86b114056b2f50087ea25bc76318276d89a19ae7462367ac6aeee6

See more details on using hashes here.

File details

Details for the file wordcloud-1.9.3-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.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3e3907c6496e197a9c4be76770c5ff8a03eddbdfe5a151a55e4eedeaa45ab3ad
MD5 b6b9ee54f5546faf0eee8948eccc77d3
BLAKE2b-256 21ea0acc01fbb5e211c8e3b3cef9eaa947d8882c006c956c736cbeca222e89f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f1c0cff6037a3dc46437537a31925f3895d742fb6d67af71194149763de16a76
MD5 679bdfbeffa4769359e1a8f7991546bc
BLAKE2b-256 34d78cae0e00806ee3189690d00d39d27e8e1d665a9924c8c7bded5c3a078ceb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7b0e14e4dfcff7dee331df7880a2031e352e95a7d30e74ff152f162488b04179
MD5 4becbfdbb8e683a261f2969eca5c1126
BLAKE2b-256 a72fce51f003cda4510d7865bcabf740ec3e0b56f21e553141b03e2ff324f2a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a1c431f20ee28a8840f2552a89bd8332c455c318f4de7b6c2ca3159b76df4f0
MD5 de319ee3decd833afe5b2f418b247a61
BLAKE2b-256 803bafbec935c2471f45b7b9e4af19392f7529cd67152fa525c228a0338c7b3b

See more details on using hashes here.

File details

Details for the file wordcloud-1.9.3-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.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1847ca4466e2b1588478dd8eb87fa7baa28515b37ab7926471595e8ac81e6578
MD5 ec3c37b62ae9339187606dc7057cb3a5
BLAKE2b-256 560174a95629406cb3cbbac401ba713c2abdfc2334f1256aa3261751359c4b7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a6ae5db43807ca10f5c77dd2d22c78f8f9399758cc5ac6afd7f3c19e58b75d66
MD5 01970f6c8aaeb79fe296f6e7c0b107d9
BLAKE2b-256 bb4e4f3e13f0768507d92d0ceccbbb5d473486e1dcc8c730b1117a22883ea2bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wordcloud-1.9.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 301.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for wordcloud-1.9.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2061a9978a6243107ce1a8a9fa24f421b03a0f7e620769b6f5075857e75aa615
MD5 6f4850e72874020006b5b92e2f026ba9
BLAKE2b-256 bfa0b8fa5f2d7147a7675e2cab99108f7d8d524b67481f81f289cdb2b64ed1ab

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wordcloud-1.9.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 291.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for wordcloud-1.9.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 419acfe0b1d1227b9e3e14ec1bb6c40fd7fa652df4adf81f0ba3e00daca500b5
MD5 2e472274b15d426f4c1af2d1c7420362
BLAKE2b-256 77c0bc14fd7fa96e5b544aac4e9e65b5dd6f753d72184da35e35eb0b24c4dde4

See more details on using hashes here.

File details

Details for the file wordcloud-1.9.3-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 64b342a79553970fa04083761d041067323219ad62b5550a496e42436d23cbb3
MD5 aa719be2c687da39686caf24da66d094
BLAKE2b-256 4d80f9cafd71562e168b093ba4373917d9c1d51fa4cbbd015b2b6ee770f07357

See more details on using hashes here.

File details

Details for the file wordcloud-1.9.3-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 483aa4f8d17b9744a3b238269593d1794b962fc757a72a9e7e8468c2665cffb7
MD5 e74f9c588cc8aa0b2906208589744fbc
BLAKE2b-256 a41b6bc50f44fd7e51feb9765ed4a6f81fcb8eeafb1c4a1d4853a069a9d98055

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d00d916509a17b432032161d492ed7f30b2ebd921303090fe1d2b57011a49cc0
MD5 6c6d276713af2891f952758c05b6b383
BLAKE2b-256 c68317f69e39c76913064d1ee60e08f9fb3eacf019c2085f5bdfd2b87bc304b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d5e0e7bbd269a62baa63ea2175faea4d74435c0ad828f3d5999fa4c33ebe0629
MD5 dfd8f92751e1c98469bda6d185de5e34
BLAKE2b-256 a3fe1e877865f6e2119c044ab706a31ff20228764f702af12c15fc592f9667f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 512f3c9a2e8579269a33ac9219d042fd0cc5a3a524ee68079238a3e4efe2b879
MD5 c6efd87acce44889c254048e0e9843e2
BLAKE2b-256 03cb8228555eff393b3e86be815ecb5d506fc18ccfe3b8427b5c1ac2944c4ced

See more details on using hashes here.

File details

Details for the file wordcloud-1.9.3-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dfea303fc1dec4811e4a5671a8021a89724b6fa70639d059ad30c492932be447
MD5 c16dbe9f98a59e1bf444a681d62ed944
BLAKE2b-256 85c0399a255a2306867cc876de471547c8f727d940c2636c1311d354898e5851

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wordcloud-1.9.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 300.2 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for wordcloud-1.9.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 103c9b0465e1cf5b7a38b49ab1c3a0b0301762fa56602ac79287f9d22b46ade3
MD5 59dc68e0f2d3fd135b8b3aaefd1bd89c
BLAKE2b-256 f5b0247159f61c5d5d6647171bef84430b7efad4db504f0229674024f3a4f7f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wordcloud-1.9.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 289.8 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for wordcloud-1.9.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f504e3291256c0b6fca044602f8f0e5cb56b7c33724cde9d279c4077fa5b6d27
MD5 16fe0985696b063cd284a3644fbb2698
BLAKE2b-256 6da7dff6e4f86739e383a5922be6198930c6705d953f37a2815ddfa6b11e3880

See more details on using hashes here.

File details

Details for the file wordcloud-1.9.3-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e1a1c3cfa86b605a19711ec58920ccb694dca9d5c9d00b373f4d5952d63793e9
MD5 b26ef57a705b36f949557ad7a3b5616b
BLAKE2b-256 583ce803ad055fe511e33f091e5aedfdbb7f82adf67eb96dcbd80f075f95a6a1

See more details on using hashes here.

File details

Details for the file wordcloud-1.9.3-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 998dc0dc8fcbff88f566f17cb5e0eb3bb21fcafd387b0670be6c14feacaf4cdc
MD5 3de0ec9003501b990dd4f6f82284421e
BLAKE2b-256 04083390a827a6f3f4605d35f2fbb755c9e5d7a08b904b63266bff17fa255c72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cb1e8bb7d60f7a90fa8439c7b56dd1df60766115fd57480ac0d83ca5204e0117
MD5 0fd45b9710ac48ac13b95c804070e69e
BLAKE2b-256 40adc22887189c23cc133ae7cbad48c71312f1a962b960fe7f51fd792808a307

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6e33328044db5c01487f2a3a023b5476947942dacd6a5dc8c217fa039f6c5bd9
MD5 a934d95906a050c61d136e7f31812c2f
BLAKE2b-256 ce270b81f0160883f366678d59df4a6e8cb1921934b2f8086de8dfb9540b0b10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6f5499e6360219e61808dc0d2b00cd5104f78a82d2ae8f7986df04731713835f
MD5 4a9e2a87987cbe10b906c7f67266f1cf
BLAKE2b-256 ac66937d1d73389c0b501c928c4d8513653063d2b40272dff70d0e283d8b9144

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7ced0d5c946d82cfc778febafe3eedeb0bae07dd57ea4f21fe06b9ec8225ab31
MD5 343093b73635223783bae30af7e2b94a
BLAKE2b-256 394a2684863905b72fceea24edaa10e3e16bc742a184042f463f3b09883d75b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wordcloud-1.9.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 300.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for wordcloud-1.9.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6f7977285df9254b8704d3f895c06814a6183c6c89e140d6281848c076635e91
MD5 fc5218af3e8713a328e09073cde0d058
BLAKE2b-256 757acad3b21a91cc55abe06f70146b564f20d9db2aee9631fdee580283bd5e1e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wordcloud-1.9.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 290.2 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for wordcloud-1.9.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3b90f0390c0a05ba4b4580fb765a3d45d8d21519b50ca5006d6dbdc2a0b86507
MD5 f2f7bcccbae693a68e65cb892f247f3f
BLAKE2b-256 b0586e1158f2a967208b91762afb3687533009ddf13b1bed54458e6ce93ecb03

See more details on using hashes here.

File details

Details for the file wordcloud-1.9.3-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5f86042e5ce12e2795798033a56f0246906b4d7d9027d554b6cd951ce2fd342a
MD5 4cd8875d2dc88dc5c296c80acfef7dd6
BLAKE2b-256 c32282aa9a1136833ea11ad19f668ec2ce955b1fbf2f92d116e704b29c28a9ed

See more details on using hashes here.

File details

Details for the file wordcloud-1.9.3-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4001317c0e3b5cb6fd106228ddcd27524d1caf9ae468b3c2c2fc571c6ce56b22
MD5 a93cae0f045553f9d56eb33064899676
BLAKE2b-256 2db8e351b54fec0f52ce53d229e99bc3b8541fa9a7d59e8dade60a22db63abe6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ad6db37a6f5abeba51a5d503228ea320d4f2fa774864103e7b24acd9dd86fd0e
MD5 ccb0055d9e07d6f7c6b371f180e8170d
BLAKE2b-256 90be1a7a488f5edcfae6746ffb91e792a1795b6cc058364ea6888b3878d3476f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5e74ac99e9582873d7ee28bd03e125dcf73ae46666d55fb4c13e82e90c0e074a
MD5 16f9eb8313d51637e12f840d7082e221
BLAKE2b-256 caacd5836caf274b67a6ed7fa8271e119b3f6d5ee8938949b419c5d64b0140c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3b6adfc1465b9176b8bc602745dd3ed8ea782b006a81cb59eab3dde92ad9f94c
MD5 5299d7291ee2ba01ae2526eb0d8f51d9
BLAKE2b-256 762d6850fc318aca19bf153cba2a7e0db3060412a46611d8792056bf407bf144

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5fce423a24e6ca1b89b2770a7c6917d6e26f04bcfefa601cf61819b2fc0770c4
MD5 781c2238daf8157f1d2a521868f01cb0
BLAKE2b-256 03c9eedf685caa682eefb71c9e827def4604d699da7c3cbf50aa3f577553c33e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wordcloud-1.9.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 300.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for wordcloud-1.9.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c0f458681e4d49be36064f21bfb1dc8d8c3021fe30e474ee634666b4f84fd851
MD5 ec6a95866831f8696c95022e1f57fcc2
BLAKE2b-256 d067ebbc7e0c6da1753d7c30c2ca47c6bd11dbf2259cfa9c98151f4ab3d8b950

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wordcloud-1.9.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 290.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for wordcloud-1.9.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 1d1680bf6c3d1b2f8e3bd02ccfa868fee2655fe13cf5b9e9905251050448fbbd
MD5 e6da77e112ef6402ae5410a028a92e51
BLAKE2b-256 5857ba66e9b8680e9b0d76a1c87d2386ffa86472a568aa193c6707a4857a0639

See more details on using hashes here.

File details

Details for the file wordcloud-1.9.3-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 81f15eb60abc1676808bb85e2edfdbdc0a9011383f2a729c1c2a0cb941516768
MD5 da450783d967af8e50e8d8ab5fba61b8
BLAKE2b-256 8b5eea1812ec366f512498060e5c70e60efcdb39bbcebe1ca7ff41929e421e61

See more details on using hashes here.

File details

Details for the file wordcloud-1.9.3-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8078c6c58db4ccb893f120354e7e08bc48a5a5aac3e764f9008bc96a769b208c
MD5 60100263c50a87e730c06c706d30deba
BLAKE2b-256 3eb9d3536ce9da99aafdf527ab830a14ff12c24173b13b9cb377077cf5459c19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 387dc2bd528ff6bb661451f2a9fd4ccf74b86072d7a2c868285d4c0cf26abeb4
MD5 914cc1b54af255c65cfc37f05383c801
BLAKE2b-256 32524fb51dde6c6a57669501e51ef205feb7520ce7b2dda100b30bb588e02866

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 40c32a324319db610b40f387a2a0b42d091817958a5272e0a4c4eb6a158588b5
MD5 12749b22e360b9ae4f4fdc7502a8e76c
BLAKE2b-256 1e39e40fd13613cf73c522b7fd7bdb2f6572c5399b24db792e68fc508cda8d0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 daa6cfa11ce24e7eb4e42dc896dae4f74ae2166cf90ec997996300566e6811d1
MD5 0238334a62749c2750512056a8c876bb
BLAKE2b-256 78083834d47dc30f3add3899e5bdc5a371194d23e649e2923ce15a66c9903976

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 888d088f54a897b8597da2fae3954d74b1f7251f7d311bbcc30ec3c6987d3605
MD5 a959ea8238b29ccb0c933b3c4be91317
BLAKE2b-256 07189e2bc9d5ee2c88514f368c8ccc82aae4f07392ccda41dc1706fe4cf52a0e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wordcloud-1.9.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 300.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for wordcloud-1.9.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ab5bae12cf27d8de986e4d4518d4778f2b56c660b250b631ff805024038311a1
MD5 679396feafa2baf472bc4e8f39c5eff1
BLAKE2b-256 96b1f89962836d9a00dba0dc1336d8c2d4c8c8375db9884d329b35f00f483144

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wordcloud-1.9.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 290.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for wordcloud-1.9.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 19aa05f60d9261301e4942fd1b1c4b458d903f24c12d2bd1c6ecbb752697a2f3
MD5 2cbe05cd11dd06c3522a4b30f8cf6663
BLAKE2b-256 9a42cc6e41cb39a623e9a076611508739f9a6b7632b358b2225c7f4b58138e85

See more details on using hashes here.

File details

Details for the file wordcloud-1.9.3-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 038de1701e7853c41850644453f1c9e69f878e480d42efae154684a47fd59f1a
MD5 ebf3511f4721cf055bf1ae32c5eb4b65
BLAKE2b-256 5310119f1501694b3e6de50d48e2deee6051ba6bdf119a8f9f8eff5926aa386e

See more details on using hashes here.

File details

Details for the file wordcloud-1.9.3-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1932726635c8ed12bb74201d2a6b07f18c2f732aecadb9ae915832485241991f
MD5 60d21cb3c6b06b67795aca3dbeed9c51
BLAKE2b-256 aa886d7e99788c76458b88c694f3ea6ea2e9e605e94a6603a594d5be30c96f13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 05aa3269c5af573cfb11e269de0fe73c2c72aefdd90cdb41368744e7d8bc7507
MD5 68ee7f6de41e19c0f259e6fd04f357cf
BLAKE2b-256 b2e90e717dbf8c31a4e9ead9fa48a4b691c48209f9cbb3d774caeca991d217eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d74e206f42af172db4d3c0054853523bf46070b12f0626493a56599957dd2196
MD5 350e98be9fc04b1c59d550a156ba6a3d
BLAKE2b-256 e6bfe6c87e5f11455aeffc4f84daadd6da42b66707b4c24c061f657ecea3ffe9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47d6918381a8a816141bdd391376bff703ec5aa3a6bd88631097a5e2963ebd1a
MD5 5c3d7684205533ec9b9e4cb780685fea
BLAKE2b-256 1ab7c4e3c0587bccec98df7db6d2d3a0d891f670a914caeeb18a13a787268ec8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0058cf08573c99283fe189e93354d20ca8c9a8aac7207d96e74b93aedd02cdcc
MD5 cf33b46616d106d49d4eef8527190273
BLAKE2b-256 52440211b8dc942acb29cf5dc08f278c0c5ea84b591908bd5df28f7c426ad6b6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for wordcloud-1.9.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 78f4a3fd3526884e4f526ae070bcb47401766c48c9cb6488933f608f810fadae
MD5 7dba16c6f03ff0549380f3720e8f3f4b
BLAKE2b-256 4b12a489555dd7cdc8ee87e8dab071b6697271dfc57fc00fbe9b9e04c80354ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wordcloud-1.9.3-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 290.1 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for wordcloud-1.9.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 e56364c8829d399397a649501f834c12751ab106cba488ba8d86d532889b528c
MD5 356945d0ba17e264bf3ce920fb4fab47
BLAKE2b-256 43b17579a4b869c7d8724ae56980f70ffd96079f8c8005b726b99c4b44f3c125

See more details on using hashes here.

File details

Details for the file wordcloud-1.9.3-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d95f44739a6972abfb97c12656999952dd28ed03700ee8b6efe35d688d489b36
MD5 6a2ec9ae947f86343d30483be56c6ff9
BLAKE2b-256 9444d1f47a364bbc839fd37fa9ec37ca8be1620d68991d105db51041422bb460

See more details on using hashes here.

File details

Details for the file wordcloud-1.9.3-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 643243474faee460e7d08944d3e529c58d0cbf8be11626fbb918ee8ccb913a23
MD5 f2b2915613b563d64c6f01f84fe38423
BLAKE2b-256 c6499e20f89fb34137acd7aaa3330af0861839ef4f78cb98a7ed34bc61a62099

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 524065f8a5a79e00748f45efbeacd25ac1d15850e0d0588753b17a8b2de2a6a7
MD5 f5af8b6d18a96bd67de47f08782c5966
BLAKE2b-256 4cbb902e68291e5d30ceab13f496986c78dc78acf7253e789e1d1c72124f033e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5b2bb53492bc8663ba90a300bbd2da7be5059f9ad192ed1150e9bbbda8016c9a
MD5 59539063d3aaa6aa23691e727fa0b361
BLAKE2b-256 d517765cfbe4ab1957d2d490b8597170df1d888ee6d44ae226042078d3729a8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for wordcloud-1.9.3-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 21f47fabe189f39532378759300a624ae166519dfafbd6a22cfe65b14a7d104d
MD5 ae4870c26ef578f03918675a28780453
BLAKE2b-256 18d72e894c5358bbb688bec3c6bf825c07f904b1dcf2a14245cf7e99bc52ec05

See more details on using hashes here.

Supported by

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