Skip to main content

A library to detect anime faces in images.

Project description

python-animeface

PyPI Build License

python-animeface is a Python wrapper of AnimeFace, a library to detect anime character faces in images.

See also the official website of AnimeFace (in Japanese language).

Installation

You can install this module with PIP.

pip install animeface

In case a Python binary package (wheel) is not available for your environment, you need to install libnvxs (the original AnimeFace library) before installing python-animeface. The source code of libnvxs is included in this repository.

cd third_party/nvxs-1.0.2
./configure
make
sudo make install

Usage

>>> import animeface
>>> import PIL.Image
>>> im = PIL.Image.open('/path/to/image.jpg')
>>> faces = animeface.detect(im)
>>> faces
[<animeface.Face likelihood=1.000000 face=<pos=(295, 90; 182, 182)> skin=<color=(253, 226, 212)> hair=<color=(199, 194, 196)> left_eye=<pos=(408, 134; 34, 42), color=(92, 42, 49)> right_eye=<pos=(316, 137; 55, 48), color=(79, 33, 39)> mouth=<pos=(372, 202; 32, 23)> nose=<pos=(397, 186)> chin=<pos=(377, 242)>>]
>>> fp = faces[0].face.pos
>>> print(fp.x, fp.y, fp.width, fp.height)
295 90 182 182

See animeface/__init__.py for the API definitions.

License

python-animeface is licenced under Apache License.

The original AnimeFace library is licenced under NYSL.

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

animeface-2.0.2.tar.gz (9.2 MB view details)

Uploaded Source

Built Distributions

animeface-2.0.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

animeface-2.0.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

animeface-2.0.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

animeface-2.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

animeface-2.0.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

animeface-2.0.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

animeface-2.0.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

animeface-2.0.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

animeface-2.0.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

animeface-2.0.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

animeface-2.0.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

animeface-2.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

animeface-2.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

animeface-2.0.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (2.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

animeface-2.0.2-cp312-cp312-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

animeface-2.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

animeface-2.0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (2.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

animeface-2.0.2-cp311-cp311-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

animeface-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

animeface-2.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (2.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

animeface-2.0.2-cp310-cp310-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

animeface-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

animeface-2.0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (2.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

animeface-2.0.2-cp39-cp39-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

animeface-2.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

animeface-2.0.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (2.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

animeface-2.0.2-cp38-cp38-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

animeface-2.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

animeface-2.0.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (2.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

animeface-2.0.2-cp37-cp37m-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

animeface-2.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

animeface-2.0.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (2.8 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

animeface-2.0.2-cp36-cp36m-macosx_10_9_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file animeface-2.0.2.tar.gz.

File metadata

  • Download URL: animeface-2.0.2.tar.gz
  • Upload date:
  • Size: 9.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for animeface-2.0.2.tar.gz
Algorithm Hash digest
SHA256 bb15b064caa6ddb3c69425d08d0e2e62b003099e8384a5951870c81158d54c6a
MD5 86b98ece28052567fc7cad5a12ce3d28
BLAKE2b-256 47084dfcf9c51ed43bca4dde8502d39eaa99dea14d0207b3f889dc1447d71496

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 edb380c442f68f8a69fd5c2298f434aa1a256efde6f5eeee40c530c807b116bf
MD5 d8c27ccf09e11cfa198bddec6753fde8
BLAKE2b-256 6770001f5ae91de624437a8e131f8afd336ae6e9ff7eea765d2e4bbca51e7d01

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1731d3365623a3100917e6c5d48b6f4bf6db899f69b006252d149ba19afe57f6
MD5 17e1b7893252aa8d836b1857cf3b8595
BLAKE2b-256 f8c263e348350fc675c4bb54c0bb8fcf3672d3629023ef0f1a67c36a87c651d3

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d124c7e2c5c4a828ebb01bb71914600543f26aba866da40ddc195ff068769154
MD5 c5873f3d8fdea756c0d1bda05303fc01
BLAKE2b-256 f1cdbdb3109bb4583ab544916fa24d78a1d91aa9c504bec162f9addede86fb63

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 31c21ab45daf0f04027806a6dc8f3d62d33c94ce5fd62d75210bc7a86ef421f8
MD5 46aa95eec79328dadf65a6095f2413d7
BLAKE2b-256 869febbeef0d32a348e770ad7156a9bbb0a0262fc372342253138a28d9d67b22

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1a4460d1c15f33ffe73f72a2fd31a03d8ca13a701722e67639ee417216c46cdd
MD5 df8c92996626bc1c8c45e38175ba90f6
BLAKE2b-256 2df233a8c42231ce6b90038cb704426bd7473b5ccd299dc09e675767de88a1d8

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 deddd2bc89e3872ec4bc081f82e036ff019437326cc6bf08984a4097d236077b
MD5 d53613e1a2b5167292268a76362bae84
BLAKE2b-256 fb1ea33e8304e4e7e823a409c697b4e6c73228f2fcaf10fb122175a42e4f8ae1

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d93b7d87333fea2f115ab44f5be3f18501300de441f567e7b62a70e5706de80b
MD5 edc20e2e20ec6cd76928624d1db708fe
BLAKE2b-256 e2d7d01dbafd15ff4430b7bf609881a2ce0849f750f13a55c56421a2cab71cbc

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 24faf3edb6692c619e8a95b2a036b436101d83cf99d94902eacb81f5b7ae12bf
MD5 0fad87f4f1c48e9b59128a9025c22152
BLAKE2b-256 cda70a8f9c3bfc9fe2c0bb10100cf757b24a901cb24d89dcef375fb2fd54ad50

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f0c3069f723971f575a30f955090d8c8d88e83583733878cfd55a61e2acd3fc4
MD5 a7db6d5923f961db2d9d237077e3e6a8
BLAKE2b-256 31c75aef5af4c3c70dc49df660a751989def28f9f71113795de3886d4c06fe85

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46d57f3de0a0df7f3d8e5ed491f5408def08333213b6bbb79bbb85882ea4e2b3
MD5 17002171153ca935e2e3b121851fec3c
BLAKE2b-256 ce104249366edb489346166426e95be590ad8907d622d5a53b66e658e13e3a1c

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d72a9f00b6054e83c43e1721c5bfb0357829e80b1c680f9ac24a18bdf0b048f8
MD5 bc7a63b90cfb9bed9c509f876b79df4f
BLAKE2b-256 a519820e15b5999209aec4f746bc1d6844ef61b65e0212729b8431f1c05ab9fb

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b15a6b69708a14c5bd91a57795f74be4a113d069dd5bc2d9a23f9d0d2548c821
MD5 c5d21580c76915ac6cbba1cc202c85f0
BLAKE2b-256 ef7a2903603486b3d56f38d7a3b2efab306a5cf62720ad70490be9ad217fdc8c

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1030c4083370fc9332710f8c7f29f19311106d454801e141987c4827a3763922
MD5 aa1584cd7ed1bdf3260ddbb033a3aeb2
BLAKE2b-256 cf58bc3075b399051b0083ce93c4fc3ff8c6d3b301e90837f6e5583eff4bb443

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 72e67fd5bc31437d117dfdd37c98fd5e9d1077cf460c2ed1b0cfc2f0048d7885
MD5 39a7f07effac75d36e624a19c7fe86db
BLAKE2b-256 469a6d2fce60e14e3a29a31719b90ba77b009f4d8a759f81eb1fc2683a20c9cc

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3511227d4cc9f138c1284adb96d2058db4a216a5c370292737a939203b56dd08
MD5 9b95138112cb93a67b32c2c4e3f526d9
BLAKE2b-256 e6e5fb5b9ce281cf120204865be94b912900ccfd3844053e7c574ea12e9a15fa

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5df9b78298a5762abb234c205c72257430d0cdbe6d47ebad7a05b318151d9db6
MD5 fbfc4ba830332a65cb361c374ff897c0
BLAKE2b-256 a1f002b92f0831b98bcbd7bd66ef04569ef245dd0e78ce6b24158d1d549e97bc

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 522bd70703e2cf89c867b6553edbff4f8ae56651394c9475ec5689cbfe1dcc33
MD5 f733ff3fe2ac02d7114a4e92fa535f77
BLAKE2b-256 e44273a924ee573726f37b0a22ff724eaafc0d3063ef8a453e213ce2b91f1cfe

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9472e978f2388208a56cb639699c24f74d8f942ac970202c94cb30a27d721d51
MD5 b97cf91f6b6dcb4fe3a08e3ada3d53e4
BLAKE2b-256 c1e0f8ce1bef892ec15be7bab2bca4b867406d87517e905e2eaa86d74d58bea4

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e28bed250827c1f9391ac36a1b1ff6a55b7a1f76d1d8de925994f78b42970828
MD5 1208c707ca341001d2c48a1b96677a2f
BLAKE2b-256 1ff7df6b780bf087e398b5378b8ee4b584b09035587750f888d8b90ef451f946

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2af634a83ba718042922a3f490fa835743fc138e174b886fd4f3dba21958126f
MD5 469b9ca46e86aced1f9c4e04bd80cf58
BLAKE2b-256 66a3165f22e76e8de6cf0cec3cccaa8fb8aade765751ddc1755f99056b218c11

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c405eb07b13f7d3ff62d980533eeac31a9e1c1ff1b1da5e04e67331fb1ed6c8e
MD5 dd2941d39db1fbe69ba00431406b4e9f
BLAKE2b-256 39ac477348d74b8b7243217356c57ae0bcc05fe6a358e7061783ddfb3ccd24f2

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8161a051c4cdd08c1214cde1be5a352aabd6b43e9edd255b04e8ab4de9a96b9
MD5 06717ccb2f516d0453020817b79c0d89
BLAKE2b-256 0082cb54d693b6c502504a58e8317dbf129fb61bda4d32908bb1f63bd3d1847e

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3c5725c8a01d4d0ec561bf9227044981adde3f59cc833a0b2a8329aae6be5c9d
MD5 e387b4cb0f8a875936f3e1e3a5df5cdc
BLAKE2b-256 a43a83a01706d154d05cce16f4ad6fc26fd4c5a772f9c65a2ac7b25680c58ef9

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e9adef66eb8db14fe1a0b7d2b6da98d693d3495b88fafbf6975dd92caa90fa52
MD5 8add348cea7fa071135570693705c878
BLAKE2b-256 68f57037e5148ec446d53644c22b37b07aafd8b25940193cff98b5d408a019e4

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f37a7d8937f156b49b6e260c24f56c48b9e56bfd1057d48eaca24e13304f18d
MD5 4aca65ca3f32e95dbc2189722977aa0f
BLAKE2b-256 6ebea3d42ef266912a3edea43af5316c9a06058f4cc31493ad2a5e53fa54cb9f

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 88b34b19105ffdb77d3e117a896131ff45a73f4d2c50229c49be9ee71e9c81f6
MD5 f5f9623f2c24c33b9d312e654069db3f
BLAKE2b-256 dd90667cfcacaeed89b963ea35e876c0180780c54a5f3d53977f91496fbb84d7

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d0376b35134ce73676ab22c03336e592a9ffcaf9c6dbae2fe749688168ea6192
MD5 064a5a429cab25b6cc1b3f25378fbe71
BLAKE2b-256 68523ba14606d83617a40dcaf65d83827281aba4cdf17d254c6d8f54d574cd40

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3bfdb7be30a2b57067598a7e196e46b9924483bc1a7298eebb6122b7ec7ab67d
MD5 22625e87da7b175315ee75bca752564f
BLAKE2b-256 b15cc3a37ff511e1fb84c5d4a8422b8ad753d804ebb1335dfc34f4fd8bf10304

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 60b9e20d265a798b515ba61a34183da5c2b83148c83234367d7b16c153688b11
MD5 4226a2b8ef03429dc635bc5cd53d624c
BLAKE2b-256 f4ae9eae3dca1b61b3678109e05da3d2cd0beed8b128c674ed9e61d6886766aa

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2c26a611f90e145640a2386af3d9c44ede8dacd0c6572f077523dac6a3bd0940
MD5 00fa70eb2c7587bd6328141431497d94
BLAKE2b-256 4fedd508b8c2dbe502f4cda210b1dcaa555f58d40d02280e88a3d11609b3fde7

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 71fbe5a4618f723b8a3dab43ff3f97849a97da0db55307cd7dd326b5c0353e01
MD5 51c06414bf54e371e1646cc4961fa1a4
BLAKE2b-256 3c5f591f65bc5eefa77682bcb71d127be865b788b98042468f95bf2e221b3880

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 36de9cc935b71ec3b47311240f3b2666b1d7a06dd6fb31a3285ccb4f58d06b20
MD5 dc297465a43ff3f834fbd3d721ee8a7b
BLAKE2b-256 051d2b98f0d6b82b299809bcc5f01c793cc7bc7be88b6a45971b8bb52ecddd61

See more details on using hashes here.

File details

Details for the file animeface-2.0.2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 31f0ad294783499de3e1303d127b07a314c4cfd0452edeebca596762f3d11fa0
MD5 308a12351213fc8fb001775ab911a50f
BLAKE2b-256 eebd464099a53c361e9625334b7085d7afbf1eaada59bad611e82d0e9995d86b

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