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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9

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

Uploaded CPython 3.9 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8 manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6m manylinux: glibc 2.12+ i686

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

File metadata

  • Download URL: manimpango-0.1.6.tar.gz
  • Upload date:
  • Size: 85.7 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.6

File hashes

Hashes for manimpango-0.1.6.tar.gz
Algorithm Hash digest
SHA256 bbb4668e2e718da425cab183fe58b78effe146d792d342d8d24826881542dad5
MD5 89797e0cae479211f2063e9d09ecd2b4
BLAKE2b-256 3b158d12739fce20fa3bf22dd75ba9809f98c5e2b9b34171999aa6ae621f754c

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 89dfc2d8c40f927fdef47b0b58fabe8ed4bf80b0386036485bae47c55411cab8
MD5 71c46bb9950d8666fde21eb06f40748d
BLAKE2b-256 d7a21ae4c14607f6c14ce9db9ea9d8eec33c6704a1f6611805cd43a13ca69a7b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 5cee95e77e0be8a881f038825813b0f257cc104001f2e242101bb8c3a2193367
MD5 5a440ccf244d2559b2a87972dc50173e
BLAKE2b-256 0d8cc754653b83f2da53693b0ae93dbe219bcab3a1c5659f82a90457cd68a822

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a594fda2cae1aa00cee7e0f4136220a9d44dca42daf80da8da33b023bce50fc4
MD5 926f20b1e07f91325ee4b08b064228c4
BLAKE2b-256 d2a3513e6edf0596c65a891ba5b1df179b902874a80a49dbe20871f8791dfbf2

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4d56c488a4f181f3efc3b871e26c6d2b613b05b753625ce53667d412e09ba76c
MD5 7f881f5dd0ecaed160af409904cf2fb8
BLAKE2b-256 ee8a7755c4f82ac48973ad36afb0b4fbbdd4ac5e71c48fe8e06ed48cd01e80d1

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp39-cp39-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 5bf1211b375dab98ccf92eb17104208d0719fe52615ee7c6a4a1339a4ac13d66
MD5 87d6e84ff232737c12e3262af4c4a00a
BLAKE2b-256 517c7969257750b75a39332273f9b8c8ed4e793f032f627588b814d351cfefa7

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8bfd991ecf2c78e17a4b181b41abf79bd8ce074c4ee82bd53c555d19fab4bffb
MD5 8a44d3246b19955b87e3fe24a9ef1581
BLAKE2b-256 ba02fba117d8f93ee3c92b3e7aa615589eea87b64d0017a6bca8630189a42413

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 8bfcc1a7adffe2bf501d4aabf7c01ea7fbd64076d97f09e7ac306ab530a7e8d1
MD5 b825c69d34c0ed270912f22061ef4ebd
BLAKE2b-256 01f8171ea04fdc3b36195c7622d782bad0493bf25d348469720b6cc9321b8935

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 59c195ffd9a38b99efc865b7c86491e2d764b665ee7603dd05f2e6614e718fc1
MD5 3010845b9fef2973c382a261e095d70f
BLAKE2b-256 5545ae19f002bad0df7830571050402861225d1630e8a82638f4963fc7d51d2f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 92fcf04f54dc55a5ba140008959839ec4efe2a8f683380c2e4e02a51464fd3a4
MD5 24ec350d857202498d5e03f73756a6ed
BLAKE2b-256 5ee4a43173f7a84f6bd940f006d6befa76145e0ef5c951c6201034f9310a0cc8

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 96d8a0117e66054c59b5039272476a07d5fe896840188619247af49115ee8aef
MD5 04b4b3857dd9114ce1cd76d59930361e
BLAKE2b-256 1b16127d55a6a707baf0afc3daac68c78c96a422c0db1a2d82a01c4eb20c537f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp38-cp38-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 4a7e1d9fb22cbf3f8f8841c2a6efc15bcdb2c0ba68e2b99c9942f3b8543bc313
MD5 6c1390f3f63907718f84f822d490f4a0
BLAKE2b-256 04937a675b950e683adac8897dfebc2dce86d4acbfa4014e8cecfdbbadc12729

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1e08ac11a50adb432f1e784a580a055d27363b514c8ee450a46408557fc71c70
MD5 a5e790167414e6ad140c1401801d839b
BLAKE2b-256 daa71d0f0d384dd3846f70b6abe6f14af2712dd53fd9c03e3b9decd7e5da46fd

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 09d26d52e6a3bb5054679262207c78474a895adf09b9a95a12e58ef0359daa88
MD5 632e2db0c25eceb99176fa2bd4e7db7b
BLAKE2b-256 f8b5f309c1dff90485adc53014723d7456279837deb66be2ee2b350bcfb06e5f

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 982e52ee83f02173e69b8dfe4b4fe9577febfbcc1ba2ea4b6f33c8741d7d66e6
MD5 275da1a1d4bee310154599bcf70ecd07
BLAKE2b-256 2d72aabcecad251984dc720a941bf04bfde7f2aa8f92b0370dedfb900dd66973

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f557aee52f97fdcd274b9dceca5f76ab05dac4d26df1a50fbf6f912b378284d4
MD5 3323b5b4c6c1b76c271c80dbd992d7c9
BLAKE2b-256 9f0bbd97bc6ae46077202d637431927b3dae4e2cbe93ea12163346285a1faca6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f3e9ba66ad5ed3bd1870e262d6af541183facbc1688c3666b81af1bb724f3712
MD5 c140ceabb64f89c70b5960fcbddb4acc
BLAKE2b-256 23a6a1804c20b1273fe5daafe4f06376442ccf0a0c9b46f7c9f93bc6d4aba4e9

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp37-cp37m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 f8e50535dd62bf19dbc33464e2e0c62a3e278a74678d170117a5121e5015f676
MD5 52070038591ce0265e238010d8c44d10
BLAKE2b-256 f5683ac797e0930939f4992c94cdc0dc7717ecf1433911d15fd4c2f91f8d80f2

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 47b3f17701fac2d85391d0ba84e281bbbab1da03eb741a1e5ed3c08ca9a6e730
MD5 f2c41d71a36fcf45f22160c06f406953
BLAKE2b-256 9be393569a508e13feee5611d53f93905762e40c90292d69a8cc1e0b49a68f10

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 23d982b948d1dff0a9ca54ca2d9a721d35e7cd4892583a8341739a5c2bb678ab
MD5 fc3b892bb55bb1f2f18b7fd460215bbb
BLAKE2b-256 136623a4a06d16d9af50f8a4566c046f5455ae3b1f45aacfe5ec6f7125a3edc6

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 41d03654c6874798ce7cca3a7d6f213c4ad73e0addb6eac65755984f8a85d703
MD5 f8e5d480633b10c2e5322cb1e7802e09
BLAKE2b-256 2e17de97a4c64f0117ba5a95561b783722eafc6f394a88ff9d84ff92b6fe3727

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9930f69377254c650c06dcf3c852e2945bc9d53b8e6bb66da22d0fb747f43a4a
MD5 97f9d9c7c2b7e1f44a4edb45dea1b291
BLAKE2b-256 ed5e0cbd6319f6d2cf12d9451a3993ade202f3df502b06badaa8155ca37e5a8b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6536f10367b5cb3f6d358dcacfcfce7ad5106eee6eb5ae6f3a5aa2db1b3bd46c
MD5 92fe4bd6939e9ff0220ee539be9f7e7a
BLAKE2b-256 bff3131fd3f629b1351f9af9d76337ef0f0f20813268e29a5f98f17a1f6d534b

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp36-cp36m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 18965eebf96bfef668d7e3c035617f98737cb066128cca4f53aeda6a3f0fc738
MD5 8002b12259ca1ae71f6368665e31e255
BLAKE2b-256 7677c358dd5de310c806d7ca40144fc947816a66124784b927d806dd59c9fd51

See more details on using hashes here.

Provenance

File details

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

File metadata

  • Download URL: manimpango-0.1.6-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.6-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0f4e69a651ab75a8169f5fe350e37a2946ab9f57318cb24612dfa7281f86e4e1
MD5 a1b661c0fa116b51774773189f79e208
BLAKE2b-256 77892b8341212051396cd687857b850e5241d933ae9e67421e3530ebfa2a8222

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