Skip to main content

PifPaf: Composite Fields for Human Pose Estimation

Project description

openpifpaf

Continuously tested on Linux, MacOS and Windows: Tests deploy-guide Downloads
New 2021 paper:

OpenPifPaf: Composite Fields for Semantic Keypoint Detection and Spatio-Temporal Association
Sven Kreiss, Lorenzo Bertoni, Alexandre Alahi, 2021.

Many image-based perception tasks can be formulated as detecting, associating and tracking semantic keypoints, e.g., human body pose estimation and tracking. In this work, we present a general framework that jointly detects and forms spatio-temporal keypoint associations in a single stage, making this the first real-time pose detection and tracking algorithm. We present a generic neural network architecture that uses Composite Fields to detect and construct a spatio-temporal pose which is a single, connected graph whose nodes are the semantic keypoints (e.g., a person's body joints) in multiple frames. For the temporal associations, we introduce the Temporal Composite Association Field (TCAF) which requires an extended network architecture and training method beyond previous Composite Fields. Our experiments show competitive accuracy while being an order of magnitude faster on multiple publicly available datasets such as COCO, CrowdPose and the PoseTrack 2017 and 2018 datasets. We also show that our method generalizes to any class of semantic keypoints such as car and animal parts to provide a holistic perception framework that is well suited for urban mobility such as self-driving cars and delivery robots.

Previous CVPR 2019 paper.

Guide

Detailed documentation is in our OpenPifPaf Guide. For developers, there is also the DEV Guide which is the same guide but based on the latest code in the main branch.

Examples

example image with overlaid pose predictions

Image credit: "Learning to surf" by fotologic which is licensed under CC-BY-2.0.
Created with:

pip3 install openpifpaf matplotlib
python3 -m openpifpaf.predict docs/coco/000000081988.jpg --image-output

Here is the tutorial for body, foot, face and hand keypoints. Example: example image with overlaid wholebody pose predictions

Image credit: Photo by Lokomotive74 which is licensed under CC-BY-4.0.
Created with:

python -m openpifpaf.predict guide/wholebody/soccer.jpeg \
  --checkpoint=shufflenetv2k30-wholebody --line-width=2 --image-output

Here is the tutorial for car keypoints. Example: example image cars

Image credit: Photo by Ninaras which is licensed under CC-BY-SA 4.0.

Created with:

python -m openpifpaf.predict guide/images/peterbourg.jpg \
  --checkpoint shufflenetv2k16-apollo-24 -o images \
  --instance-threshold 0.05 --seed-threshold 0.05 \
  --line-width 4 --font-size 0

Here is the tutorial for animal keypoints (dogs, cats, sheep, horses and cows). Example: example image cars

python -m openpifpaf.predict guide/images tappo_loomo.jpg \
  --checkpoint=shufflenetv2k30-animalpose \
  --line-width=6 --font-size=6 --white-overlay=0.3 \
  --long-edge=500

Commercial License

This software is available for licensing via the EPFL Technology Transfer Office (https://tto.epfl.ch/, info.tto@epfl.ch).

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

openpifpaf-0.12.12.tar.gz (300.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

openpifpaf-0.12.12-cp39-cp39-win_amd64.whl (293.3 kB view details)

Uploaded CPython 3.9Windows x86-64

openpifpaf-0.12.12-cp39-cp39-win32.whl (272.7 kB view details)

Uploaded CPython 3.9Windows x86

openpifpaf-0.12.12-cp39-cp39-manylinux2014_x86_64.whl (785.7 kB view details)

Uploaded CPython 3.9

openpifpaf-0.12.12-cp39-cp39-manylinux2014_i686.whl (751.9 kB view details)

Uploaded CPython 3.9

openpifpaf-0.12.12-cp39-cp39-manylinux2014_aarch64.whl (769.2 kB view details)

Uploaded CPython 3.9

openpifpaf-0.12.12-cp39-cp39-manylinux1_i686.whl (751.9 kB view details)

Uploaded CPython 3.9

openpifpaf-0.12.12-cp39-cp39-macosx_11_0_arm64.whl (279.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

openpifpaf-0.12.12-cp39-cp39-macosx_10_9_x86_64.whl (290.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

openpifpaf-0.12.12-cp39-cp39-macosx_10_9_universal2.whl (386.3 kB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)

openpifpaf-0.12.12-cp38-cp38-win_amd64.whl (293.2 kB view details)

Uploaded CPython 3.8Windows x86-64

openpifpaf-0.12.12-cp38-cp38-win32.whl (272.5 kB view details)

Uploaded CPython 3.8Windows x86

openpifpaf-0.12.12-cp38-cp38-manylinux2014_x86_64.whl (802.0 kB view details)

Uploaded CPython 3.8

openpifpaf-0.12.12-cp38-cp38-manylinux2014_i686.whl (774.7 kB view details)

Uploaded CPython 3.8

openpifpaf-0.12.12-cp38-cp38-manylinux2014_aarch64.whl (788.9 kB view details)

Uploaded CPython 3.8

openpifpaf-0.12.12-cp38-cp38-manylinux1_i686.whl (774.7 kB view details)

Uploaded CPython 3.8

openpifpaf-0.12.12-cp38-cp38-macosx_10_9_x86_64.whl (288.4 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

openpifpaf-0.12.12-cp37-cp37m-win_amd64.whl (291.8 kB view details)

Uploaded CPython 3.7mWindows x86-64

openpifpaf-0.12.12-cp37-cp37m-win32.whl (270.1 kB view details)

Uploaded CPython 3.7mWindows x86

openpifpaf-0.12.12-cp37-cp37m-manylinux2014_x86_64.whl (748.0 kB view details)

Uploaded CPython 3.7m

openpifpaf-0.12.12-cp37-cp37m-manylinux2014_i686.whl (718.1 kB view details)

Uploaded CPython 3.7m

openpifpaf-0.12.12-cp37-cp37m-manylinux2014_aarch64.whl (735.2 kB view details)

Uploaded CPython 3.7m

openpifpaf-0.12.12-cp37-cp37m-manylinux1_i686.whl (718.1 kB view details)

Uploaded CPython 3.7m

openpifpaf-0.12.12-cp37-cp37m-macosx_10_9_x86_64.whl (288.1 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

openpifpaf-0.12.12-cp36-cp36m-win_amd64.whl (291.7 kB view details)

Uploaded CPython 3.6mWindows x86-64

openpifpaf-0.12.12-cp36-cp36m-win32.whl (270.2 kB view details)

Uploaded CPython 3.6mWindows x86

openpifpaf-0.12.12-cp36-cp36m-manylinux2014_x86_64.whl (748.2 kB view details)

Uploaded CPython 3.6m

openpifpaf-0.12.12-cp36-cp36m-manylinux2014_i686.whl (717.1 kB view details)

Uploaded CPython 3.6m

openpifpaf-0.12.12-cp36-cp36m-manylinux2014_aarch64.whl (733.6 kB view details)

Uploaded CPython 3.6m

openpifpaf-0.12.12-cp36-cp36m-manylinux1_i686.whl (717.1 kB view details)

Uploaded CPython 3.6m

openpifpaf-0.12.12-cp36-cp36m-macosx_10_9_x86_64.whl (288.0 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

Details for the file openpifpaf-0.12.12.tar.gz.

File metadata

  • Download URL: openpifpaf-0.12.12.tar.gz
  • Upload date:
  • Size: 300.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12.tar.gz
Algorithm Hash digest
SHA256 072136b276f83b67744716f17ae09735ccbab618e80b050147cc2c9c4e71fe96
MD5 a07cb2f4dd46ce94c0b00dcdb17dfc71
BLAKE2b-256 c72e59508f25e6d01c3e65f62e4b83d5e1de91d1e2de3dde12f69c4fa5a9fa0d

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 293.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e83cb51e9ae8a830b7a02ffbe822d35341394aea2e39b5f9a084b577cad2a52e
MD5 a07084a107d01300a1024bf7fb58543f
BLAKE2b-256 ac0b9569bdb31a3313de1c171bc26325c3337b149d8aaaf6fbbb2f04c7368cec

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp39-cp39-win32.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp39-cp39-win32.whl
  • Upload date:
  • Size: 272.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8f86789cf42e971f9e22288f01a6695a98e8fb32c6c58af4d783cef7dc5d3694
MD5 4b8a67b6afd030b75669c4b4890e40cc
BLAKE2b-256 7859adc1e174648a2353c1b1f4b37f2d3f3540f0adb8a24290893e8e50d6c87f

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp39-cp39-manylinux2014_x86_64.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp39-cp39-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 785.7 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f1a40b4573be396461fd405f80c357cab2e4f2965e47eb0c80a4156d7435284
MD5 4a62f29bff306f71b4a14fbc8fac7984
BLAKE2b-256 89bcfeafb64e0b3cd17f6b22acf64d868c597318de3a14db18a35ae1cbfd3948

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp39-cp39-manylinux2014_i686.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp39-cp39-manylinux2014_i686.whl
  • Upload date:
  • Size: 751.9 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 16494a65b0063e2eaef44e1f185994a7b156496e16d10a9a828995cc70bab584
MD5 b6d80d9df00b5506c91553f4c37901ef
BLAKE2b-256 32782b14e5fbc762d07dc005271760ac1fafb0b9b2c4ea639aea1b24189cc46a

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp39-cp39-manylinux2014_aarch64.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 769.2 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9712e848debbe7b532e38d061615be631c9e41c040e8cee48c8b24762d1961d7
MD5 d90b394a8d0484cebfa47e9131f9acef
BLAKE2b-256 8be14b64d9dc2a80f4f4d11054ee1c46dafa4f6c8e76f2ecb1202eed30a228b8

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 751.9 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 05413683795ee5163139265a0b9d92ec748131f715e8de15a2f20ed19c6bd503
MD5 a634f82d9988da5c8f8037444e0d44ca
BLAKE2b-256 1274ee87b266a7ebc2dc3233ae84c459c8d3a5e9472c440c3ee05b10491340eb

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 279.5 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8269d2a59a7b2908564558c765c6b901b262cae75b474b9b0398fb99a5e413b2
MD5 378b67b4eed6f634e150ddd3d2d5bb2d
BLAKE2b-256 7021f8bf4a0dd25082ad0842561e58031fc25aff273fa4b6c5f8562254204cc0

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 290.9 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 19c550b53e59e44723df31781bfc93683165550795f725427f0f2c26d74124ae
MD5 2210fb5b5b1e217f45de453fe34c0fad
BLAKE2b-256 e799c3b9446526a0ccddfb0e541110db6a15db24408ef35bc49b982fdbd516b8

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 386.3 kB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 725f1372244962e4619c97cdb3a1df123e3f83ab9e7ca2d9dc2681545f8e7d54
MD5 6124f062ae2aba26819dfb6d14dcd105
BLAKE2b-256 df5aff5f254c6fb2529439c4e74743719f98ec4fc13c2a30d4c745e67d22bc2c

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 293.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 39069a1fe43a2a47dc6406aac0eea0fc7822d0881dadbb500835c44d380fbb31
MD5 01f3802bf1fcdc2dfaa30e8dfbece5ff
BLAKE2b-256 b1486b00ce2077bcd87552f8f958d1404022a788f224c401b2151565bf3f1a14

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp38-cp38-win32.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp38-cp38-win32.whl
  • Upload date:
  • Size: 272.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 aff6a2803fe6ea0d1ab5fd8c2af80ec96ed8b265ad642ccdc7a4309df4860f88
MD5 32fb63330d1087602340c3c1cf6dd768
BLAKE2b-256 b57e2939d838dac9b4a9a827d17e224e1b2a2088e0f59f25a99c0d7b17a9d291

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp38-cp38-manylinux2014_x86_64.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 802.0 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf9dfa7e1004b33b03415f04424afd7ba5ae8375a493642f3cfd4f8c8cc0639d
MD5 a5bcaa486f569be11af64e4cc1e465e3
BLAKE2b-256 47a3677684c1063f088c1960a12ebce998b546126f88dc7a36f8b6debb0f02d5

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp38-cp38-manylinux2014_i686.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp38-cp38-manylinux2014_i686.whl
  • Upload date:
  • Size: 774.7 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e08879b5b6ef50d34d2b5acb0eef44e120293940bbd7f78f6fd1fdcd518b330f
MD5 b376c7cdbdc8e7a575fe817ba02eb98a
BLAKE2b-256 91f5aef29d459dc248d6844a126709609ab965e87d17f529f62309bdbc169411

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp38-cp38-manylinux2014_aarch64.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 788.9 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2913b2b3efcc2e0b5bf44e87c2913b33c9d2821598f18cf128f560641174838c
MD5 56701489bd878ae1467afc0327e1214c
BLAKE2b-256 b8ba755d662d151cffd9126b6de2a5d89cc9fae7a8d3b98761d0f2241499bd74

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 774.7 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e6d1f3eec173ff8143c38a261f6f99e67b5f0ecf5f53d44985f920f35d548c2b
MD5 fbb361b802069244067188a570df8da6
BLAKE2b-256 b06768990bbc2b99f262bdb823278887052cb8fd6376595f3e6cc5539457c8e9

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 288.4 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6cdbdbd3a6ff6ec01c1bc2a6eef2f9df3a34e1afe2d63555dfece019f5946130
MD5 bcec3834c1fb703c965436c797832471
BLAKE2b-256 05c7e5caaa414aed9a3e48ffe53ae50a61526247790eb2b3528f4824258ac0c7

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 291.8 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 6c30eec3e73fc37c7f24606e4449d3dbb741344c7d246d8ab3da06c737b649c4
MD5 fbcb3b63bd1128ea5bb26eb29b6cd734
BLAKE2b-256 8ec717a61fc04330817830855486543454c845ab4afcf9b57ef5d5129f504729

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp37-cp37m-win32.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 270.1 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 ae33f7102469758b2d776b4f4b667b89a9beb953a69813b19d0a09afd7a4f611
MD5 1b3956931f25889895fb07e417b92aa1
BLAKE2b-256 f01d6e79f460b47e3b39f22da98816d5cfc93bf6c74c66f33915c45d7b01ece6

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp37-cp37m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 748.0 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a3044d88e16aa29ce1b696f58bb727c2c6a26e4214353ba1939bd311f6bc1a5b
MD5 07d81cdbf4951ba6bffa5a005b1a52ef
BLAKE2b-256 2eda5fbd41285d76c0072bdce0547327e4d4025374b01bf6cf4531d0da5eff94

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp37-cp37m-manylinux2014_i686.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp37-cp37m-manylinux2014_i686.whl
  • Upload date:
  • Size: 718.1 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3694ffec22755ede7fa20270b21c40bc1c96fa82861a2e1ba51048eba5e564dc
MD5 27effdb28f6e57e9ffcdb6ff233a0500
BLAKE2b-256 71609257504721b5bf2b35a13abd761fdbaaaa8d4cf17753cc2593e829554a51

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp37-cp37m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 735.2 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 33b2f964027414109440c122f11640f097610d642ad9556a657264b4d9604748
MD5 65dd8db7cc8a297b9ec42be3542ad127
BLAKE2b-256 7b2366b6e83df133d927f84b4c2950e010f7c6c5591e81d44a692fa2bc14154f

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 718.1 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d25d20455ec7869d2672f2f06e7e5ad66f417f1cc06160f07acf2a95558bb91d
MD5 c876cd07e8d68abf9ca605d8bd870293
BLAKE2b-256 5cdf3047241d5dbf6df0aa1f487506d6cb66379151436f2b5dba9fe280ba33f1

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 288.1 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6278da0674f8c86950a9ff6a7f1be98ffad645ce7ce077a78e8d7a45941b24ed
MD5 23bcbd11e060c97989c3c05fc3babdd1
BLAKE2b-256 709b4fa7a64ad91c91c0d39f09f2ec8719a40675c653119a9b8b3d25605aa32c

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 291.7 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 de990bc3b3d48d6931d351969250d4017d41026754e81a62147bae1b49a17fbb
MD5 5b627e810311b0448ef84d6256687d33
BLAKE2b-256 c7f6a5aa9b5547c90471e18f39b4faf54c13e4a064128e7590417e8ae2e242bb

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp36-cp36m-win32.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 270.2 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 62dd0dfcb11cb4483753f5ef258fe76f2e39dd7a17f6eb3b14b132b6de9ae582
MD5 81914be5b6d5ecf18bc98714d02086ad
BLAKE2b-256 05150fa3bfb0adc9f537d784114b5761c4b1f6c1a0adaf3eb8a9e3e0e6b8b92f

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp36-cp36m-manylinux2014_x86_64.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 748.2 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46cd71d3b411bd450a438416af770a9bb6639aa6ba9e87a63d6e19dfd233753c
MD5 1ecf74c4fd74d8bfc1d07cdf659ca6a6
BLAKE2b-256 6e6c99a70f1292948c2bc5bb44813ef209de364d0e56167024512afb27823bc0

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp36-cp36m-manylinux2014_i686.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp36-cp36m-manylinux2014_i686.whl
  • Upload date:
  • Size: 717.1 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2b985bfe3a391fb6706f4321409a7393cb0ec9c2fc7af3f66be8af69c8b17b72
MD5 5704616f97491b04540f7f0eacb7b341
BLAKE2b-256 72b1bb1c48229e0d1695faa9e4637ebb6036154bd32dadeb978719bebfe41ab4

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp36-cp36m-manylinux2014_aarch64.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 733.6 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1e0425ab1d45127aafab20d85c4af64d86416c1b9509a294263b0e11d0b023e6
MD5 6c0a80f8865d88fbd4d7d6a3da5675f2
BLAKE2b-256 ef65a86973af0e33ef06a07c4a8a27d7f4b6bb7f0e2ca102011f3e8f68be4ff7

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 717.1 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a634b230ca7644958cf8270e4cd796f37ed29f9c25f740a19125e2072110e9d7
MD5 0e0b97a74c61bff43906a22b7a2753db
BLAKE2b-256 c5fc90d75b85d63c33096959486e9ec550480f908461689117fdee03975e01dd

See more details on using hashes here.

File details

Details for the file openpifpaf-0.12.12-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: openpifpaf-0.12.12-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 288.0 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6

File hashes

Hashes for openpifpaf-0.12.12-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 aa04caf30a9b8efef8e1138930a5a8502d398b2fbbb50c92ee93e8d7180a96d0
MD5 3fe439d2f4bac5dfb858a0eafe34dca6
BLAKE2b-256 ff785c0cef6e816aed0be3741dfa923cdab564be80e6edbb3f4ffd033733bfc4

See more details on using hashes here.

Supported by

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