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.14.tar.gz (318.7 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.14-cp39-cp39-win_amd64.whl (315.6 kB view details)

Uploaded CPython 3.9Windows x86-64

openpifpaf-0.12.14-cp39-cp39-win32.whl (295.7 kB view details)

Uploaded CPython 3.9Windows x86

openpifpaf-0.12.14-cp39-cp39-manylinux2014_x86_64.whl (807.9 kB view details)

Uploaded CPython 3.9

openpifpaf-0.12.14-cp39-cp39-manylinux2014_i686.whl (774.0 kB view details)

Uploaded CPython 3.9

openpifpaf-0.12.14-cp39-cp39-manylinux2014_aarch64.whl (791.4 kB view details)

Uploaded CPython 3.9

openpifpaf-0.12.14-cp39-cp39-manylinux1_i686.whl (774.0 kB view details)

Uploaded CPython 3.9

openpifpaf-0.12.14-cp39-cp39-macosx_11_0_arm64.whl (301.7 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

openpifpaf-0.12.14-cp39-cp39-macosx_10_9_x86_64.whl (313.0 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

openpifpaf-0.12.14-cp39-cp39-macosx_10_9_universal2.whl (408.5 kB view details)

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

openpifpaf-0.12.14-cp38-cp38-win_amd64.whl (315.5 kB view details)

Uploaded CPython 3.8Windows x86-64

openpifpaf-0.12.14-cp38-cp38-win32.whl (295.5 kB view details)

Uploaded CPython 3.8Windows x86

openpifpaf-0.12.14-cp38-cp38-manylinux2014_x86_64.whl (824.2 kB view details)

Uploaded CPython 3.8

openpifpaf-0.12.14-cp38-cp38-manylinux2014_i686.whl (796.9 kB view details)

Uploaded CPython 3.8

openpifpaf-0.12.14-cp38-cp38-manylinux2014_aarch64.whl (811.1 kB view details)

Uploaded CPython 3.8

openpifpaf-0.12.14-cp38-cp38-manylinux1_i686.whl (796.8 kB view details)

Uploaded CPython 3.8

openpifpaf-0.12.14-cp38-cp38-macosx_10_9_x86_64.whl (310.6 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

openpifpaf-0.12.14-cp37-cp37m-win_amd64.whl (314.1 kB view details)

Uploaded CPython 3.7mWindows x86-64

openpifpaf-0.12.14-cp37-cp37m-win32.whl (293.2 kB view details)

Uploaded CPython 3.7mWindows x86

openpifpaf-0.12.14-cp37-cp37m-manylinux2014_x86_64.whl (770.2 kB view details)

Uploaded CPython 3.7m

openpifpaf-0.12.14-cp37-cp37m-manylinux2014_i686.whl (740.2 kB view details)

Uploaded CPython 3.7m

openpifpaf-0.12.14-cp37-cp37m-manylinux2014_aarch64.whl (757.3 kB view details)

Uploaded CPython 3.7m

openpifpaf-0.12.14-cp37-cp37m-manylinux1_i686.whl (740.2 kB view details)

Uploaded CPython 3.7m

openpifpaf-0.12.14-cp37-cp37m-macosx_10_9_x86_64.whl (310.3 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

openpifpaf-0.12.14-cp36-cp36m-win_amd64.whl (314.0 kB view details)

Uploaded CPython 3.6mWindows x86-64

openpifpaf-0.12.14-cp36-cp36m-win32.whl (293.3 kB view details)

Uploaded CPython 3.6mWindows x86

openpifpaf-0.12.14-cp36-cp36m-manylinux2014_x86_64.whl (770.4 kB view details)

Uploaded CPython 3.6m

openpifpaf-0.12.14-cp36-cp36m-manylinux2014_i686.whl (739.3 kB view details)

Uploaded CPython 3.6m

openpifpaf-0.12.14-cp36-cp36m-manylinux2014_aarch64.whl (755.8 kB view details)

Uploaded CPython 3.6m

openpifpaf-0.12.14-cp36-cp36m-manylinux1_i686.whl (739.3 kB view details)

Uploaded CPython 3.6m

openpifpaf-0.12.14-cp36-cp36m-macosx_10_9_x86_64.whl (310.1 kB view details)

Uploaded CPython 3.6mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14.tar.gz
  • Upload date:
  • Size: 318.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14.tar.gz
Algorithm Hash digest
SHA256 427d0cfe6d3621320435f450d2adc3a438517c74273f278493edf4dc6c1de612
MD5 59bff5be1c80abe913239b330e6d3d97
BLAKE2b-256 317b455cb321909cdcc8132b9d7267d9cce488b10b370c95a2bca26122287b84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 315.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b4b331bb356042ff92937e14e9654bd615c3e4c28bb3d8497d9911d7abdc3928
MD5 66295b495d358d26bcf5cbe1c0e8b890
BLAKE2b-256 699b5ba3c37ccb139344df62ee3bf245bce5baff62e9d5e0e7b7096cae2a48b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp39-cp39-win32.whl
  • Upload date:
  • Size: 295.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3c0899e666953e1364a71764685fd77af6ea5fb00fd825d501a8298e280927c5
MD5 40a470f50867c820afa134913181c028
BLAKE2b-256 213f8fae4661071d8e885b590e3dcf07699c91c81a4d429ddc8f8bf99452c4f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp39-cp39-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 807.9 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp39-cp39-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 58ad23a47e38b0ce4376b47e861aa4206a2b6e43446f545fab40e1030b516e30
MD5 c3a9275a3f206f37ce631ef1f91e5429
BLAKE2b-256 932382d70f32a17a1ae437d60ef4e861218dc9891ffb5314349fb988d01ef09c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp39-cp39-manylinux2014_i686.whl
  • Upload date:
  • Size: 774.0 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp39-cp39-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9a822920f82ee03f0cabdbada4ec9f5998ac564c5dad4379c5594ef034563cfd
MD5 caa3007bdabe1fc2585960e08d2abf41
BLAKE2b-256 ef7edc7954af85f840c515bcf4af4b1d860e1cad3c8bfe092afe8280a5fb90f2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp39-cp39-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 791.4 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp39-cp39-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e5f7403180b2622b2d404c367d57c20da69947d54dfb869f1d0d240eea6253e3
MD5 8d9b4836551fb17f4836e945b7578bcb
BLAKE2b-256 3e275f80ccf01fb73b27038a66b2a21a2d605f2906959ebf06dd7475a8c81d5b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 774.0 kB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a1f5ca55ae0e4c0e5c5f8c435f377677e50c2a7ef555753fed75f0aa483d20fc
MD5 dc923a1ae9b5bd318662b93d9a9362d8
BLAKE2b-256 d56aa77b733e4897fd7c21e42f01585ac550550b11c78a60b0831e1e0e978fb0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 301.7 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2085b7f26fb4d680ed583eb96b18d146655dc1279806427d531159fadc28c065
MD5 8e2cebcaa2d484085315c91d98d81dd3
BLAKE2b-256 a3e6256e426bb602ea8307c94ff63b960cdebfd1fd3c5c43c1c108d7e4978b62

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp39-cp39-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 313.0 kB
  • Tags: CPython 3.9, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 042284e34df3d1edab4d49330bac09510885782a0c0fa6ae78615bc7db780c31
MD5 3584c7e4d5818d20aaaa7d2d275ad37a
BLAKE2b-256 08c3b1302cfc0a12293f0e60add487b102c7057d948403e1fb5eab598e6b9584

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp39-cp39-macosx_10_9_universal2.whl
  • Upload date:
  • Size: 408.5 kB
  • Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 22aadc17572b9b27d012102e9247cec9dc08ff8a5d35883e562051eae796e9d1
MD5 97762c1a0fb58a4671aca4472bb14dc7
BLAKE2b-256 f5c3a3a93325198b6107ea3c5a9823904f2e9723fa45bce9569e655a3f7f9d5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 315.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 42e7ef561e50126e18f43bf5f9bd5b219fe7c6e3ce0f7b1497c11b81a9333324
MD5 28856ade723b9e56b271d214e14f8a87
BLAKE2b-256 5c353edb8cfea56958c40c97f77dc804f9ef9aad35fcc2fd8045029ff9b618d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp38-cp38-win32.whl
  • Upload date:
  • Size: 295.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f474cf37c79f74ef02a22286ac68451970cbc7a2f9b1c5256533079ed09eea66
MD5 bbf43bda173118753f16d150a7b8bcd4
BLAKE2b-256 bd6209eaf1321c2df764dfe27499f0d808ebf68a75ca3bf233748b3618021739

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp38-cp38-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 824.2 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp38-cp38-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b5dbc53b6371f411b12b5c0fabb0471911b53cd19e4ab6c99bd15edd37fdb59
MD5 b1044ebb53b863e47e87a031465b3ad2
BLAKE2b-256 0ee38db6577a18e4d9df3ad895441e6d41367f98d162e991f0d3718621263d72

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp38-cp38-manylinux2014_i686.whl
  • Upload date:
  • Size: 796.9 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp38-cp38-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dfb47c6e0ffc83016130025723b43b2ade3e099a369b07d88a9da04298011b9d
MD5 e811a1967845814a1304d6565c8d76d7
BLAKE2b-256 60d6c373d73c9426defa96e9ee261fa9decdd6e6527171909beb7ab5b7a839ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp38-cp38-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 811.1 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp38-cp38-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4f8d5ccb889067ad33a5f0e09fed18017c8bff3e0ba0828b090c7fa70bfab880
MD5 18c3c06f651358c364e225cdba60b511
BLAKE2b-256 123e63f512d18f694980647eb00953f91e5a724d7b4053c9edc51943a37cfda5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 796.8 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 06e1c7e1bcea172fcfe57dc08eb53af4dac0fdf76e4f1e7c5b8c85b7d50325d7
MD5 833c182263eabb2935d372fddab18f06
BLAKE2b-256 087dbdc71ffe86aa361433756fd039bf6a260c34ea72d0036f061b8fb1352f35

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp38-cp38-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 310.6 kB
  • Tags: CPython 3.8, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fd482c7a5773b724a58d74b4249627b0a8e70fe2467ed99aba9ec6996a762cae
MD5 04555815b2e57cd0842f8f0adfb45381
BLAKE2b-256 713c9cb58b01f5fafca58a5216cda294cf701e63c6180e1381f859c6a5691165

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 314.1 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b3ccaabf5faf9770a22d319030bc05d22f70eadb4fa708a481e914652cf11f59
MD5 a8ba22087320ae3150bdf940f1d85772
BLAKE2b-256 861d012e2e0b8cc5c750f22e593f1374266c257a75a4b949cf761bb4eadd5ccb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 293.2 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 0e5a52be71664cf7baaed8b618859f5a0d29be284df48434a5066b9798610ebd
MD5 099f3440268c224dcdbf5d1aee6e1025
BLAKE2b-256 e67292df2d6b0a923514520a24418c0d7d760655dbac3a09d0adb94619cd5d75

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp37-cp37m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 770.2 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp37-cp37m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4b552441719da2c0a12d831357a5989cde9214e63e08e69033c3a77fa09951bc
MD5 a885779ce086eb2494d4702a9bd4ee95
BLAKE2b-256 d9216d041faaa85084283037bff3db92da0af6003c80fa07982565274eff44fb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp37-cp37m-manylinux2014_i686.whl
  • Upload date:
  • Size: 740.2 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp37-cp37m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7286c7333515f940ec19c18430d3311cfe468100091de94289cef8cda8bdc393
MD5 143f22f248f6cd5a4a2d21e5c08bf9a2
BLAKE2b-256 5bd40e911d3615767cd12950a3f95497f0572671caaae8763f46132fe639c26a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp37-cp37m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 757.3 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp37-cp37m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4099671a978dd93adac3e7fa308196466dd5279499124b248deab3e3b7fc962d
MD5 77e43b226f0f5caae93768912f2e8519
BLAKE2b-256 88bce707328df85a4e0d6e9f80fdbd4ed1e7da93bf7a04e80de5fa4f604d450b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 740.2 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 088388e98639f9cdfd43cb4c0fb5f8afe378952b4e009eaa7b6e1bb3a0de4f3c
MD5 870d6227c8dad8b6b00ae3ea1548f281
BLAKE2b-256 a36d246e33f9395e19562a18a1b4306483e7156c046be832cb610e05e081f7ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp37-cp37m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 310.3 kB
  • Tags: CPython 3.7m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bfc56a84b9957f5d3a24d049957a54cd778d794acf3e5a50f0bbc1b176272275
MD5 25986d321220085e86f21e3c63d5339f
BLAKE2b-256 680a7e9c0f6cf07b9d458b63469e4ceea6b356ee4e85e2f56e77e7862e239c52

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 314.0 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 c0cd24083e9db927c85d9bf8cca846d3d1b49b8795ba906007355329dc3d5ab8
MD5 76cb40891ca6fe5ce01ecdfffd37af0d
BLAKE2b-256 96f1aebac3efd8602b3bb28432ffe72a8b40e3cd807769e86a6154d3c3e34317

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 293.3 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 a8b8e32b127da6848e87fbe0ea89041f55f933f5ab801529534e4dd8ecca72c3
MD5 e40446c26fec80c413b0a06024d73709
BLAKE2b-256 6181649eb2fc89820180d6e8912710989d0798329b9b29bd338f1f148d97273e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp36-cp36m-manylinux2014_x86_64.whl
  • Upload date:
  • Size: 770.4 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp36-cp36m-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87581c183490f332a2623d1c9b7807c98741dfff6548264ee98712f3d93f4867
MD5 56d816c8331409c15f2ca0c35c684168
BLAKE2b-256 21834f1063ec7de8d8689792b9071380aedd39a1e6345e57f305d13f40f52741

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp36-cp36m-manylinux2014_i686.whl
  • Upload date:
  • Size: 739.3 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp36-cp36m-manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e059434f51bdd753977d044c74951da1064621e10d352d7aa5306e9ec41af292
MD5 646998790e76131ef612e64ae8215407
BLAKE2b-256 e437c89caaaa3f516317d0b799dcf16c5d9a7e97bb2cdf9e62741b849f5037e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp36-cp36m-manylinux2014_aarch64.whl
  • Upload date:
  • Size: 755.8 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp36-cp36m-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a551a9bb1d3e47baafac3b33a612e1b164eb5beccdf6b624cb5ca4bf0cbfeb10
MD5 63abe82972cbb76df581b8ce27c66fb1
BLAKE2b-256 87fb3ad25d93bb70e4defbc2bbfa156d8ba9a671342690c65babdafd45953471

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 739.3 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 7fba9f7ef468f6147cee00af5599cd19f3e39c6b33b5953049bd91ff3c3f2c34
MD5 41bb6a5a86591655caaa38e7e1a98a5f
BLAKE2b-256 6003a7bfc85d1caf32baf2eac415baaf80162fcfc2bdbaef2ca44318f3463b5f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpifpaf-0.12.14-cp36-cp36m-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 310.1 kB
  • Tags: CPython 3.6m, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for openpifpaf-0.12.14-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 feb4cce8bf91e26c7251b989bf2c5c18918b08c9535ead01466cb5d94b7caa6d
MD5 a2eb76a66cc0c3ecf604f2bf32a5e7b4
BLAKE2b-256 38ee81450596eb90d53147b718bceb9728c9f16193aa0dbb601504c7adf4a296

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