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.

Example

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-min-dpi=200 --show-file-extension=jpeg --image-output

Guide

Continue to 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.

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.9.tar.gz (295.4 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.9-cp39-cp39-win_amd64.whl (285.0 kB view details)

Uploaded CPython 3.9Windows x86-64

openpifpaf-0.12.9-cp39-cp39-win32.whl (265.0 kB view details)

Uploaded CPython 3.9Windows x86

openpifpaf-0.12.9-cp39-cp39-manylinux2014_x86_64.whl (778.1 kB view details)

Uploaded CPython 3.9

openpifpaf-0.12.9-cp39-cp39-manylinux2014_i686.whl (744.2 kB view details)

Uploaded CPython 3.9

openpifpaf-0.12.9-cp39-cp39-manylinux1_i686.whl (744.2 kB view details)

Uploaded CPython 3.9

openpifpaf-0.12.9-cp39-cp39-macosx_11_0_arm64.whl (271.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

openpifpaf-0.12.9-cp39-cp39-macosx_10_9_x86_64.whl (283.2 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

openpifpaf-0.12.9-cp39-cp39-macosx_10_9_universal2.whl (378.6 kB view details)

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

openpifpaf-0.12.9-cp38-cp38-win_amd64.whl (284.9 kB view details)

Uploaded CPython 3.8Windows x86-64

openpifpaf-0.12.9-cp38-cp38-win32.whl (264.8 kB view details)

Uploaded CPython 3.8Windows x86

openpifpaf-0.12.9-cp38-cp38-manylinux2014_x86_64.whl (794.4 kB view details)

Uploaded CPython 3.8

openpifpaf-0.12.9-cp38-cp38-manylinux2014_i686.whl (767.0 kB view details)

Uploaded CPython 3.8

openpifpaf-0.12.9-cp38-cp38-manylinux1_i686.whl (767.0 kB view details)

Uploaded CPython 3.8

openpifpaf-0.12.9-cp38-cp38-macosx_10_9_x86_64.whl (280.8 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

openpifpaf-0.12.9-cp37-cp37m-win_amd64.whl (283.5 kB view details)

Uploaded CPython 3.7mWindows x86-64

openpifpaf-0.12.9-cp37-cp37m-win32.whl (262.4 kB view details)

Uploaded CPython 3.7mWindows x86

openpifpaf-0.12.9-cp37-cp37m-manylinux2014_x86_64.whl (740.3 kB view details)

Uploaded CPython 3.7m

openpifpaf-0.12.9-cp37-cp37m-manylinux2014_i686.whl (710.4 kB view details)

Uploaded CPython 3.7m

openpifpaf-0.12.9-cp37-cp37m-manylinux1_i686.whl (710.4 kB view details)

Uploaded CPython 3.7m

openpifpaf-0.12.9-cp37-cp37m-macosx_10_9_x86_64.whl (280.5 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

openpifpaf-0.12.9-cp36-cp36m-win_amd64.whl (283.4 kB view details)

Uploaded CPython 3.6mWindows x86-64

openpifpaf-0.12.9-cp36-cp36m-win32.whl (262.5 kB view details)

Uploaded CPython 3.6mWindows x86

openpifpaf-0.12.9-cp36-cp36m-manylinux2014_x86_64.whl (740.5 kB view details)

Uploaded CPython 3.6m

openpifpaf-0.12.9-cp36-cp36m-manylinux2014_i686.whl (709.4 kB view details)

Uploaded CPython 3.6m

openpifpaf-0.12.9-cp36-cp36m-manylinux1_i686.whl (709.4 kB view details)

Uploaded CPython 3.6m

openpifpaf-0.12.9-cp36-cp36m-macosx_10_9_x86_64.whl (280.3 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: openpifpaf-0.12.9.tar.gz
  • Upload date:
  • Size: 295.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for openpifpaf-0.12.9.tar.gz
Algorithm Hash digest
SHA256 1b45c0bf7628b3d2fb0fc1b8d039013e1e4539f06deac56ddd5adb5a7dc9b563
MD5 94177d7baf0e3e230009f19a3b700dcc
BLAKE2b-256 c1c9cc5a5b545528611870b1cc9bc7c2205d5e71ac803133114e84cb8e9234e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.9-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 285.0 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for openpifpaf-0.12.9-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 462da73c6daf9d180c21136cfb3c57e22a7ec22de93c98d567f434056e0f3a73
MD5 72778ff267a85318e4a8d4708c561566
BLAKE2b-256 2a2e616f7660a0d05d5f7d5e948270888e7162a66247aae7b57033eca9c40cd8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.9-cp39-cp39-win32.whl
  • Upload date:
  • Size: 265.0 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for openpifpaf-0.12.9-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 33cbc7d3b3675ef1aa2e98bdd265001fd48dacc804ee9f2e274931ed06406509
MD5 96a8c34b274a0f3e8cc2662d3f4acdc8
BLAKE2b-256 efcbb23448ce5f893ffa5d9d33f5f10f3d9142281f3d9eb5ec285a84dbce633e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.9-cp39-cp39-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 778.1 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for openpifpaf-0.12.9-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c5e5331367bae007c9e75f5e663978acca94e0f4319eec12c16ae1e6ca234746
MD5 dbd7c6a31e50d9da10cead1deaee375a
BLAKE2b-256 4804b93b8b5d8b8b479b358994e396fe6746cfc4ab66420f24cb273056a35a22

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.9-cp39-cp39-manylinux2014_i686.whl
  • Upload date:
  • Size: 744.2 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for openpifpaf-0.12.9-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a9f0ef6d01cd7fde9e728cc085be8a6ce2374c43304a209583a0273467a89859
MD5 70783475f730af607130b341516613d6
BLAKE2b-256 4197e7a13221777a0d7a16375f05857db1c42684b11ec7fe50c9c39439187a5b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.9-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 744.2 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for openpifpaf-0.12.9-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 d8151f2c94abefcf9fca7410ac208a21a04bfc0fbf87575151a668170dd7f5d0
MD5 c7d708ed3835711d057532ad56d75e8e
BLAKE2b-256 506f00ae41fc9d271a7aeb28ff07989a2de002d2dafc9c164af742f0b2532a32

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for openpifpaf-0.12.9-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2dc5d2de4b8c13dddce8c46f9da480880fa4a3cc21a755b66efaa405e95e536d
MD5 34f0e3a31f71aeb87ccc87be7078bdd5
BLAKE2b-256 c7b97a08497d67223c6919ee6049e0e7253350c56267ee32b4b766a703f9ae97

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for openpifpaf-0.12.9-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 176c4b1d86d4ccf0e804b65e6476e799e7dc8618de4b7665abfa5ff30f085c71
MD5 9c795f6b7dd65568bd418f1e9e111ecb
BLAKE2b-256 c7a36ec291f93528a732ee609fed832b48b86b22b30f20bf4bad0aa211651de2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.9-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 378.6 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.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for openpifpaf-0.12.9-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 5c457f7caaa8cb6e543931cb211204b065e81cfb37f3f6bf058d70e4555b7c3c
MD5 749b75d2fa0df8e0919b367b8b738af2
BLAKE2b-256 d5e138c18a201becc3bb04b9eac78241d974816d374618a6b0a48c278a6e44ae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.9-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 284.9 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for openpifpaf-0.12.9-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 aad745ec3343229a017add35d1594a39f2168e8a9984420c314e85a4c1c56c3a
MD5 5d7932f88268fedf035a54af98fcdecb
BLAKE2b-256 f88e716b9affdbb5f9aeee071caad5fe481b5867bebbf4ee7830cb8a94137002

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.9-cp38-cp38-win32.whl
  • Upload date:
  • Size: 264.8 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for openpifpaf-0.12.9-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b5edb33a95641c705558ced31912ac55b68d6ecd785ed2408a3b390961bf400b
MD5 7979341111911a06964e53f299880f80
BLAKE2b-256 105a6186873252c08ea7524d6566c12d4ca93311c1ea0cef86914e3f32421087

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.9-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 794.4 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for openpifpaf-0.12.9-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8a0540d7f0dcbfefc7a44e1ab0dc53e4f9e814ec9743d21f2a2632caaac032d
MD5 5ffe2e1e75d3b3b46105674d5bf28dee
BLAKE2b-256 eb4ca0201d6a066dcb9293a8a431e2d2c349be386a3b1251922d7a96f8fb17d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.9-cp38-cp38-manylinux2014_i686.whl
  • Upload date:
  • Size: 767.0 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for openpifpaf-0.12.9-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d750d92b65b93404a3b1eea8dde8487a6c3ab5ea33f22a380c510359f506a69a
MD5 a1aeef3d3002c632a10f645931494704
BLAKE2b-256 dfeba8d2a7fd9cfb3db1132b91e42c7a31420266b94bcbeff6a222b1e50dce56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.9-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 767.0 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for openpifpaf-0.12.9-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 b73218567055d8a21d4a7ffce5c401cfecad0a4b74e3d76a21fcc376998415d2
MD5 a639d3e94f84c5e463fdddbb49976f97
BLAKE2b-256 84a485bd1168c6b81a9ca374c953758a1e219ea6474d12cfdad6fc05f9bc24ff

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for openpifpaf-0.12.9-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5e1026e8510c935300cbd9b49fa034194f29e81d361360c1aec9a95f36eb1410
MD5 14f4326f2e163bbb0bb0d9c66f99216a
BLAKE2b-256 9e11d136c8a933b63be89b87251bfa2b5bee24bfa3eb6634587977686c0fd8e9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for openpifpaf-0.12.9-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 19129bb004d44e37bdc33eeb26d1104c3a7774c38cb0066e88bafc248734d3bd
MD5 246ee67fd9e071256d2c30664c679985
BLAKE2b-256 ed597edb7672875e40b7a11f5f6a959347f3a32e6222b99ba28135e35a92a0f3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for openpifpaf-0.12.9-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 393d3e2fc924d947be050565f6ac2f3532e59a4ab58902520bd817c5a725770b
MD5 93b5483d6fe3b685071ba829b7c17723
BLAKE2b-256 4ec2ceda72748a0628afb429701088e3694a9f7c0a53627ca20ac161a1a1ac78

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.9-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 740.3 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for openpifpaf-0.12.9-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cb2ad2df6ac994b7b123d7dadb64c5b74ef5f77209ded8427f4aa51fd2d7cfc4
MD5 b60f006042fd1a786fd5350324daa8f6
BLAKE2b-256 ac25e562feb68562f8e0d5749a258a0cf76626613d8c98ea599bcdb699e2b73c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.9-cp37-cp37m-manylinux2014_i686.whl
  • Upload date:
  • Size: 710.4 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for openpifpaf-0.12.9-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d1d16bcd8d3d4851cf346b9853b292a0ea9cb17bdece2d528ae745ddc6d7d5f1
MD5 a7f2ca5f3d07d0909f597dc881182050
BLAKE2b-256 85873aa5b906c03329ab47b941a35bb68bf8ea72771e68f4a25efc169d1ed58b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.9-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 710.4 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for openpifpaf-0.12.9-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 c199545679361f625364d344c686bccb8c4279e169162a113e79177f1f50bacb
MD5 2ab24ff6be65319d39b9951b9bd0862d
BLAKE2b-256 032bda68063198c27528e33fc82444b89fd41e0748c38a6050fb5ca8b6eb312c

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for openpifpaf-0.12.9-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 09edad92e5391ad86dc0e4c07f61c0f45dc7d4720478245f0bd1662677d331a5
MD5 b9b12f800b03610f73318bfc598d4cc2
BLAKE2b-256 f953d3e37dc3e127721e21f2890989c33264a941c55925e07384f6d4a9fe1cef

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for openpifpaf-0.12.9-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 fcf6c188ea44973731e557e3fb47f8358a340440cb60b941b8807b58d2aef4fa
MD5 ea85540bca530ef78e20dc4fb50a712c
BLAKE2b-256 b164ace5787bd2d5b6c77bb62e77dc834646b22c5d0b40fa870d74ec40980e10

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for openpifpaf-0.12.9-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 d97bfaeeb5c2cfb3f1c76c785d8a01f0fc184a46d82c2b0fc4a24a79b7f6111f
MD5 3670bb0345c020323fc8d65a4d3ee8cf
BLAKE2b-256 a8d2d2f7e43e715373445bc69a12bb308a1c59bef2710fe01d437084dfed60f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.9-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 740.5 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for openpifpaf-0.12.9-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5aa096f70db0d368834334fa2f28fefe4e5c6136751468173e4a58f6f3cf9e38
MD5 06f5eb4095de44b79d97191d2c8ea4ed
BLAKE2b-256 7f21688c96108a61103c8e84e7d5fc4324550d91964dc1e25ab7f6eec16934b7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.9-cp36-cp36m-manylinux2014_i686.whl
  • Upload date:
  • Size: 709.4 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for openpifpaf-0.12.9-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 626e666b0fdd00854d8cf945cc530304a9a7366f38b179f2eb0a319f10d9e3bb
MD5 b1f57e82bfc7242852bf2764c16af8a1
BLAKE2b-256 2fb719c507ab2b735778ad6f09f38734c583ba2cc5ce7fd088b7bd113ea5d03b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.9-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 709.4 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for openpifpaf-0.12.9-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 e91a46f5a2f2ab0f9f6bf858891d4941b0a98aaf51adf2e7ab27cfa849c84318
MD5 2d3e406bf3875ea9127a87fdcf5cd477
BLAKE2b-256 cda4b6204247d37f52b456abc584867e82dcce8e95e81f5596f63a00da012498

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for openpifpaf-0.12.9-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9c6b568b2afa18c8f610ef45670863b550060c88be7a09a75ec9ec2a58fc3dac
MD5 cf2f4899f7edacebec35a03e3f0f4d03
BLAKE2b-256 e70b0b8d6bcdab72f33f58a5aceedb56830ab0126327a9f28f182369882fdb16

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