Skip to main content

Bindings for Pango for using with Manim.

Reason this release was yanked:

It has an error in validate option.

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')

Code of Conduct

Our full code of conduct, and how we enforce it, can be read on our website.

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

Uploaded Source

Built Distributions

ManimPango-0.2.1-cp39-cp39-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.9 Windows x86-64

ManimPango-0.2.1-cp39-cp39-win32.whl (3.2 MB view details)

Uploaded CPython 3.9 Windows x86

ManimPango-0.2.1-cp39-cp39-manylinux2014_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.9

ManimPango-0.2.1-cp39-cp39-manylinux2014_i686.whl (8.5 MB view details)

Uploaded CPython 3.9

ManimPango-0.2.1-cp39-cp39-manylinux2010_i686.whl (8.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

ManimPango-0.2.1-cp39-cp39-macosx_10_9_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

ManimPango-0.2.1-cp38-cp38-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.8 Windows x86-64

ManimPango-0.2.1-cp38-cp38-win32.whl (3.2 MB view details)

Uploaded CPython 3.8 Windows x86

ManimPango-0.2.1-cp38-cp38-manylinux2014_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.8

ManimPango-0.2.1-cp38-cp38-manylinux2014_i686.whl (8.5 MB view details)

Uploaded CPython 3.8

ManimPango-0.2.1-cp38-cp38-manylinux2010_i686.whl (8.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

ManimPango-0.2.1-cp38-cp38-macosx_10_9_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

ManimPango-0.2.1-cp37-cp37m-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.7m Windows x86-64

ManimPango-0.2.1-cp37-cp37m-win32.whl (3.2 MB view details)

Uploaded CPython 3.7m Windows x86

ManimPango-0.2.1-cp37-cp37m-manylinux2014_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.7m

ManimPango-0.2.1-cp37-cp37m-manylinux2014_i686.whl (8.4 MB view details)

Uploaded CPython 3.7m

ManimPango-0.2.1-cp37-cp37m-manylinux2010_i686.whl (8.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

ManimPango-0.2.1-cp37-cp37m-macosx_10_9_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

ManimPango-0.2.1-cp36-cp36m-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.6m Windows x86-64

ManimPango-0.2.1-cp36-cp36m-win32.whl (3.2 MB view details)

Uploaded CPython 3.6m Windows x86

ManimPango-0.2.1-cp36-cp36m-manylinux2014_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.6m

ManimPango-0.2.1-cp36-cp36m-manylinux2014_i686.whl (8.4 MB view details)

Uploaded CPython 3.6m

ManimPango-0.2.1-cp36-cp36m-manylinux2010_i686.whl (8.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

ManimPango-0.2.1-cp36-cp36m-macosx_10_9_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file ManimPango-0.2.1.tar.gz.

File metadata

  • Download URL: ManimPango-0.2.1.tar.gz
  • Upload date:
  • Size: 88.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.7

File hashes

Hashes for ManimPango-0.2.1.tar.gz
Algorithm Hash digest
SHA256 9af08a817aea51f5bc0ddb0e8a89b8a96a1c26255a4fa89c6c890ce0d85876c1
MD5 ed84eb9507e659944e7953d7f09696e3
BLAKE2b-256 99e3af9267909aa4d59ba9650eb7021452d3aa81906f2ded05492971474469ac

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: ManimPango-0.2.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.9

File hashes

Hashes for ManimPango-0.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 65609ee3c98ec49aad5dd3f2f9e9e8d2f198691f554157407739eb400955c9f2
MD5 f5f71b6df643cee476d9bcd54d60c61c
BLAKE2b-256 efa1ea4c83aacfa28388b1b078403576fe4d904103f74b5efede689b8e0cbc6b

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp39-cp39-win32.whl.

File metadata

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

File hashes

Hashes for ManimPango-0.2.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 be7f1f6dde38d2b6d983392a0a51d32a5ebb36e19dd084ff2b790546960734bd
MD5 9f9d9671b9eb1b92b9c6cd1577370260
BLAKE2b-256 b6b0a9dd2eb97d1c4658ae74a39610777ab6acd22aa15227401808f369d282c4

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

  • Download URL: ManimPango-0.2.1-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.9

File hashes

Hashes for ManimPango-0.2.1-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e9e8c1ffbe58351137298b739e211f01acb7ca5cace223a0ece9167905b7a1b2
MD5 4627fed4687c67619df567116f6dc5d3
BLAKE2b-256 774654f3d2adf6e3cbdd5f7adecc8aa8139a9dce3e205ddada738c971ab00a64

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp39-cp39-manylinux2014_i686.whl.

File metadata

  • Download URL: ManimPango-0.2.1-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.9

File hashes

Hashes for ManimPango-0.2.1-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4792043884f270422e6d803165560791dc64ac7c91ca9dc7691e991e2502c083
MD5 cc23fa0d82511ab0127ccec003766b73
BLAKE2b-256 a61e7ea0435dbd863d10e30a770c9946d049d2c7704cde315bfce0f3d8cd2063

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp39-cp39-manylinux2010_i686.whl.

File metadata

  • Download URL: ManimPango-0.2.1-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.9

File hashes

Hashes for ManimPango-0.2.1-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 55c3b54cb48452ede2fa1d24a2fb3ec3c4c22ca41d10ff9a179f3280ff75eb6a
MD5 893c3559d2b3ab8c716f7c941c66e0a1
BLAKE2b-256 cc6533db4dc4abb1ea83ba02993f2d8761bee822187ba23c1352d1c468d4eeb9

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

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

File hashes

Hashes for ManimPango-0.2.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fa39d1700e4e370e466153c0b59235f2b75d62bfd43a1f1c816c4467a6a49945
MD5 27316d3c76304bdf6e48b7ef78808be1
BLAKE2b-256 1d6442ec1778ef472500699f8a76cf8e145166c1b980f438fd06ac8a53f762b8

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: ManimPango-0.2.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.9

File hashes

Hashes for ManimPango-0.2.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6b8fa41a84a08bc77bd185d178dd1d91d66b397c9c711ca56797a942194f5e53
MD5 20f9d4b15bb332db313809a2e9f21e4d
BLAKE2b-256 037a61a8fbfe4ba3e088e077035d80c5ed32abfab272b409f99c7aa49107db63

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: ManimPango-0.2.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 3.2 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.9

File hashes

Hashes for ManimPango-0.2.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 0d0ed669976aa5af5c06584ae6cac29ff400e3a950e71325afc7c0ee018a98c6
MD5 c6b89cba2152e422b636a948cc814c05
BLAKE2b-256 b927770f21ed8f5e70abba1e773c6e2e70e3eaa4f7c3315caf39195fd11b6d73

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: ManimPango-0.2.1-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.9

File hashes

Hashes for ManimPango-0.2.1-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e08aaef18c5ba247a526c3056fec48688eea941e9488552a8a66521cfaa8f3d0
MD5 f3998137036cfb5dc0b847497c52c2b8
BLAKE2b-256 e98bc669128bf204fd0ccef1bb08ebce17b2f222e126d4e990cc3a40c122c612

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp38-cp38-manylinux2014_i686.whl.

File metadata

  • Download URL: ManimPango-0.2.1-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.9

File hashes

Hashes for ManimPango-0.2.1-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6bb16446283e132aaec7a5a03d61fbf5095c676ec74a86c1b42cbd9baf7fcb11
MD5 85803632858479b26c679d051004c21c
BLAKE2b-256 462accb9e8c03356d55dba435f8280539f1f84b7675df466f8157642bf949615

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp38-cp38-manylinux2010_i686.whl.

File metadata

  • Download URL: ManimPango-0.2.1-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.9

File hashes

Hashes for ManimPango-0.2.1-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8be6334e317a300db4126542305b14ebfd8a13ae9c84d8b0b8d8253d16427ee2
MD5 c1c3ca32b1f89230625fc8c6c065565d
BLAKE2b-256 f781a2054ccda7fb8dd20b88efa1f455c32801c0c0dcaf1c4efa051868df34ac

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

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

File hashes

Hashes for ManimPango-0.2.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a7e4c2bf643150a7c9d1e14c43db4a2e2756838b2110b1bd839edb1175934821
MD5 f27ce8257b59e0ea5ac2f9b463b979b4
BLAKE2b-256 4e27ab383af4c6d87e92db5c4b930e3751e0b7c51ea7a02ff16a47c9dde59d38

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp37-cp37m-win_amd64.whl.

File metadata

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

File hashes

Hashes for ManimPango-0.2.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 fae52323a6b278a7e4a285e2dda796625afdc70372f7fef96d2b6f2df2156c69
MD5 e30613f15f824f1ea0cc0b28560b24f3
BLAKE2b-256 27f5d7a68a815ab31b220c14000f08ac8dfbc300aea0e489bb953f871162f64e

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp37-cp37m-win32.whl.

File metadata

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

File hashes

Hashes for ManimPango-0.2.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 26c5579d0a39e5e6d40b5e1e684ac5ee76bb51c5a6503399f641d9a23f4e2bbc
MD5 ddf0f2e5bfdd903a81f02090322e9712
BLAKE2b-256 7132ba87f51e65886e8d916880e9620bcff1dbf2487768937e538cedcf6b898b

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: ManimPango-0.2.1-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.9

File hashes

Hashes for ManimPango-0.2.1-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 562b1fe2a136ede6f02ffa5f5c53ef6943d314320ff653a2ed4615d2643ebc93
MD5 3aac725dc4acd82f9b2c4b232012871d
BLAKE2b-256 a8fd45351569e49e02feaa49c74d6cab21a97786448416851227ce7145550c6f

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp37-cp37m-manylinux2014_i686.whl.

File metadata

  • Download URL: ManimPango-0.2.1-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.9

File hashes

Hashes for ManimPango-0.2.1-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d400d0b4fd796e97ffb179a978ee05ad4f026cb7f4bc5a96e3d08463f1b56fcb
MD5 93763a5d57145f3e866e4594f4bbcc85
BLAKE2b-256 9f541eec2cf96d4579d87b635f1dd6c6039890ca6b68641b5b5e6fbfd4c4369b

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp37-cp37m-manylinux2010_i686.whl.

File metadata

  • Download URL: ManimPango-0.2.1-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.9

File hashes

Hashes for ManimPango-0.2.1-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 70af9f987d3e99290ba59000f00fea9e66398155a3a0b70d865b0da938151294
MD5 6c42ef489a357faf06b778808e36ca7c
BLAKE2b-256 fbdce533dc83c549ae24970a1c646d1e7fcbb230ff24c5adaa9593014821c21e

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

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

File hashes

Hashes for ManimPango-0.2.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7f08467a08a9d9808077a827c7726342352bd824157c2e1d13942d4dbda0b6b2
MD5 b0d2da02ca0694b6153336037f1d2d42
BLAKE2b-256 d0da015c5dc9c8880b30565b75217e4d4bbcedf83c4dcd606397574decf31f44

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp36-cp36m-win_amd64.whl.

File metadata

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

File hashes

Hashes for ManimPango-0.2.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 2680ffbf24477ebb4b91f0bb70e97a61c3d8e2a714ed6032b7b4ee48a51d8bdb
MD5 7bbecaec64ab816082423379af8da90e
BLAKE2b-256 7db7e5e4b5b1619da370a25f9ce227f4a06cfd2c2a4eca711b8ddbe7f361db74

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp36-cp36m-win32.whl.

File metadata

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

File hashes

Hashes for ManimPango-0.2.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 d6378a75e9c83feea474abb3c6fcbbfac11bf328a17588ad43c1be80c93de8dd
MD5 c9b6b82247952985ecac0302e9d8d8be
BLAKE2b-256 369ba0281172ca33eabb0fe137b70bab3fed3d4ddedd73fddf0ad44de4bbeb42

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: ManimPango-0.2.1-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.9

File hashes

Hashes for ManimPango-0.2.1-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c79a202ff51615a9dc294ecd0d4815dd56202436678961f8fe8e50ba15b1cd44
MD5 716ada624dd1bed771926a702c8f5b4e
BLAKE2b-256 e95e6c84c5155757211e276bfe4eecb3323d1d7cb5ca4f6340118d6dcc59b5a5

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp36-cp36m-manylinux2014_i686.whl.

File metadata

  • Download URL: ManimPango-0.2.1-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.9

File hashes

Hashes for ManimPango-0.2.1-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f48413464dd4f4568e4c67d7ad220f7f5c168ebac884e074f81b93953ec7b69f
MD5 459a8327eb405264494459b1c37dc9e3
BLAKE2b-256 84e29117a0cb450ede83972117294711ba5e0e30c59471abd24315c0e18a0127

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp36-cp36m-manylinux2010_i686.whl.

File metadata

  • Download URL: ManimPango-0.2.1-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.7.9

File hashes

Hashes for ManimPango-0.2.1-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 891dd34f763358e5e32f37a8817eeb1bd8ca75a1c968937530b677a45b429101
MD5 03589d71c2500d07017dffbadd6d53f6
BLAKE2b-256 d8c7376535d18b3f6cbde689d356168259940ab5b2d21ef113a1f99855ecd854

See more details on using hashes here.

File details

Details for the file ManimPango-0.2.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

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

File hashes

Hashes for ManimPango-0.2.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 091a517fcc8b71fdda9659c1acc5792f6eb482c3704ae153491fcbfc68f9920d
MD5 1041631b47d58155d57b33f236cf252a
BLAKE2b-256 76146221fd7c8800b315fea499c48393a0077c480e64b7d2029b290b02b6d909

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