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.1.tar.gz (228.8 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.1-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.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

openpx-0.3.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.1 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64

openpx-0.3.1-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.8 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14Windows x86-64

openpx-0.3.1-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.1-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.1-cp314-cp314-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

openpx-0.3.1-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.1-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.1-cp313-cp313-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

openpx-0.3.1-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.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

openpx-0.3.1-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.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (3.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

openpx-0.3.1-cp310-cp310-win_amd64.whl (3.6 MB view details)

Uploaded CPython 3.10Windows x86-64

openpx-0.3.1-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.1-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.1-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.1-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.1.tar.gz.

File metadata

  • Download URL: openpx-0.3.1.tar.gz
  • Upload date:
  • Size: 228.8 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.1.tar.gz
Algorithm Hash digest
SHA256 20dc242d5063354cd47da687841baec50a91db84f852f97e56da0ef33ed3883f
MD5 bc8174164bd13c70690b94c2b9200b99
BLAKE2b-256 4dd2251557157ac23a65972c0c6a4793e0f95677feebbed9ed82cefccab7f8fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d690574585323abb045bb0149e66990d343a7bd36ca41edbbc2d70c23269be7b
MD5 225bee5c4b1f19c2c84763c6dc252495
BLAKE2b-256 2d203a0a3e52700ace429b05bf1ba5d7764b087a258340c46178090cb55a24f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6666f2373dd91a7f6c242385945f82ad2f3c01f56ca5d7ae490ff5846e126e54
MD5 316d3a56ed51e60c6dbcb8697c2cff78
BLAKE2b-256 aee80298a848713008642e022a8ecfb92498d171346c74141a6e026ccac7ba33

See more details on using hashes here.

File details

Details for the file openpx-0.3.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for openpx-0.3.1-cp315-cp315-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 090e681775bc798f90b755dd4f36005f7d6661054ccdeffc76796b8230f49a56
MD5 3b0a158a794b858fdc656bdae1393714
BLAKE2b-256 28262705026882eda65e7c62f2f1554e712ae7f834813112e72f39502455fcbe

See more details on using hashes here.

File details

Details for the file openpx-0.3.1-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for openpx-0.3.1-cp315-cp315-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1d26e14fd5119fa632145139ca56830d284dc80cf786419d3820dc3595318f19
MD5 2b2507e86f31a66f1bc1cd9a3ccc636a
BLAKE2b-256 431e60d52327fd7984367538f8a2e803e919fa877f509bb7438511efe1d2ec18

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpx-0.3.1-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.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 5f5c1b3b46908b87325e191b8172408ea21c4559e21f76fadd8eb4a542240113
MD5 4d464fd5ab9d68d0d20c1a4e480fe30a
BLAKE2b-256 f5e57b883f72a364d03a0a06824b80dd04158479da10871742d12f8884d84c4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 858bbdcfdddc755f356ebd1884d734046747bca6692be678797b5bb3e022e5b5
MD5 70b1a500265ecd750e20d3222e99b37d
BLAKE2b-256 39d4ba00f4068484b28a2a883ba8a552dbe8cb07ad8f3f095e0cf64472c909be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5dafee7dfa0fb1e678162cdc0af975db7a8a5ef223d131f7d0dfd2bfe82f6872
MD5 7f03affaf46d2cd81c1e1444199e9d2b
BLAKE2b-256 3d1e441caa0ac9d4ac83f46f6e25642e9b8a10472b2c4ee1b2c11ce991a73244

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d06b7695ca8b01e5bdf750aed17e8e6c2a02d742b0ffa9caf0b2e7e02ed54337
MD5 a04295f422d2a7ec649b89ea177a5232
BLAKE2b-256 5753fdcbf49ee185d72db2eba6c7a4038ebbbb6a0aee14bda7df2a0cc043da36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4b9106c48a66586d9211361800c6398f6a5d77883e9df7d9c006e215d94a5370
MD5 7a1b11a30402411fcda822c3e57e194e
BLAKE2b-256 5413ca7988278ff85c31173fc5f8582e5a2d778cef263188b125779be9914e99

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpx-0.3.1-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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7709ab192e4edb9c81036c3b13527f5cf056d82d6ba877a9777160e401747483
MD5 2dcd567091a1ffa1f864b56e352bb287
BLAKE2b-256 18d639ac2fdc7faac04939a7692f335a8c225d070a166cbeb02ed78663baf32a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4844156a8a6dc79d7a390e2efd544ef184af10ead3595c85712a076b303abdaf
MD5 02a94c706fb64bfa7332e68699fe22f8
BLAKE2b-256 5bae37b6e1aad52ff88bf98dc605b8c4ce89a089e4c5f7dbc418bf69b2986ee2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0414c5f4724e1c53570a1e601b5b9126182aebf53f48e0df1dc89c70427905d9
MD5 942ae3d629b0c56053053c012a5201fb
BLAKE2b-256 7ed4d70c86e54451224afe05c41993167e783bbbc09a1b55081e8ff8ce0c60e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 156ae361052d74316a9155ddb1deca385698000086447ec0a448280d987b36b2
MD5 24590b37920bd372d743db2060d90879
BLAKE2b-256 dba86ed04411ffe0e6ed15ba0a7ca9cb7a0f6cab2f8818e61b4904c330aa00de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ffca6b886e47c1ff378081b06fb6d4d5d5b65212aa457ad09a4b4ba9d99a9437
MD5 f7e9958912469dec066eb69a68bd14ca
BLAKE2b-256 673bf4ac108b1c3f2de2a73b5dea614266f4c182876b2b7831b645ade904e37e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpx-0.3.1-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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 59c271245e2a0f1dfd71ed47e35ef192d906d587ab099aa0632ccfdd36dc8a3a
MD5 7bafc1ff6030bae90cc1b8e7a7fac913
BLAKE2b-256 a19fa359f9d401370851fffbbc207aed1e98117d98c72672aa6ff245d78885b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6572d18bc87c6411e5717b5dd7ddd198bafd473ca5e25b426a93b83fe95d501
MD5 1fb444f373fa0d59ccb483957f12d406
BLAKE2b-256 c5cb06f369095e98db5c87fafa836027b07ac1eebbcedcf492d8cfe3783f8b0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 12e60322dc23dc5ee05ab66c04f5bf6ff48b17d3d7728ad33fd3f22afdf78829
MD5 5c8052c5404290c59c467c149e6ee129
BLAKE2b-256 fa0960644b5a4a6457fc14934fc9771fc0a6368cdb9f5d4f02d42d0dd339f7bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2b90b9a1170685c26669ed54604d1038fc5efff6873c0ab3a61660998849559e
MD5 eecff2b83ca02cdfd7b6bb22b92f8ada
BLAKE2b-256 2b2d4c3895b962c0063cded5ddcadf252970e5b2017f9c962331342b5d6f2087

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f58280d1d7c39cab89c85f7a3340a887e6b99c441108a80d4305724ba0f6e9b9
MD5 13f661045a860c3cc82d41edf27a6f4a
BLAKE2b-256 473ff5800c0341c25c4656126e42d447f83cc0e4f9e7ce585cc2e05705c01981

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpx-0.3.1-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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 32aa198c98cdc24d0a0a42a02ff3b07dd4b244cf15b36757e32c15186236ba00
MD5 57188e708162ba70bfa27a31cc86f904
BLAKE2b-256 ddd9e676ad46c484cace8261f9913f6b202d914edc7bae8717fe9edd18faa5e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f95c3b5106a4be5339a5e281b79cbe46cc5403d1989c93387f9f2c02fc05acc9
MD5 9895b55c01a388027ba12cd074443edd
BLAKE2b-256 4d3966d9df0753e17e53c47c7e92de527b68bc1ca0488c3f98fbc233eae19447

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6cc3983ba183c04facfa355214c1fc6409220279936f1da14ba90977ec7c0c10
MD5 ee394eba1116c5cff901a696d1a43c7e
BLAKE2b-256 bb5a0a277751c1f2050208525578c053d4eead7e0f4ef7d4f9be3c5b88ed0713

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c6195f754a025d8c53b5d426ffab7f6841d08193ed6241b03d35306f937200ec
MD5 065d4db070a389f8bd34634e4d81f9fb
BLAKE2b-256 3fdb5f85bcd6ede4bb3388cba54c744bee72c33f05c17a8249b9c2120851d3c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e1dc2be175cec02cc91c3dad4409f6070ce1048203e99672eb4007c47e2a7ab3
MD5 51a6014ccc3228e68e1b6078de830747
BLAKE2b-256 01625dd66dad087ccacbbb43925fb3ddff9b4419b94fd46236e690af929ef0d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: openpx-0.3.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 3.6 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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e649d3266a1c689ff7600458e9c48db6ac38c4ba2f7e8606803a3c32650882de
MD5 eeb808261761679609fac2d63d8827ae
BLAKE2b-256 0228f14d740bdc1e7b1054903f9ea22fe172a4d868a398777f4ddbc2db0dce55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e696c1fe6d24ac467e52e7ee0e2dca8958e1dff655bf3639ea085c5f7057324
MD5 8d0683e48e1db3d5dfc490614d90051a
BLAKE2b-256 714d5097f92d0ae04abe3607abe78bbbdab0ae764a6726837a2aeb5779ebd3c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9eaae118c84ff30a7345bbb555ea0521a6cfd9e43f32f8d7e43db26acb2194d1
MD5 5956301539732bcba9d9913bfe4b13ee
BLAKE2b-256 65b1ca39ba3eddf51ff876d5a64bcf78a885f71875a6b3eda7ad9bfc4b6df193

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9da1902c21aa5bdd785b5e6324ac7e4db34a30118e78ecee2f1ad8bba87d2b7e
MD5 7257dc29ad21d85a36bfd348aba980cc
BLAKE2b-256 a784d7d5090af5576a834a1178840ac1619f48432dc9477b50fb63497b739c1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for openpx-0.3.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4bee931bd4787d21a0ae9371aa3e5defb711fce6e81982b28edf1510f4ef5eee
MD5 9fae82fe186a75f5cbf64312c5561ff7
BLAKE2b-256 60ee87de6c8f519072942cea4d9641c4d635fc6e743b3adbdd5600e14a3a289e

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