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.4.tar.gz (82.6 kB view details)

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

manimpango-0.1.4-cp39-cp39-manylinux2014_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.9

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

Uploaded CPython 3.9

manimpango-0.1.4-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.4-cp38-cp38-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

manimpango-0.1.4-cp38-cp38-manylinux2014_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.8

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

Uploaded CPython 3.8

manimpango-0.1.4-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.4-cp37-cp37m-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

manimpango-0.1.4-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.4-cp36-cp36m-win_amd64.whl (4.5 MB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

manimpango-0.1.4-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.4.tar.gz.

File metadata

  • Download URL: manimpango-0.1.4.tar.gz
  • Upload date:
  • Size: 82.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4.tar.gz
Algorithm Hash digest
SHA256 693fbc52ea60c75acb9c98f23fc8e98a429b5ce02ab761ef9db24e9d61d62a49
MD5 e96f22b5686133c0e6a386ff376271b6
BLAKE2b-256 cec76385210d5117620718ee8a35defa400fabf7a0e55dc144b23b4e4d49bc6b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.4-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.0 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e165fd017864b7435da59f4a192f3f55354602e399e763ded20fbbd7fc5f9e42
MD5 22e4a32fd553906739ffbc0da0774f3f
BLAKE2b-256 6b4894f8c8ff69941b392f990a0aaa3d3b9a867357bd3ec7c9ca5994dba3246c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.4-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.0 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ec4497af4a23d6969dd045cc66695ae59d63157119908ce76bb5585450183b63
MD5 5bc47266b1fe4a18edad4928a66bea35
BLAKE2b-256 2b12b08e6a5df44ac926659fe2ab8870de91802308a2af4e03461ecb816a91df

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.4-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.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6e0ed860825c4e57f16f06f1b14d9599217add991136edfb390f446c85fc4830
MD5 9c80f27307c8f00074bf39f1d9fe104d
BLAKE2b-256 20762ac743678cce9f2e06e011fb3646c830aec9b1cb182e45ff565ba5992901

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.4-cp39-cp39-manylinux2014_i686.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5295d3a27d291ca0879b51cf1e398d129aa91db8c6b89c14417fa61cb1fa80e7
MD5 f5b9058a13b0c4b6864f1137dac45def
BLAKE2b-256 d28286c198109c33055808f63928728439047ae579d81ac7636de58093c4cf9a

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.4-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.0 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c17cb10e74f191df7a7848423c298e5a4004a13641088a6a31b4ae5296f00d82
MD5 2c9707e5c07ea563c6c5081a5d4e79e8
BLAKE2b-256 79e967529f0311328a619d5039c568f9607eea991f0a7f4bc1eb718521c5e249

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.4-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.0 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a840b41243d30d8d19a4847c2213aa05158d3009dbc4289b914eac92719b4f24
MD5 0a8d9f7f628bce731d6c9c25f82b885a
BLAKE2b-256 6112b5bd9e6b692b905429922798a9d8cb08472dacbde01987afda2cec9da137

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.4-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.0 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8543495da7b7fb5c35a33af710130b2c6950a1b931b5baf03c058573657b1197
MD5 523b592b8ea8eecf2afc0608523ce9c7
BLAKE2b-256 3c0bd261dc1b07fe2127f9d28edd9d24cd0e926b1a399465d48acb297778d182

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.4-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.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7ca4adcebe45b37e52edb7d5bdc50e0b53fc73eada17e6dfc83e237386df4e36
MD5 c43a341fbd9884b0f402c6c0605490b3
BLAKE2b-256 6216ecba4f02585631e526da4e74f85ca013867812cc249699ad5fa8c4a3375f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.4-cp38-cp38-manylinux2014_i686.whl
  • Upload date:
  • Size: 8.5 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 34867ab61eb691dae7291596eb09c12616ee054f9812e884a0391c83cf6b5f92
MD5 ea7749dc7ebe991023dd72273ee660dd
BLAKE2b-256 00224048f465e7e267231959e5a9496635668dbaf7d8837ffd42e323127f0360

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.4-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.0 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 75044532210a11c00cfd5a6adc5381fd9b848b4a4f444b5d872488d571c6ca2a
MD5 b08e37427a5efaa0de2747cd5300af24
BLAKE2b-256 e2a2533bdc63724deb712165c34fc87943ba7827b2600c9da03fa33d91faa0cb

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.4-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.0 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 306a8e67782178f968e5f1414f4b86711c487ea74f886280aae93225afa103b9
MD5 04be1707d662bc2afbc5ca341fc393cc
BLAKE2b-256 a9163147b402c0e9a907421dcaeba82251621409bdf095543484ae79ac6d4ede

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.4-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.0 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 4d5eb4a98684dfd91809c0c910637a952c14c35e0029776e4f907aaf61c206fa
MD5 34b3ac9ab35d2af873b66fd9c6608240
BLAKE2b-256 e3979c5b3210d83bec58ac2a7e30b2eed5441d095b201fc1245518a074ca7269

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.4-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.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 205e7ded2e74f174be4d1e96b27a2fc3bf9b0bdfedccc095b79d627d659d4238
MD5 70449a6ea60404024c6d1ba3c6e216ae
BLAKE2b-256 00c645fcec853b5de9b5a46f623b5e796ae894d82048dd22244e08caebb3ed3b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.4-cp37-cp37m-manylinux2014_i686.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c3b493dd5cf53f0243c3d7d861415869bac7e04ec86a816536d23aab2aa88230
MD5 53b2fcd23888452b173c5e65a1143f37
BLAKE2b-256 30d438f570602de498f42346ceb7c6ac51c312c55cf59e865f2a3b40f976b460

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.4-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.0 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f489bc3f5fe0c908894a480ed14e5ac0cc87a959aeb073cf5a82a48eecd07bcb
MD5 e4bb67cf10ba8cb7b5c7a3e55f3b6dd9
BLAKE2b-256 6ee8502432456ad07d9fe3d6294ea018193d4981ab4c1baf7ceef47a43dc8b7e

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.4-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.0 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 4059eac98f93296da9431a2dd3c2e863819a311cc945d3c8e6112a48e4657005
MD5 c5bffb875c33d3f4aa46fbf5ce0b0297
BLAKE2b-256 3f81e9af189650d761abd11729b267cbc965604f6b84b9d36446a7b5724ff61b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.4-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.0 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 3cb3622f4defdcbb0c90bbd86aa20ec2ae9b548a967d31a49f5a06a848b5b923
MD5 a7a0ce5a663440a28ee0c4977e85b94a
BLAKE2b-256 59dabda4db693dc72539c567a1cfe750c591426a947f657973a2d8b5b4d2ca97

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.4-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.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 05a055c41db3b731cbd3fcb3cfe7b1765d4bb1c3b6201db392a3ee9e57772976
MD5 75dea8fc44422a88047e47370bf280fb
BLAKE2b-256 12dc187745a6a5f47b0310bdad51bb2243f21f78fb95e3f54d029a7bc3da8d52

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.4-cp36-cp36m-manylinux2014_i686.whl
  • Upload date:
  • Size: 8.4 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6e02472fbb05176ba5d0b70866221152507fe6daa4bdf1eb1cf30dffb6f606bd
MD5 6b08e1c96534281f2e6103648693d5a1
BLAKE2b-256 8b34f6952bd209b362f9fe6dfd45a339146928cddde23e9c87302c7a267a4592

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.4-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.2.0 pkginfo/1.5.0.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 fcbe104da7b63d8781d1e9952cba6bf4358a9c341c4e98f158bc91b913384f91
MD5 02098fd56affc61429b07a2babddd056
BLAKE2b-256 f5d17eeea4f778d5d30364e9a99aa0732422d3bc60d51b23828e14200261402f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.4-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.0 CPython/3.7.9

File hashes

Hashes for manimpango-0.1.4-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b4d61797b36b9938c226bd38a32fd15eea580bf052044143749326921bf0a6cd
MD5 c5de79914d4c0c4294c82d2f5f9bb70d
BLAKE2b-256 fa54331f8b64ce1cfe25832834520cfa6277e73d2c479d1fd44174503ed77f7a

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