Skip to main content

Bindings for Pango for using with Manim.

Project description

ManimPango

PyPI Latest Release PyPI - Wheel PyPI - Downloads PyPI - License PyPI - Python Version

ManimPango is a C binding for Pango using Cython, which is internally used in Manim to render (non-LaTeX) text.

INSTALL

Installing ManimPango is super easy, just use pip. It is manimpango in PyPi.

pip install manimpango

Note:

For Linux Users, installing the binary wheel provided in PyPi may have unexpected side effects.

For example, a folder named fontconfig might be created in the current working directory. That folder would then have a lot of cache files each time you run Manim. In order to avoid this, you will have to install Manimpango from source:.

pip install manimpango --no-binary :all:

Please note that for this kind of installation to work, you must have a C compiler as well as Pango and its dependencies along with the Pango development headers. See BUILDING for more information.

BUILDING

Linux/MacOS

For building ManimPango, you need

  • a C compiler
  • Python's development headers
  • pkg-config
  • Pango along with its development headers and its dependencies.

If you are on MacOS, you can use brew to install those. Using MacPorts is also possible, but their version of Pango is old and will probably not be updated in the near future.

brew install pango pkg-config

If you are on Linux, you can use a system package manager to do so. For example, if you are on Debian based system, you can use apt

apt install libpango1.0-dev pkg-config python3-dev

Arch Linux: pacman -S pango pkgconf

Fedora: dnf install pango-devel pkg-config python3-devel

Or similar in your system's package manager.

Using tar archives

If you don't want to contribute to this repository, you can use the tar archives published in PyPi, or just use pip to install using

pip install manimpango --no-binary :all:

Note: pip by default uses wheels, so make sure to pass the --no-binary parameter.

Using git clones / Contributing

If you are using a clone of this repository, you will need Cython which can be easily installed using pip:

pip install Cython

After that you can use pip to install the clone with the following command:

pip install .

You will need to this way if you want to contribute to ManimPango.

Please remember to do this inside your poetry shell, if you want to use your Manimpango with Manim.

Contributing with Windows

If you are a normal user, don't read this, you have wheels which you can just install directly using pip.

If you want to contribute to ManimPango and you are on Windows, this section is for you.

As Windows does not include a C compiler by default, you will first need to install one. You have two choices:

  1. MinGW/Msys2

  2. Visual Studio

MinGW/Msys2

  1. Download MSYS2 from the download link provided on their page https://www.msys2.org/#installation and install it according to their instructions.
  2. Once you have MSYS2 installed, it offers you three different shells: the MinGW32 shell, the MinGW64 shell and MSYS shell. In order for the following steps to work, you have to open the MSYS2 MinGW64 shell (you can search for this). Small hint: it has a blue color logo.
  3. Run the following commands to install Python, Pango, Cython, Numpy, Scipy, Pillow, Pycairo and ffmpeg
pacman -S mingw-w64-x86_64-python
pacman -S mingw-w64-x86_64-python-pip
pacman -S mingw-w64-x86_64-pango
pacman -S mingw-w64-x86_64-cython
pacman -S mingw-w64-x86_64-python-numpy
pacman -S mingw-w64-x86_64-python-scipy
pacman -S mingw-w64-x86_64-python-pillow
pacman -S mingw-w64-x86_64-python-cairo
pacman -S mingw-w64-x86_64-ffmpeg
  1. Still in the same shell, install Manim using pip install manim.
  2. Finally, get your clone of ManimPango, cd into that directory and then run pip install -e .. Note You can't use it with your regular Python version. It will cause weird errors if you do so. For working with ManimPango, you must be inside the MSYS2 MINGW64 shell.
  3. You can then use manim inside that shell, to run Manim. Hint: If you want to try out Python interactively, you can open idle using the command python -m idlelib inside that shell.

Visual Studio

First, install Visual Studio as specified in https://wiki.python.org/moin/WindowsCompilers. Possibly Visual Studio Build Tools 2019 with Windows10 SDK.

Then run the script at packing/download_dlls.py. This will get a Pango build along with pkg-config and install it at C:\cibw\vendor. Add C:\cibw\vendor\bin and C:\cibw\vendor\pkg-config\bin to PATH.

Note: You can change the install location by editing line 24 of the file packing/download_dlls.py.

Then set an environment variable PKG_CONFIG_PATH=C:\cibw\vendor\lib\pkgconfig.

Then you can install Cython using

pip install Cython

Finally, you can install your local ManimPango clone just like any other python package by typing:

pip install .

Important: You have to to use https://docs.python.org/3/library/os.html#os.add_dll_directory before running ManimPango. Alternatively, you need to copy the dll at C:\cibw\vendor\bin to the folder where ManimPango is compiled. This is applicable for Python 3.8 and above.

import os
os.add_dll_directory('C:\cibw\vendor\bin')

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

manimpango-0.1.5.tar.gz (24.0 kB view details)

Uploaded Source

Built Distributions

manimpango-0.1.5-cp39-cp39-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

manimpango-0.1.5-cp39-cp39-win32.whl (3.9 MB view details)

Uploaded CPython 3.9 Windows x86

manimpango-0.1.5-cp39-cp39-manylinux2014_i686.whl (8.5 MB view details)

Uploaded CPython 3.9

manimpango-0.1.5-cp39-cp39-manylinux2010_i686.whl (8.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

manimpango-0.1.5-cp39-cp39-macosx_10_9_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

manimpango-0.1.5-cp38-cp38-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

manimpango-0.1.5-cp38-cp38-win32.whl (3.9 MB view details)

Uploaded CPython 3.8 Windows x86

manimpango-0.1.5-cp38-cp38-manylinux2014_i686.whl (8.5 MB view details)

Uploaded CPython 3.8

manimpango-0.1.5-cp38-cp38-manylinux2010_i686.whl (8.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

manimpango-0.1.5-cp38-cp38-macosx_10_9_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

manimpango-0.1.5-cp37-cp37m-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.7m Windows x86-64

manimpango-0.1.5-cp37-cp37m-win32.whl (3.9 MB view details)

Uploaded CPython 3.7m Windows x86

manimpango-0.1.5-cp37-cp37m-manylinux2014_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.7m

manimpango-0.1.5-cp37-cp37m-manylinux2014_i686.whl (8.4 MB view details)

Uploaded CPython 3.7m

manimpango-0.1.5-cp37-cp37m-manylinux2010_i686.whl (8.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

manimpango-0.1.5-cp37-cp37m-macosx_10_9_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

manimpango-0.1.5-cp36-cp36m-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.6m Windows x86-64

manimpango-0.1.5-cp36-cp36m-win32.whl (3.9 MB view details)

Uploaded CPython 3.6m Windows x86

manimpango-0.1.5-cp36-cp36m-manylinux2014_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.6m

manimpango-0.1.5-cp36-cp36m-manylinux2014_i686.whl (8.4 MB view details)

Uploaded CPython 3.6m

manimpango-0.1.5-cp36-cp36m-manylinux2010_i686.whl (8.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

manimpango-0.1.5-cp36-cp36m-macosx_10_9_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file manimpango-0.1.5.tar.gz.

File metadata

  • Download URL: manimpango-0.1.5.tar.gz
  • Upload date:
  • Size: 24.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.9.1

File hashes

Hashes for manimpango-0.1.5.tar.gz
Algorithm Hash digest
SHA256 6077094bb42721b4751c4d266e9d17076fac6b19951c65a5862917ce7eb6e231
MD5 e0145fc32fcbb0e3bafbde43ab88aa56
BLAKE2b-256 12bdccc0e30c6783f6d8ca5686e73e63e83a654a5fd8d525c211645ae138f67f

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 934ce50a3c9e6e5df325d9faf68790b6755003ae5efa708bc9a62139266a1110
MD5 7fcad8a2d5dadca6d169881a00165400
BLAKE2b-256 ec00dcc4e784d3d9dde08a7c630d53662f13e6db042ce6309c0ddc66a0464dfd

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp39-cp39-win32.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 a8a2a68a463a1fbf43e765a0647ce63792f16eb287230b32037f061767cd6a97
MD5 0e125db783f5317954bfa5eef2fcad9f
BLAKE2b-256 001dc692749ed81580c33569c17f162386baf57e720ee8601fba53f1845ef7eb

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp39-cp39-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.7 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ecbdfd39577d430277371e4bb924f2336a1918d49d3b3ece2fd2a9b51b95d8a0
MD5 9dbb73383f7c2b509ef10d8690d17a32
BLAKE2b-256 486310720613158510b95d543a9b25a58a6a15b264c24a70cd1d51102e6480d5

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp39-cp39-manylinux2014_i686.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp39-cp39-manylinux2014_i686.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3bf956a53efb235590567c7443e1921960d3efa50d906dfa53d12267c62f6d99
MD5 35820f0131ddef1a6636869acd6b5914
BLAKE2b-256 7c8786455c82f9bdc5dc519bc2e2e751350ebb2a75743beb58de64de8d7cfeb9

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp39-cp39-manylinux2010_i686.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 dbde2fcd69764cdba4560d4e06225d8172352911d40c6ee0cfafc4865755259f
MD5 787f2909f8fc6fd4ad065c32c277e4ae
BLAKE2b-256 7e0ab2ca2164580754abdeca039853e069c81355391472e23dd1138f880b183c

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3b1b3ac473940fa0fa4e916fa25b08c0f785331e5356e4a0302bb3b713a704ad
MD5 15d0e8965fa3df661b7ad5ee94debfb1
BLAKE2b-256 a66c1be3095e87b23905756678fb37e4a0cb18bb5071210948ebf2e536267e95

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 18c405e66e145b143272543e6d54361f4d2bc51b573fa9580dc72834734bb387
MD5 8b5c29bb4ad396ba40e69cf5e3c52b48
BLAKE2b-256 f0c794bd71504c324a364f6d65801764c37207c5dd7a2f9adbce588a5368b375

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp38-cp38-win32.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 9117f679b34bb2637a7fa9539967000abd998e58676a1ca77d344305af5168b2
MD5 da7036e1669bdcb29dbb80533a0f4ef1
BLAKE2b-256 78bc468108ba516e1439e2ded171a28d29ddee9f46729a4b6333bcc088e552f4

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.7 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 acc2985716817275c03e25e4870f70cb5c2062e246ee027fd155dd199711acbe
MD5 a25d2d09f780627cdd52ee84b07eee44
BLAKE2b-256 489dc8fe51109467a01aef3a04ca29c462431cce640ad156e905775360f5ce93

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp38-cp38-manylinux2014_i686.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp38-cp38-manylinux2014_i686.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0bcb3d51148803e168adf21a51728bd430f1c0ba953beaca97025bea0b2b6999
MD5 3c187c611453a92deb25b724eb6d6419
BLAKE2b-256 6195b32ae1a17b98d5bbee02a9194ce54d556848d49ab21c4028cf66ca9e7b95

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp38-cp38-manylinux2010_i686.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 bd888a04d6226793b61f988d4ff62303baec15e8d00c7e04231ec8cf1d3de7bd
MD5 fd9affd3113013aa60ed15357a75a000
BLAKE2b-256 ba09862349aef6a9f10e4f0c35506a7058cbdf872dfac8cb1bf66a11387b4746

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7433297dbaf41fa4e8e617b0ef7f2215fdb0cff917134f998fa7394b15ad9820
MD5 c441564f80eb669fb4c19c93fffd8b00
BLAKE2b-256 dd4102fdb7af8e7303b0a6a8cc4bac3255fe4f9c5ed588e88da4ed8a28234742

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0b917536448f7cc544181be2babd9bdf780b4a74f0100a923455b4bb77e13ed6
MD5 246954df8090daebb7144137ff2e44ce
BLAKE2b-256 2cdc93b27a6d7df6ccb30b2403f21ac692acf0e724a341f4a4d577f3aabb8e9d

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp37-cp37m-win32.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 3a736e0e836e82a223b3bda658e8ef3793b37f6c47ebd1cec51c2e241f9f915d
MD5 8924934be96f31e4c4ebe4e2c7fdee4d
BLAKE2b-256 6772dc3c37a88b7c1086ed19437e82685aa6fcc4fa04d2cbf2d62b65dcfdb27a

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.7 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 63a74a6c7496e9f7f6a4162d08b966f331b3e695b9f96e489967328347b8d502
MD5 85abf9bed87a40ed1bb32f22199f0f09
BLAKE2b-256 7b1c8871d1fc79d4f97abcdc767d04ff6bd9cb62f5cb04db7ebe0ada40e7bef6

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp37-cp37m-manylinux2014_i686.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp37-cp37m-manylinux2014_i686.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6555522b88d1a6183bcc1c03684935f46105edf4cfa7f9aa117b66a263d5daad
MD5 815f7e8f4663bb64ceca4ad2046da7b0
BLAKE2b-256 34d7df602038e4e857e16c7a712f750847480e832dcc33fd345037a1cca5eccf

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp37-cp37m-manylinux2010_i686.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8ba57234ed314838f5f827ae72bad0a48d0bf0a3b59501c247c49a021b08ca19
MD5 353a254667b26c5bfbe2c1c49d635f9d
BLAKE2b-256 8cdc144b700a24fc2fdf4a433728da0fcf7e1115ca7d5b13deb7740277a2c14f

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7d01faaa14e2f49b9da28a5cba91744953ab869066ed6f2c49b56913160c8dff
MD5 3aa5da200b22485d334c2c97d4a217df
BLAKE2b-256 21091f0df1001ae4ed123c0846f49a1ab5e8810a31d2a9741fca43b68ec0bc66

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 4.5 MB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 83d70abf722bca4b808a3be6b9d0a9f90fc7ba3871d5e2c1ee244232cb176ca1
MD5 909e0298e96e382a26498fb5df494222
BLAKE2b-256 f8f615555e409ae67d4b53128a27d7de4ec264034d8bc39a36c27497fd2f8596

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp36-cp36m-win32.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 3.9 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 87d63ff7cc1254c63600f9c95fe727c8543bea4c5c8e314596d9ff4f66573744
MD5 06741145f03b873268cc230009fd4bbb
BLAKE2b-256 3aa0ca1d23a74368600ade09011eb911628b08be068b3abf0ff4526633a748e3

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 8.7 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 944d7ad9d1651ee98b624a4a7059bfe777c89b02d94609f657d48afa125daf26
MD5 0c9a13b8b8e3ff48ed15b3eb16d823f1
BLAKE2b-256 e9a7e9ad6d9fce6a9e6d2ac7c8eeaeeabe36f14462af969fda321b029fd7de81

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp36-cp36m-manylinux2014_i686.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp36-cp36m-manylinux2014_i686.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2a1049bbcec35215ce0cc719aea71ad284fe25c9aa80747146ebc04f9aee8ea4
MD5 6d2886002c3a01bbd82c0b806d12d809
BLAKE2b-256 e38984ff5517fcf0e52ae85e555d5a981311ea0b73f55a3715d4c86edbff72c5

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp36-cp36m-manylinux2010_i686.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 a433fb543bd9921f734e1b0edeb47e6d93d0714ffb00f43942598d699da0a06a
MD5 2f7dc08218ea9cfab7421b08942476f4
BLAKE2b-256 b5a9c283741bb259bf5e4746cdd61014e7464e17dcb23910ee74b12f15207668

See more details on using hashes here.

File details

Details for the file manimpango-0.1.5-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: manimpango-0.1.5-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 3.5 MB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.5-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2188ebbbc16a70090294f7192b28e4c8c26f704ff26f3c6aea0d59ad60c92931
MD5 0c39d85e96223862f077e42f809773a7
BLAKE2b-256 9520acc184bfe9bfae74bf9aecfe040496f4b5d64546338e939c2ad58fb51cbf

See more details on using hashes here.

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