Skip to main content

Python SDK for OpenPX prediction markets

Project description

openpx

PyPI License: MIT

Python SDK for OpenPX — a unified interface for prediction markets.

Installation

pip install openpx

Quick Start

from openpx import Exchange

# Connect to Kalshi (public API)
exchange = Exchange("kalshi")
markets = exchange.fetch_markets()

for market in markets[:5]:
    print(f"{market['question']}: {market['prices']}")

Supported Exchanges

  • Kalshi — US-regulated event contracts
  • Polymarket — Crypto-native prediction markets

Authentication

Kalshi

exchange = Exchange("kalshi", {
    "api_key_id": os.environ["KALSHI_API_KEY_ID"],
    "private_key_path": "./kalshi-private-key.pem",  # or "private_key_pem": "<inline PEM>"
})

Public market-data calls work without credentials.

Polymarket

Pick the credential path that matches your wallet:

Wallet model Required keys
MetaMask EOA + Polymarket Safe private_key (EOA) + funder (Safe)
Plain EOA (no Safe) private_key only
Pre-derived API keys (most reliable) api_key + api_secret + api_passphrase (+ private_key for order signing)
exchange = Exchange("polymarket", {
    "private_key": os.environ["POLYMARKET_PRIVATE_KEY"],
    "funder":      os.environ.get("POLYMARKET_FUNDER"),  # omit for plain EOA
})

signature_type is auto-detected from funder and almost never needs to be set explicitly. If you set it to "eoa" while a funder is configured, the SDK overrides it to "gnosis_safe" with a warning — that combo is rejected by Polymarket and is a common MetaMask misconfiguration.

If derive-api-key returns a Cloudflare WAF block (datacenter IPs are often blocked), generate keys once via the Polymarket web app and pass them as api_key / api_secret / api_passphrase to skip the derive flow entirely.

Full credential matrix: docs.openpx.io/setup/polymarket-credentials.

Requirements

  • Python >= 3.9
  • pydantic >= 2.0

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

openpx-0.3.0.tar.gz (248.1 kB view details)

Uploaded Source

Built Distributions

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

openpx-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

openpx-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

openpx-0.3.0-cp314-cp314-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.14Windows x86-64

openpx-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

openpx-0.3.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

openpx-0.3.0-cp314-cp314-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

openpx-0.3.0-cp314-cp314-macosx_10_12_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

openpx-0.3.0-cp313-cp313-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.13Windows x86-64

openpx-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

openpx-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

openpx-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

openpx-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

openpx-0.3.0-cp312-cp312-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.12Windows x86-64

openpx-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

openpx-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

openpx-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

openpx-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

openpx-0.3.0-cp311-cp311-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.11Windows x86-64

openpx-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

openpx-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

openpx-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

openpx-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl (4.0 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

openpx-0.3.0-cp310-cp310-win_amd64.whl (3.7 MB view details)

Uploaded CPython 3.10Windows x86-64

openpx-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

openpx-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

openpx-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

openpx-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

File details

Details for the file openpx-0.3.0.tar.gz.

File metadata

  • Download URL: openpx-0.3.0.tar.gz
  • Upload date:
  • Size: 248.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for openpx-0.3.0.tar.gz
Algorithm Hash digest
SHA256 6f7ab95c468a24ceec25d2cd6385c3d0bbf579754ae9c3d92751ae5c9c7570b9
MD5 8d7db0cfe08d681652b2f87f8ca6dd83
BLAKE2b-256 5cf681d9b6dc694956934686d5defc12fb85172670d4b29c2e9abfe082d98ba5

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61e19fc4c694891b7d13ac60c256057d38a95bc2d83c3b296305dac4e68037c3
MD5 6614f161477229f932b8d78c62473bcd
BLAKE2b-256 6e7dff537effeb2b7729bbe448335252a9b9c5c96a68ac52e3a46490a5400ad7

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 65ce308a1c788c1188e509cb6f50da8846b2503bec7c5017574a7ad466df0b98
MD5 14c93170fd3396f156752e4d071823d9
BLAKE2b-256 67be5cea5e9df191da0a3a6bcf28ac10edb4cbd4f99f165a99cf746ca45ab14d

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: openpx-0.3.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for openpx-0.3.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8674ebd63df080210a6e47302f6c5b707de1111afc45fe19a2c27f65728fdf30
MD5 ce3baaf1298afff14f23da047529cbd5
BLAKE2b-256 a1587221a0850335df96771257c201abc61b02ac022b20d763996ccc5fc6ad26

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 56dfb20e832730eea57a68ed1ac36256d34054d489637c476551ad197bf8d782
MD5 c375e069bffd36d71f9d7b63fd748e01
BLAKE2b-256 b9bc57c4fde1a6156a11d84e92f2622400dd28ee8008cc6955ba6a51fb123810

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b3eecae6e55c588c0ba2027b2db69a502802beaaabc03a25e0e79f410fb801c3
MD5 bbfda08daa6d01ac161e7eb415a2b6fb
BLAKE2b-256 66cae41cf083b5378ecb341d5b83eacd5cb806ddb2ea4e9cd3e6f7d2b4ac1aa2

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 398650de620390e0346f30ac08b53ee1ceef5975dccdb319fe19ead5286df878
MD5 f6b5a3a1d26cb5a359bbfad3c0762ffd
BLAKE2b-256 2d4a4308b2d00360a16aca666d2312816b05a4c7530e7ffc60560a791a5570d6

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c2199f722b8eb0861faeab35a65ffc16f71c637814119f2e86abaa266fec73d9
MD5 cee884918f88230b95422e9e636014fb
BLAKE2b-256 5104b1069eef266b950a050729114897b77afa631937c05d251dae36cd5f9224

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: openpx-0.3.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for openpx-0.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 412caa632f28a70f0d981cda3efdd3a603d9ba1de4a948c6bf9566b1764efa0f
MD5 d5006a0aeaca14e9570312a5b52dd7f5
BLAKE2b-256 132391b7749d261591df0b7ce22bcc7400fc4503aba5ccf4b289209e2bda1338

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b8ef4b7d9e89a5e25f5efc2e0700241d1d00668858d6fa9267636e164df46d1
MD5 f780dced7bc959f070f63d0808923531
BLAKE2b-256 b29f56f150ccfd11367372f2ded9cad36e224637690fb5c2c1731678574dd12b

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7370032e949b0b6a65e922ba2bc314cce622e09ffb21514c13287007d2c3daec
MD5 d9b25ad7e3b0914ea41b29fcd9d12736
BLAKE2b-256 59ab6649cd6eb4ac0bd7abdce3e2bb8309d81d1a49d2cfe5ee0a6fa7f5e8cabf

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c90e693096252b5c77411fb2ff1258e56925eccfe31468b8fff6ff11534fc2a0
MD5 313a7115b3450e58a8b03b730a7a8191
BLAKE2b-256 d68dea711994bffd0a03aad16d04352cf28ef62e71c3007166654d43882dce0e

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 09218b200826f5eb1abf32c531f71a24f9eb960f77b4fe82e2367795773b8f30
MD5 11e09cbadf7b510b2c796acbdfcc9021
BLAKE2b-256 21dafc94ca1f408c5f41fb78b0831e00a77ef4ec875bf02eb608dedc622cdb0f

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: openpx-0.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for openpx-0.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c73c25c0931fd0738d9bf3e79107ca4841b6dc5c61e1a19e213dc2c5f2f7744a
MD5 42cbe5d1714f236e7f7368bc348f0cd5
BLAKE2b-256 994f871e66fa628809f0efa0d92d9610e336e5d3cf478fe0a47eaff2d7803bcb

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 59e19021b77f3b9a4d549e0e2aac51ef433de2d3458d6c64e96c408599db6601
MD5 c825bd2bc5712b3444bb09a66cdc37a5
BLAKE2b-256 d3d3d9652d48ed40eb3d5dafa13c1dda9f053126d9ca4f6bff65d32ba1f8233f

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 30c5ac4d845e780b7fc4a12d7f48836c83b598d757bf63c559d8959eb44942f5
MD5 c8c077e84d3e2653bbd92e48d5423152
BLAKE2b-256 c29717c3b629a013a38a3b7d5521a758ca25530c7ab8f507039a67c3ca537ce3

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f6b6653514d903914e67f8c6a45274fb924339c87f040ef725dcadbf69788ce
MD5 f8e8027ccc84e43662865f7ea899df91
BLAKE2b-256 0f692bcd2202c90dddf6a3231f683640f825ac1937f2ba964864da607bfb56ca

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 83af65c8f2ebb5b23d0cfbea9382ce194dd27209b97a55200bc41aa1e987454b
MD5 422c2877b7315a00e11b726f0e94cda0
BLAKE2b-256 d14d4afabd0a9fcc29cb1ce19edeae702f8c83fb64fc8ad9b9967c4c7d8102a3

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: openpx-0.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 3.6 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for openpx-0.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a5b732d6d0b5e2b5852833c67db4937cf84b85a5f71f7dc135142f7acf048eba
MD5 ab1d9ca52725d33d061569cfc5c4df21
BLAKE2b-256 571f4273bd15cbaa3689bd16d7974dd8a8cc87eb43f940925317d5f0992eadbc

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2c09e43092cee48d6e503d39eb93cbf9afb9020eb9bdfcbefcad81f6c91d1102
MD5 09cde5fac780d1f674ca409c0dd05f43
BLAKE2b-256 9a8d7ec311b2e143ee9f4a07c0d3548e8ef3869a31b6be3c1fdf1eff6218a3f3

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a6d1cca8dbc72f8cda639bb89de08a576d52851322e0fe5bdc8822d5073fbc3
MD5 f9a2e077be5d5a5afebc8d642f4e6290
BLAKE2b-256 1b71c45746d5364b4407d157aaa04885723d2edcbb1ee9e38231820952a9b648

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b1a3d4d8519eca618db651a557ed9d36b4358f752cfa1af2580c3be53ca65a31
MD5 163c69188a3377216a188e1d68315c95
BLAKE2b-256 114d883b420468b3e6983c15597695fc078f53559ad4cc42b69d59cb7cd21c4c

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d04cbbd8c17f0355691ea7d32b8264d9eaa4fb10ae0e15436d1218a7f184d8fd
MD5 7a0dbb3f42ed3ad361f798ac5cfa6709
BLAKE2b-256 87f53f414a945cd6bc81a2aceea4581f8f000d90464c72ea9633924a6530fb15

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: openpx-0.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.7 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for openpx-0.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 76c3b1463f0aa98738f43ef7447ea7f29c42f4a031f72d722aac13fff30dd594
MD5 7a3a3f1d7f4c18f0172acedce5433f42
BLAKE2b-256 b9b030b52df5b4471b0524dae6c1052105369360748e0b0a47209e8f10bb7073

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b81a63788c1844cc9742a8ca70464fa0318726b655bc5337547a6d2f79ba91a2
MD5 3e02947dcfd35c938884cb432b12a3f5
BLAKE2b-256 80e800323a238dd02ccaade78311e4cd3132c10a38f272c8e94251a8818cc1b1

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 046076681311b987fa2ad5e09d0e26ee3409abf2c6b924b41a454ff13ce60bd3
MD5 9b7fd8a4796f8abe7affcc161efad431
BLAKE2b-256 24ddee387d6ac3aa3f2874e416114281fdc1459d9ffbc6eac987e62187fd19ed

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 516ffd54cd38d608e11f88a906644e46f170a519cf19faa22f486ea90385aa61
MD5 df294fd4800f41afcf71bf74f76c5052
BLAKE2b-256 9566d4d409fc60c8839baca841d90f2c33381e5d8a8606a2ec9c351abd668459

See more details on using hashes here.

File details

Details for the file openpx-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openpx-0.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 611bd9fb29c6db76285ffb605b2c07f7063b147f046f60402b66065427d5a306
MD5 6324cf0cabc4f4ada4825524c66a13a3
BLAKE2b-256 36401a7d0f6c704a9173740b0e5e6ad90f25703f40eb541ce33ec52a11b7a72e

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