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 Documentation Status

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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

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

File metadata

  • Download URL: manimpango-0.1.7.tar.gz
  • Upload date:
  • Size: 87.1 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.56.0 CPython/3.8.7

File hashes

Hashes for manimpango-0.1.7.tar.gz
Algorithm Hash digest
SHA256 9971fc49569f55c785b49e508db85d46b3184acb0981f12d8b96b47ca535018e
MD5 13d03a8c9087d771ed540d1438b7dd09
BLAKE2b-256 a73670239850ec76e5aca000e021348bbaf2a3ad35cf8508179360d967c5751e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 57415de688824300df945182a75565bcf0231840a524f02cb345bd550849692e
MD5 de90cb84b3f64eac9ef090010ba84281
BLAKE2b-256 d0473fce64c1e27350625850c73e067458c1069f8d6f8433a7f5c8e994075b6f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 4220246ec3374e95510303fe42c5261aa1a5f41c7d1fb070b0a0a4bf647c1357
MD5 65e3e7274bf66f570e44c04a6f3b7223
BLAKE2b-256 7e0a84d4050f5d1582d3791293ed1903532994ec6eadc08c42bf41e4ed1b965c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 25342a244ffccbae8648ffc55395de77dcbb1ec70ca1984e3a7e3c1ed337eaed
MD5 a7392c54387552dffe3b79d53652d5d8
BLAKE2b-256 75bbe9a6e88b666802c1d571d8b4b70bb3587d73accab3070a0be947ac83e666

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ced04b06ea11daadb864c0643e2fd73b1ede3cd2fe3d516038c6824a4470f67f
MD5 f84e25e814fcf0a0591657b44ca55074
BLAKE2b-256 40791e20d17d65604e5e45d451fe8598e37ceda58f09b316d9c89c35ac1edf08

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 922856eca8b910a33938fc6b94becf8145d8caa25ecee90b2ce75e4991b295e9
MD5 454a464f4e8bcec1124238445f46e51c
BLAKE2b-256 bda8caf33c2fc006f2e2663cbb95c920709492a08742ee461fa5605c47ab3dd7

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8ad67d0b915d76759d3449c8a8f2f17644126a032d852803642069719e8c9c84
MD5 59bffd62dfb13da8f3692859b4a056a8
BLAKE2b-256 31f755eb5fe203e6c397e0bf008de740ef5cd546f6ef269e536a75a22882f284

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1eb05900c1f448531ed821fb01a6f20d605f755adf4a118424038e3c0d04e8f1
MD5 550dc3d48082f67d71201a01d9e83099
BLAKE2b-256 35fbf9d7326befc3ec317427c87a589616a409d7795a620dad4f1ca9c9062fa0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7bb8085d20e10d49ae70a398f38b9f86aa34cf2de29ed2620f083bd9e3ac6a59
MD5 d2a6f160abd88eb43e36ece129db88be
BLAKE2b-256 33b92f3b158c7f0d1a9cfdeb40ec2dd2ee71c7ad645b2f3848a650f29b4d47da

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49e145600f065b4d0743a3cf581c1da5b6b084e7c46f389cb3de6e2831494331
MD5 bfc2458e01634f6cfa1c0dae9e564275
BLAKE2b-256 5fbdaf5139d82d53643deec71d02ee2cbccd36385888c0ce2e4606e7e317cacc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9e6ddb4f28393e18fa926e41000c1068e3cfbe741b53f61fe6bbf7957c93bf9f
MD5 1769ee11e7d82981e09d63ff9b38c953
BLAKE2b-256 aaa7e809f679a037c3e01d513e1d60775b117ee2b9ebed7db562dfb9e14a0dea

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 241218aaaa57b6f23591a02965fd4fbb1ac801cb444d03baae35715fa992b482
MD5 7f537d4147cf6eff9dd0200f8fd35f9c
BLAKE2b-256 b81262e72dbb13b8152abc19dec805cfddee59e2138fe9cd345fe3378f114045

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a10cacc57bc066a54b14092e3c61c09f2f9beefe8889165859b9450ca5e25d96
MD5 a80d2f07a63093ff45059ee4147235f5
BLAKE2b-256 46bb07cde4908032ec05c732c7d8f0ca01f5c46edae1b03e3a5cfa359eb01d06

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 f2b7fc5b7cf72a73bcd939896020aee15c85ddbd7d99a8b8bc33871413943e6c
MD5 e3d09fff0d0a32d168c93973a43b8ff1
BLAKE2b-256 e74280d1ad3eca776a9f3a5bea19ed1d4b062bfe4bdf4d05361e8d392bb0e83b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 b5f06548e11f341c237838e00258e7860452f6df02f0d950666bf4b5ee51e779
MD5 b9e86379a00d7557fb450477f6bbe841
BLAKE2b-256 5f4664065b38325e6e95416c1c9220b3be66692a00d0fd34b10be24e08418d1a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aaa69a1630cbbd3151ca51bd126e152fc791e0a96dd278415c6ca0e34db131a9
MD5 7ada6b787b54d00e0447852ed6a5e78b
BLAKE2b-256 4420cd1918d10866cbb7a7b8e9daa67641e259617abbd1109cb9d03dc888da59

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2c7a912c0da32e56fe4aa7174bdef303d92332984db0acaba704468c7ffeeca5
MD5 c5e3d21936c9efddc192ece18e89b4e0
BLAKE2b-256 c05a8c50d01bac74bd8f5982e52b62c9cdbbb47a089f7e6c8069d54270819602

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 9a2e2f07a8ddc8a03cb2e34f00f26dcfdcffde608fc0254138589bc09225ba5c
MD5 c953ce37dfca8b5eb7e1bfe70a9e8dc4
BLAKE2b-256 9c468311c09c87cedda252928dd9a7ef428940f848e77797c8602e450b2cea8c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c156567e03d8d3aad62c0841618de278fd5eb86e9c66cda5b155501f5fa512a1
MD5 66acbe8a0215c2ee3a4aed6cd9165d89
BLAKE2b-256 9d6d6123c59192fab9c30c2cda002df31d92d18a67e98cfc6431a8c77dbfc4ff

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 8093065d0620aa0ba7121049e4cde75bf51adcf1851ab51e3550d4c6ba87e736
MD5 c87c3ffaaa42c0eedfe4a14a7bccfe2c
BLAKE2b-256 a37803558537fdb2119836d2cea81394d77e0dcb7449add34096516da8797876

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 3bd92ac167910aec23da3c0cbdf5fcbe34a87601f4c81c6e571c257c093b9389
MD5 b61d042b83ada7f2221cb72b83aa5fa1
BLAKE2b-256 1a6f8a8f9f9e864249ea5e70ad6c522839955a6152a0f5ada14cb9b8e21d97e4

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 54d747c26f67c5e38ddf4fb60357eb2e48a9d6c096d8a5428c26fbe94b259489
MD5 6efaeeec7dca97c484069a689a12d870
BLAKE2b-256 bb7f2fc05d8b1835f807cde012cc52d88348aaeeb5fc0e4289c4eeff3044a78c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9b6a09ea5f8c0d5ffb3592fc9cd4d18f447b1c4552d4a60b25612ef17ca4deb2
MD5 18fc608f36a278ab9b83b5d689378a9d
BLAKE2b-256 28a0da63dbb94d8f8c761905f214af831c2f4d303cd41dbae6bc487179249d65

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 6d792e5c42ea4298450675ca1ef23f5cf71cb85f1071f90cb5890a1734b1034e
MD5 858094f4bc96ccef9f1f6072b677a8ba
BLAKE2b-256 1cf8e4f5ab4c196af80e02a63c4829b130f77a2c9b837c0b8fa155faf0b81e89

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for manimpango-0.1.7-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9583620057479bd094b725d2bf8bd047a8a16780ba7c8cf8f6718ea13c81725d
MD5 15a536095fb86fcdb84095fc39235191
BLAKE2b-256 bd0def63b2ecd61ca595553048a64e07d1abd48c37e55cf2afedf7f0baf42093

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