Bindings for Pango for using with Manim.
Project description
ManimPango
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:
-
MinGW/Msys2
-
Visual Studio
MinGW/Msys2
- Download MSYS2 from the download link provided on their page https://www.msys2.org/#installation and install it according to their instructions.
- 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.
- 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
- Still in the same shell, install Manim using
pip install manim
. - Finally, get your clone of ManimPango,
cd
into that directory and then runpip 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 theMSYS2 MINGW64 shell
. - You can then use
manim
inside that shell, to run Manim. Hint: If you want to try out Python interactively, you can openidle
using the commandpython -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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file manimpango-0.2.0.tar.gz
.
File metadata
- Download URL: manimpango-0.2.0.tar.gz
- Upload date:
- Size: 89.9 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.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78c827856932b51d7fda30c2c7dbb30431310c38e58a951925db94e9721df558 |
|
MD5 | 127d3f3844cf55427112e4a1a2712328 |
|
BLAKE2b-256 | 7bb2eab1e615b1be4fe5d33c2fdab1e077b29aa5e159f89d5433359cd07d8c0e |
Provenance
File details
Details for the file manimpango-0.2.0-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39850bf35577f54eef607e60bb0f1abd1d4041c59d04ccef2e1a935eead0c046 |
|
MD5 | 0beccaf1edd19c77137d11a9f1a5f7fa |
|
BLAKE2b-256 | c80fc3409a7e151c5342dafcb2c9baa129bdfbe98546666a3b299aad1ae752d5 |
Provenance
File details
Details for the file manimpango-0.2.0-cp39-cp39-win32.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5303ff354023f2647aa7b0ca1bdc11b913aad45705e8a81a75c219b3af3c9443 |
|
MD5 | 958fbe79642a082195d6b010a19ed988 |
|
BLAKE2b-256 | 67c2ffd8078170a8a608aeaac0a9d1f9eb01b2da153901540eb83530c80defea |
Provenance
File details
Details for the file manimpango-0.2.0-cp39-cp39-manylinux2014_x86_64.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7022961086d8c4aa701e1d1c98800c3a91fa26894c10b5bfebf5214c722a993 |
|
MD5 | 179f303fa8d83c2436d0820ab1713b75 |
|
BLAKE2b-256 | 3075ad753c866b0a509fa093048f675e1f6f9627793288c25b4e08656bbfc2a6 |
Provenance
File details
Details for the file manimpango-0.2.0-cp39-cp39-manylinux2014_i686.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 677501ce0131aaacca42cce5bda2c0d2ffa2ac01e54f21b4b5f090608e9305fd |
|
MD5 | 18e98c3a4333545faba6589060332c99 |
|
BLAKE2b-256 | e45599bea76a71dac49894ccfb4a6b259bb34c96524101231ac99c867e0ec1bc |
Provenance
File details
Details for the file manimpango-0.2.0-cp39-cp39-manylinux2010_i686.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a0f55389a52a83ea1ac0b58655544c1678f42b62fa355191a7c8645fd189927 |
|
MD5 | b59f1b5ab5e10b8b76c1e29f032e2c82 |
|
BLAKE2b-256 | c43aade345269ecd28d404b11e2c11428d9b35c709120ae6d137e3cfaeda056c |
Provenance
File details
Details for the file manimpango-0.2.0-cp39-cp39-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f7cef0734da69549f26408a9ca619452fae89bbad8c517ef799166724a15aa3 |
|
MD5 | 3d4cf2e4b9d923e4ef328751baa93318 |
|
BLAKE2b-256 | 5a21825b9a5f3a23fa202e97e08720a4d48686e6a585c4e5fc674b3236c9df98 |
Provenance
File details
Details for the file manimpango-0.2.0-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5db533f09d658ec70c10a83aa89dce59218595e1a0009a8b013e4e50cf77d2c1 |
|
MD5 | 297d62a3f08d94e4d8ce27329bde422a |
|
BLAKE2b-256 | d5778b8c14508d735f4e6cc251c5c7583a5c49de17882fb16ecaea784c92bd22 |
Provenance
File details
Details for the file manimpango-0.2.0-cp38-cp38-win32.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c8a9fbc7803010855d80ad55f2ce68d6d87edeae889861cca392ba6c1d2ddfe |
|
MD5 | 5f44b4f394c9ca94477f598a9e453034 |
|
BLAKE2b-256 | a2c8b7d1e53bf3eb4836c1c329cfdcf1d4b32313abd3069fe0d969df2f7d478d |
Provenance
File details
Details for the file manimpango-0.2.0-cp38-cp38-manylinux2014_x86_64.whl
.
File metadata
- Download URL: manimpango-0.2.0-cp38-cp38-manylinux2014_x86_64.whl
- Upload date:
- Size: 8.8 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.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95a970e9c4cb8a8934ffdb6c2df5bfcfecaf34cdf51745bbaca50e279d5ad345 |
|
MD5 | d9585d7a43f0ff44b7562c00616bccff |
|
BLAKE2b-256 | 9501dad944ddc0dd4e39e3fcf427184741d91f63931c8769954ace85ddab4433 |
Provenance
File details
Details for the file manimpango-0.2.0-cp38-cp38-manylinux2014_i686.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9220f18da18183a9c53fb5856d4ce5612a48658efc17ccc65ea93dcc77d679e0 |
|
MD5 | 011ce652596d979eaa7c0cba411b4d84 |
|
BLAKE2b-256 | 3a527dfd32bafec2460b8c213c7dc7120260329191a26fddd279c0407093a863 |
Provenance
File details
Details for the file manimpango-0.2.0-cp38-cp38-manylinux2010_i686.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 445453de3b82ee3f9954c477e7374d3f7a092eea1b5b2826385a687dfc6a9e94 |
|
MD5 | 00585c9f43b129e72a5aed2a1cc741e5 |
|
BLAKE2b-256 | dfc59dda9aeb447639bd53d8e40ba3790e2cd434b444cfe4274031ff15856933 |
Provenance
File details
Details for the file manimpango-0.2.0-cp38-cp38-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f560ee9b91f03ed9d2f36a41048f43357966f72ae8c1d5afeadaa54afcdfdf05 |
|
MD5 | ce7e0cdd0d553d6aeb0671a696ffe468 |
|
BLAKE2b-256 | 1d9cf04312addebb84f72dee8e1c11741f3d33de921e2bd95d5e776173a4a121 |
Provenance
File details
Details for the file manimpango-0.2.0-cp37-cp37m-win_amd64.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b52f87c81197f078f69a71bc63568e78af759d9b87e67d2e3548f46514e4272b |
|
MD5 | da2cea18b166cc26175427ae3b2fe5d8 |
|
BLAKE2b-256 | 38162df3d49687dcba2b392dd17ff98e7c8c797f5bb5e5175c1e8181ae7778d2 |
Provenance
File details
Details for the file manimpango-0.2.0-cp37-cp37m-win32.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c37cf70be4f906be7d1a229d11dfe939c234115637a1ef932a398f453d223190 |
|
MD5 | 5574e1b1694762b886c5aabcda7ee1c8 |
|
BLAKE2b-256 | 4161e725d16b50ebf587b6d1d4aef99ed904bcd34f5626e5510aaf209d199b47 |
Provenance
File details
Details for the file manimpango-0.2.0-cp37-cp37m-manylinux2014_x86_64.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fca6b73c4695432643169b8df755779787d7455a7bcdb4ac81675ed87b6f0977 |
|
MD5 | a20d7f2e1ffb9b8b1adbd13879082c30 |
|
BLAKE2b-256 | 9cf89ba4f2afb0f6745a38ad0f450bfcba8e5b8020483804cae57c8195fac617 |
Provenance
File details
Details for the file manimpango-0.2.0-cp37-cp37m-manylinux2014_i686.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c5d70804b5941cd2d1282ccfaaae315cad20cee0e03cd2131171294ed3acdec3 |
|
MD5 | bce287095d58d902bf6cc065aa3a4f1d |
|
BLAKE2b-256 | 044251281b8f650101fca7b024e57dde0bd018da22c76b5fda8e709c119e4ef0 |
Provenance
File details
Details for the file manimpango-0.2.0-cp37-cp37m-manylinux2010_i686.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e0b06bfa803ea72e30b838a7ca1b1a5411af69e4d7dd987794b15c1bfdbe7c4 |
|
MD5 | 9996fba6a13a3fd3fffc1a94015f9ae9 |
|
BLAKE2b-256 | 65907f67ff968991b2987019c4b0609556330b41644f29d19cbf6113a609e274 |
Provenance
File details
Details for the file manimpango-0.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1cac244fa1bc272ea44253b1a21398ba4e98bf87b5c01ef477d60ebdd904693c |
|
MD5 | c83c6b088905ca1fcb7be4f82b0fe6ed |
|
BLAKE2b-256 | 6950b05e5991352bf363b9a5df810e422987a9e46a27edb799499538514d2613 |
Provenance
File details
Details for the file manimpango-0.2.0-cp36-cp36m-win_amd64.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4070bc4a5fe25607ea5ecefd2d546b65e708c16accc3ed2c04ad2d65c5f5e8ea |
|
MD5 | 7d975e42d8cfa3409e15ba94d3bc8b19 |
|
BLAKE2b-256 | 6f1398526e1692fb2d8d85b68f1df906966ebf64e1ba3cad86de5e4e9cdb0f82 |
Provenance
File details
Details for the file manimpango-0.2.0-cp36-cp36m-win32.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ddd1eb5f2c461092500a234a9a9c7fc5d8e5171ef7b81333e4eb46ae3932ccb |
|
MD5 | 3fe779475b22ca810e9fe25233a0c287 |
|
BLAKE2b-256 | 552050d66d8867721f11ecebf76854b520af076feb3cd7dc029bb7f17d1b21dc |
Provenance
File details
Details for the file manimpango-0.2.0-cp36-cp36m-manylinux2014_x86_64.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92b0af8ef1fb346d93b3113789db43bbe822f128b0509cabf54d1c5e805336b8 |
|
MD5 | 1b4ec49e905b49ef896ab1bfdadef4ad |
|
BLAKE2b-256 | 5e1b0a1cddc4e925ea98cd872e3f2210e0c6e5cc73ba24ec2cbb902e6bb0608f |
Provenance
File details
Details for the file manimpango-0.2.0-cp36-cp36m-manylinux2014_i686.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f06e6a39770df7bb33e3014b3d5981c73be4a3ad9de1c4fc16a04f2f55b912f9 |
|
MD5 | b449e3d08945d809d955cd0a6568aeff |
|
BLAKE2b-256 | 081b13e7e6073a49665fefd9e07b8818b9126ce72831f3d2761f70f6efb057a6 |
Provenance
File details
Details for the file manimpango-0.2.0-cp36-cp36m-manylinux2010_i686.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 73f247d2931d2f0546cb81061b7bd0e6374ba77adac3083070bea6549577e22f |
|
MD5 | 8e25fcad1bfcbd0b94ed9fad3e5101ab |
|
BLAKE2b-256 | df8dd64444dea96a4023eb2277badad5f489bb6e4246877e9294802b5565bc49 |
Provenance
File details
Details for the file manimpango-0.2.0-cp36-cp36m-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: manimpango-0.2.0-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.7.0 requests/2.25.1 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fcabfd409387e80e518cf7d62ec09032f8f89b01038f84754b7c41d847a1e689 |
|
MD5 | 244108c67ec5b1b83ae194bf6c73dfd8 |
|
BLAKE2b-256 | 7c057ac13d08572b3002a17016175728ec7c3f044e094933f80e798ea9076af4 |