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.

Changelog

2.0.3 (2024-12-28)

  • Fix libnvxs build on modern Mac.
  • Add prebuilts for Python 3.13.
  • Add prebuilts for ARM Mac.
  • Drop prebuilts for Intel Mac.

2.0.2 (2023-12-28)

  • No functional changes.
  • Add prebuilts for Python 3.11-3.12.
  • Drop prebuilts for Python 3.6-3.7.

2.0.0 (2022-04-04)

  • The first modern release.
  • Include prebuilt libnvxs in wheels.
  • Support Python 3.6+.
  • Add type annotations.

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.3.tar.gz (9.2 MB view details)

Uploaded Source

Built Distributions

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

animeface-2.0.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

animeface-2.0.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

animeface-2.0.3-pp38-pypy38_pp73-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

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

Uploaded PyPymanylinux: glibc 2.17+ x86-64

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

Uploaded PyPymanylinux: glibc 2.17+ i686

animeface-2.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

animeface-2.0.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (2.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

animeface-2.0.3-cp313-cp313-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

animeface-2.0.3-cp312-cp312-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

animeface-2.0.3-cp311-cp311-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

animeface-2.0.3-cp310-cp310-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

animeface-2.0.3-cp39-cp39-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

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

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

animeface-2.0.3-cp38-cp38-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

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

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

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

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686

File details

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

File metadata

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

File hashes

Hashes for animeface-2.0.3.tar.gz
Algorithm Hash digest
SHA256 198ae3939cfdfa69692474147035989c354a7e4194288c9ecf3ac8247c0df0dc
MD5 b825a7a76d4d06a9addd38d6cf1e7b17
BLAKE2b-256 d60480d023bdd2e50927ee861bc43ee07fd95128855cff29d3e00b68659a5db9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f74f83432bf50ee572ac1f014164d4e345debdd36d895d906725df05c629c991
MD5 37e7370112e50295b92a58cd5abf8f44
BLAKE2b-256 d762891b794cbd88cc0899a9d97fec29b02a33f783db4462908d548b7eed5b93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 24b1cc3e16a1fabaf57453b1789052441074acc6b4c94198159562529f4a99ed
MD5 80e9c741a6f73dedbe318285223bef4d
BLAKE2b-256 e84cb0240458d1159828cd603191c3718ecc74daef867b4a3a3b5c216fc6cad4

See more details on using hashes here.

File details

Details for the file animeface-2.0.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for animeface-2.0.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70813f0b998689969b906aab689f7c290969367b8dc899046b33033c3e6cd6cf
MD5 1b7325d3df96a2310713e5daee4e430d
BLAKE2b-256 e58ac7c956f90020e6bf54d74e8827603c3d7cfe387575510181e5c76c6f7014

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8191d3eb254be36a08f610ce9284de079305c3bf644df19e4cf42ba25560cd52
MD5 be71a0c8f9dcd3b122b16ea1ba2f0910
BLAKE2b-256 ee3c9396b8089e2d05eb86c9b8ae9a11ccb58b139f6ea5bbc0599303b3521e26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e6eeffc6787ea7aa57a1b353be2804b952074d6e0d2f69a5dbda89c83df0d8a1
MD5 b26e525b77c2e457559e69b5786d9f9e
BLAKE2b-256 dda77685963a89622eccd858a5ffb5598075773ad19a5808ad2d9d13e9971b7d

See more details on using hashes here.

File details

Details for the file animeface-2.0.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for animeface-2.0.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9f8874992c8acf335b77a7a06a944b80bad18a055c34433e17a17c519a635b7
MD5 12f903b1eda84ce74264e529a5900886
BLAKE2b-256 3760d88597079b1adf241baa0e0b6d55c8e1da12f120a11a76a1eb843d18f3ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6783b3506de64fc059e64b01960f8c1de979aeb195dfc359a50980aa96831f5f
MD5 f3eecfb90aec27812885d7df5be8c7e6
BLAKE2b-256 0820e33039a2221b47dffc0fb2882d99f3eae21c7a28cd56d59702673805ccde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c29b4b445c40ae75867aaac73284636d38fb0ab4082eb8389f0589c6410af10b
MD5 85c6f6bf6994f7a60be01c8485ed773f
BLAKE2b-256 4703537339c5dcded22c17f3743e9c040e96df52a6d575ca7fa04aa28ea1a23e

See more details on using hashes here.

File details

Details for the file animeface-2.0.3-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for animeface-2.0.3-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0cdce44dfeaa6fd78d875adc35991655db3344cd7c1b05b9ef89e4eff7c79afc
MD5 f97376a2608f54fe658d50e91347831b
BLAKE2b-256 fb67c4ed93b266fdbf07bf4e3bdf83d21bac528a80e1a86b8b1e4f662fd5b33b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ccef7cfef34548667b0ab34dd8013445a902bd586c73f35b3bd13b9588a2c78
MD5 cc6c2a5e65baa9ba9709736d87a5173a
BLAKE2b-256 1f64a6af52f65c22f41f378a196290fa6612b20a48c726ed9b79688f5db1cfa5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5faf5af12820ca7d657c6319f21cc2638b1f9fe111215d31c7787ea252d80a15
MD5 1a9c0182208344382c9b5196fb7a41e0
BLAKE2b-256 ce4a77ffaef150ec4c2fdccc1166c9fe5e043688576a7de88cb449245b3f4886

See more details on using hashes here.

File details

Details for the file animeface-2.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for animeface-2.0.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9a131b369c570fbb48b07dbcb33804cfb6db88e440cb783b27ea6abaf980d11
MD5 39bdada1b848e8532d33be7329645981
BLAKE2b-256 d60efc091a2a1eaef70fa11ca7c3c292fb85564502a3a38722c8c989e94b2e9e

See more details on using hashes here.

File details

Details for the file animeface-2.0.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for animeface-2.0.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e437633abe0e4e150fb49cb0c3b589249d899c1121b09e2d37e1c2cf0be2b3af
MD5 d6f9bd69887dcc224fd8e1909676b10b
BLAKE2b-256 1afbb956d8a2aca2f25cfb95bf2c595521432ea55b95937902d45d6927196b81

See more details on using hashes here.

File details

Details for the file animeface-2.0.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for animeface-2.0.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b24611d419e0b8ca1b7cf5ab5d20ab2a4052f273bcc1a63a0cd389c3c0ddc465
MD5 fa6cac79f7476d17732ccf6d37db8f17
BLAKE2b-256 a866864d1bec58df584fe3bda4c50e83c9a1bf93b2351a8a8ad78cef72f71bd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bb113e0ccadefc0e2f8aa977526b7ca23afc93c6c4c89e49e695256ec9027f34
MD5 8d00b299979a7e4f6d4d69697883928a
BLAKE2b-256 20f35b993e3d940ddaf3d85381f1e87a88b23b444407ae471be9c84f0fa92014

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bf9fe0ca976d8e1e32f378835f0cc2d4163b2f748a79196001d990274583a018
MD5 afeb99c15c72f97dc5d7b0b49167c750
BLAKE2b-256 654083c986171ff43215ac0f68028877cff27084366a22cf7071e0e230be8b62

See more details on using hashes here.

File details

Details for the file animeface-2.0.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for animeface-2.0.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ba6ab01b338568c0f93b20a3e571487161f1147c0fb3791c0db5ff7f1d3adea
MD5 7b0d957fdff39a5294834a923760c6f7
BLAKE2b-256 46e494fb3f8250c6e06f8e495c5702a3a3892afb6444521ff836ab1d3973a058

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9f3710bb44a5d9181e7ac2611835ccb761521e329ed73513f6f1fc29194ae6cc
MD5 d55562100789d5468a62bb0ec0bd7cba
BLAKE2b-256 58babfe8c81761b5879d739c5e1c17571d7917c70f6ebe9c5e56e883c3d76a86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eb3b6a18591c50eaac29530178ef8db4883bea6473a73068674167cd1ff60965
MD5 be1a69a4e8ba2163326e5aae16c4addb
BLAKE2b-256 591b458769269d6d0dcb2f81842c83201dc6c789309d33818f3f5539acdf2314

See more details on using hashes here.

File details

Details for the file animeface-2.0.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for animeface-2.0.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6ba16a923d3678f4419d44e7a958b490c251eb4180607253a26f06617da4d2b2
MD5 d81c17664e4e507a6b789f0233b0dfa9
BLAKE2b-256 fe917056d16e48ec699db7f908925981c40620fbcfdf871b4eafef5ad012758a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 12cb21d4c6dad3512728bb4945421f60eb7758406175384a9d7490448e30409a
MD5 160ff5c0b3a1fe66d0e96951d571522f
BLAKE2b-256 b6255a58c402b57675113fe98bb495f7bff33845d504aa900e12e7406886762d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0d98deae30416ec9c53500199be92c3a17e361a6ef51386e580d5d9b4fd64d43
MD5 016ba44c4e1eb5a5ca2cbdb411022ea1
BLAKE2b-256 5fcb3397273d5a33a76ea242b79bb67d347f8475d77d63075ebcf292d83e2981

See more details on using hashes here.

File details

Details for the file animeface-2.0.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for animeface-2.0.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1e00c9b48e489dff98ac3435d86388fc195f3085ca9500c2fc9846272ff6f31c
MD5 11310fb22b60ddc38047b248e5774d1b
BLAKE2b-256 8a2844b5514de3e064fcb0f1f989bd473276587941f153a0b0b6979569b91839

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 23f0c59c26e631f9858597fd0f1709f180163bcab1a77a54840f8d90e6c874f7
MD5 fafbbee18038b6c523f99e2d670ea416
BLAKE2b-256 1b0ae15b0a6520ecfa46306ee6993dabea4605a50912aee43da1b79c39e5e043

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7a2a1edc04692738986f5a4b8ca9ab8aaeb5028f1d8eea4b28213a4c91dbe5be
MD5 372aee8dfb06843680d0ed47018df9aa
BLAKE2b-256 7fd34223ad75c021df27030d26a32b8a412fa574a053d5cdddaeeae5736ed853

See more details on using hashes here.

File details

Details for the file animeface-2.0.3-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for animeface-2.0.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1518deb17ae13fdeebd9c4a1466e437d2be24aa84cef0f86efdfbb181ca80d2c
MD5 4b025862ef689871c5726494fe8ad780
BLAKE2b-256 7cad30b2f27d6036e469d4b5c0b128d5d46da4e77a4c2c4254811fc467cdd7f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6acf07cb99b40aae27d47010b3970c1d286e52db4600b4f2931ff6fdeba3e39
MD5 d7b89347ff3be34282883cfce81db8e5
BLAKE2b-256 3dd2f3dd265587f6becc05e52a13994bec5834daf033c0bdf7b443b1257afe55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 008ff95359addffc4efaa842b4c166ec7f8ba29933a1680e6fa7679c5349542d
MD5 fbb0c1c1533cac57651e983e658ccd89
BLAKE2b-256 f3481dcc394f317d7ab130a2388678dbe9e1e3818f2666fa375ab7aa7fb75c63

See more details on using hashes here.

File details

Details for the file animeface-2.0.3-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for animeface-2.0.3-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 31e5d116481e39d7f6ab6515892724e71c3b959c330ba85d602bf8aa2dba4c21
MD5 f31dcda4b92584aa15819833cc75676a
BLAKE2b-256 b9f4bfc58059fe3a9a657647cf4cdb9cf128d642fb3c033ab9edc197a5ae9ff5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f1741c187aca4bd515937533bd058d0d58b70310d5708551062ec9d31b2a8f08
MD5 e4b99de6bbfee368a7f779d77d9c46e8
BLAKE2b-256 e6008a13f9bf2ee344b6613ef74df6245667c1d1cb4147e254f8c13ec5667db1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 04a6e84d2bdead44d42db45afbf335e3994b8be1b879bbce7306a09f2bde4d66
MD5 297bccea9d3f325a38d89adfefa10e7c
BLAKE2b-256 e9b54a408183a09eef06368ff5c1f2c3eb4e7c021b600895c98bfa5bfd554310

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d9b2a469fdfa186d2c683f677dd8b37bb54f1208fd8b2f6719645c50ae7db9f8
MD5 f980b2dafa186ced9a523bb67b0416d9
BLAKE2b-256 1a1babad811d031c2127458ff3760d193e09da48b699013d493888f40786c695

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for animeface-2.0.3-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 55bc62c87f427d6b5eba4ce82a6c81c7217acb03c83c7ba8f275942a638ae47b
MD5 e48053d754b06e026b5999dc2aa6de03
BLAKE2b-256 30b59a4dba569f73e432e011b5c91ef8121b9bb035670051cb2695ed336ffa64

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page