Skip to main content

Boon is a powerful Deadlock demo / replay file parser.

Project description

Boon

Discord Docs License: MIT

PyPI PyPI Downloads Python 3.11+

crates.io crates.io Downloads GitHub Release

Boon is a fast Deadlock demo / replay parser written in Rust with native Python bindings. It returns Polars DataFrames for easy analysis.

Installation

uv add boon-deadlock

# or

pip install boon-deadlock

Requires Python 3.11+.

Quick Start

from boon import Demo

demo = Demo("match.dem")

# Match metadata
print(demo.match_id)         # 28309863
print(demo.map_name)         # "dl_midtown"
print(demo.total_ticks)      # 54000
print(demo.total_clock_time) # "30:00"
print(demo.winning_team_num) # 2

# Name lookups (module-level — no demo required)
from boon import hero_names, team_names, ability_names, modifier_names

print(hero_names())      # {0: "Base", 1: "Infernus", ...}
print(team_names())      # {1: "Spectator", 2: "Hidden King", 3: "Archmother"}
print(ability_names())   # {46922526: "inherent_base", ...}
print(modifier_names())  # {2059539911: "timer", ...}

# Player info
print(demo.players)
# shape: (12, 5)
# ┌─────────────┬──────────────┬─────────┬──────────┬────────────┐
# │ player_name ┆ steam_id     ┆ hero_id ┆ team_num ┆ start_lane │
# ...

# Datasets (Polars DataFrames — all lazy-loaded on first access)
player_ticks     = demo.player_ticks      # per-player state every tick
world_ticks      = demo.world_ticks       # world state every tick
kills            = demo.kills             # kill events
damage           = demo.damage            # damage events
item_purchases   = demo.item_purchases    # item shop transactions
ability_upgrades = demo.ability_upgrades  # skill point spending
abilities        = demo.abilities         # ability usage events
flex_slots       = demo.flex_slots        # flex slot unlocks
chat             = demo.chat              # chat messages
objectives       = demo.objectives        # objective health per tick
mid_boss         = demo.mid_boss          # mid boss lifecycle events
troopers         = demo.troopers          # lane trooper state per tick
neutrals         = demo.neutrals          # neutral creep state changes
stat_modifier_events = demo.stat_modifier_events  # permanent stat bonus change events
active_modifiers = demo.active_modifiers  # buff/debuff modifier events
urn              = demo.urn               # urn lifecycle and delivery events

Features

  • Parse Deadlock .dem demo files at native speed via Rust
  • 17 built-in datasets covering players, combat, economy, objectives, and map state
  • Access to match metadata, player info, entity state, game events, and post-match summaries
  • All data returned as Polars DataFrames

Documentation

Full documentation is available at boon.readthedocs.io.

License

MIT — see LICENSE for details.

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

boon_deadlock-0.1.0.tar.gz (373.4 kB view details)

Uploaded Source

Built Distributions

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

boon_deadlock-0.1.0-cp314-cp314-win_amd64.whl (5.3 MB view details)

Uploaded CPython 3.14Windows x86-64

boon_deadlock-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

boon_deadlock-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

boon_deadlock-0.1.0-cp314-cp314-macosx_11_0_arm64.whl (4.7 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

boon_deadlock-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

boon_deadlock-0.1.0-cp313-cp313-win_amd64.whl (5.3 MB view details)

Uploaded CPython 3.13Windows x86-64

boon_deadlock-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

boon_deadlock-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

boon_deadlock-0.1.0-cp313-cp313-macosx_11_0_arm64.whl (4.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

boon_deadlock-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

boon_deadlock-0.1.0-cp312-cp312-win_amd64.whl (5.3 MB view details)

Uploaded CPython 3.12Windows x86-64

boon_deadlock-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

boon_deadlock-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

boon_deadlock-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (4.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

boon_deadlock-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

boon_deadlock-0.1.0-cp311-cp311-win_amd64.whl (5.3 MB view details)

Uploaded CPython 3.11Windows x86-64

boon_deadlock-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

boon_deadlock-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

boon_deadlock-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (4.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

boon_deadlock-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl (5.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

File details

Details for the file boon_deadlock-0.1.0.tar.gz.

File metadata

  • Download URL: boon_deadlock-0.1.0.tar.gz
  • Upload date:
  • Size: 373.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for boon_deadlock-0.1.0.tar.gz
Algorithm Hash digest
SHA256 81a6fc5c36c1c7c5a5b17d644777e3d8607185aae1d1201a7f222cd266f8cbe8
MD5 7d4fc0165482b31c25976d4a368552f8
BLAKE2b-256 4abe852e3bc86bb4274fc397f1995848e255894df5338d97e020b516724b1c48

See more details on using hashes here.

Provenance

The following attestation bundles were made for boon_deadlock-0.1.0.tar.gz:

Publisher: release-python.yml on pnxenopoulos/boon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file boon_deadlock-0.1.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for boon_deadlock-0.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a33734095246fb2af3d3833e241a34fcaef399cd24d1411128cc7984f6ca17c7
MD5 25410d4fed36685ab84cd3f7b921ba65
BLAKE2b-256 ee2d140ce9e14cc1ff60d349512a43c1d514cb9e2cae039f6b24fd97257df00c

See more details on using hashes here.

Provenance

The following attestation bundles were made for boon_deadlock-0.1.0-cp314-cp314-win_amd64.whl:

Publisher: release-python.yml on pnxenopoulos/boon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file boon_deadlock-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for boon_deadlock-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b0b7bfe62224c455716666d71fb45b3d072ae09efe256da83100ee0a091b9425
MD5 b79c06d8c7f7b946770c7de19fd4f3d0
BLAKE2b-256 f7160cabfd40ebd6399433a378e4bd631de1be502f16f227b4732f3578537dcb

See more details on using hashes here.

Provenance

The following attestation bundles were made for boon_deadlock-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-python.yml on pnxenopoulos/boon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file boon_deadlock-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for boon_deadlock-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e3cb3f166b838907714f891173288d0d7a5a4b0b344f0dc96c73338af02900c3
MD5 a3437405e9c428946e657c1442a680ae
BLAKE2b-256 a6fbf02bd5c3e2bb0b8c62535bca70e6c32d624290863bdc8480bdfd8f2a6863

See more details on using hashes here.

Provenance

The following attestation bundles were made for boon_deadlock-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-python.yml on pnxenopoulos/boon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file boon_deadlock-0.1.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for boon_deadlock-0.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65e2b96438abb77b582b401d8e1b9ba91a3cb4a1a513f55a3cfe206b45047a18
MD5 2066df63c9bc4ff452ed19c174edb41d
BLAKE2b-256 9b0b862d43a1be4cef32d8f4003011c24bc8e097d279e40fe7b341b59ec464d9

See more details on using hashes here.

Provenance

The following attestation bundles were made for boon_deadlock-0.1.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release-python.yml on pnxenopoulos/boon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file boon_deadlock-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for boon_deadlock-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 613e0fd1f744b3eac9f6d7d6d653a856e9e20548341321133e969a806d56518e
MD5 0761ca839f555530343112eaede89ae7
BLAKE2b-256 179cd7a034eb0f6f4a7dfb591f6d6127edc2ab3f8148e5e5d3cfd492f43e5f5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for boon_deadlock-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: release-python.yml on pnxenopoulos/boon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file boon_deadlock-0.1.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for boon_deadlock-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 51cc1fbd1fbe2ff06521a1abf6ad8705aa9beb219d7be5b97d2d686d76e77fcd
MD5 0583c517b6b5df4b3e21368e8bf19e7a
BLAKE2b-256 a544b949897562e914f31aeba0f523c137b0e74e8d163300d9c279f44d68b6e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for boon_deadlock-0.1.0-cp313-cp313-win_amd64.whl:

Publisher: release-python.yml on pnxenopoulos/boon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file boon_deadlock-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for boon_deadlock-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2b103c610ae80a9a5f4ccef847622e3bb2864d49918cc795ef5cec624cd11078
MD5 af04cb4ce32027895b0cdd4f6da8eb4f
BLAKE2b-256 e3f2aebe646e0b0160762c71bc2c156c2108ae9530ffb6588a3461b148a87086

See more details on using hashes here.

Provenance

The following attestation bundles were made for boon_deadlock-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-python.yml on pnxenopoulos/boon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file boon_deadlock-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for boon_deadlock-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6f11735169804de2e590e22909f26e45f80d03258ea539428f75d332435265ae
MD5 35670fa4fbce1bba67945949340687af
BLAKE2b-256 65658459bd1c30646da40938a55703e3ff5a26b22b3939cc9e8c864b64e0f559

See more details on using hashes here.

Provenance

The following attestation bundles were made for boon_deadlock-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-python.yml on pnxenopoulos/boon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file boon_deadlock-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for boon_deadlock-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47260dcb357d19e6c64941d9d48a3440f6be9b630e892ff082beecac756a9ce6
MD5 70c826ca6ff4723af53eea43c1f5124d
BLAKE2b-256 6cbed0262041436e0a5eaccc9ff3add0d9da06f9395816bf70a13ecce2ab594d

See more details on using hashes here.

Provenance

The following attestation bundles were made for boon_deadlock-0.1.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release-python.yml on pnxenopoulos/boon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file boon_deadlock-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for boon_deadlock-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1551d5cef1f442bf5065478b7c9b666d38d400458614ae51fb858189725d64bf
MD5 1e369db73d1ed6a1c96c59149c6b6011
BLAKE2b-256 245f59711d1466c85b735090e31e65ae230d5096108a55fedb81822b0ab9656e

See more details on using hashes here.

Provenance

The following attestation bundles were made for boon_deadlock-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: release-python.yml on pnxenopoulos/boon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file boon_deadlock-0.1.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for boon_deadlock-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a41ee528c4ad1c3ef98db7eb3e3cb1267eef3ca0977f925d11aa7965a1987bf8
MD5 95d0b9fb1f8ce66a55758b84cbc25292
BLAKE2b-256 69756eaf8b780543bcc0abd2b5643ce213dfa35eb6e32e162d2784b938773d9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for boon_deadlock-0.1.0-cp312-cp312-win_amd64.whl:

Publisher: release-python.yml on pnxenopoulos/boon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file boon_deadlock-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for boon_deadlock-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ed71ddeaf863a12a3f13d8f5b2283c135ee82eb02c2106524bdbfe2f43cdecdf
MD5 73ffec348ea5fdc088c7d1b4fc6857fe
BLAKE2b-256 d8b02845193bb954a27aef0c530a21a7c2e9b99836d21ae5ca2275fcd300f668

See more details on using hashes here.

Provenance

The following attestation bundles were made for boon_deadlock-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-python.yml on pnxenopoulos/boon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file boon_deadlock-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for boon_deadlock-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2247f5209277ec1b806db19288d50eafde6d8e1d47339735cf63e5611820868c
MD5 6604ef140b3d8ba720b18f9a4f20a340
BLAKE2b-256 817ceae1e779e858c48c9cef65c1367c05d9552d79e3a486b0773ffd06009dba

See more details on using hashes here.

Provenance

The following attestation bundles were made for boon_deadlock-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-python.yml on pnxenopoulos/boon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file boon_deadlock-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for boon_deadlock-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 937a9c9d4f2c604b96a832935d8725b13329284f06f5db0c256d6d654fa8926f
MD5 fcc76c6f8d36c0d04d5fc18159e2d40f
BLAKE2b-256 83559fb59f1b9fab4bbf14a40a1318e9cb8536699c2facda99c32dfed8059d05

See more details on using hashes here.

Provenance

The following attestation bundles were made for boon_deadlock-0.1.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release-python.yml on pnxenopoulos/boon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file boon_deadlock-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for boon_deadlock-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 14091b70a1f3b37dc59d9b5c01970251e5a89e76e66fadcff587763414994aab
MD5 7e24c4753a1b2f49b442d095572eadba
BLAKE2b-256 aed44ca5a63f6be1db22541a9a4eb170500027e269886af57909375cbc689442

See more details on using hashes here.

Provenance

The following attestation bundles were made for boon_deadlock-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: release-python.yml on pnxenopoulos/boon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file boon_deadlock-0.1.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for boon_deadlock-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6d01d6e79dcc05b5999116b63fa0b334fbe3b635520af75c89b29deaa7424404
MD5 f60319b9159a23211e873f624c8b00d4
BLAKE2b-256 bf42cf0262642f0d9cdfb50239551f2e8d8548f2c0e90e72ee502fd2ac4e836a

See more details on using hashes here.

Provenance

The following attestation bundles were made for boon_deadlock-0.1.0-cp311-cp311-win_amd64.whl:

Publisher: release-python.yml on pnxenopoulos/boon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file boon_deadlock-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for boon_deadlock-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fc1d0f460f1180409899d76d4755583b09e1bcdac6e88ea8d505dde60a65db39
MD5 65d52d65239ca35d03b06b31ff4756dd
BLAKE2b-256 51aa967198dc86268162eb2c7303023caa76806052719c522ab69e715d267411

See more details on using hashes here.

Provenance

The following attestation bundles were made for boon_deadlock-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-python.yml on pnxenopoulos/boon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file boon_deadlock-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for boon_deadlock-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bcd287ab4a1cd9c3fb0c6600ae9511e8a17b8bcbd633e648a12aabc7db023cfb
MD5 e20b2809ab8600545494a7d541ed5f00
BLAKE2b-256 024f22d52df19bc1b4435b65b293fdef36ad4b2e94a502471af0254ad19b0033

See more details on using hashes here.

Provenance

The following attestation bundles were made for boon_deadlock-0.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-python.yml on pnxenopoulos/boon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file boon_deadlock-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for boon_deadlock-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f9437fe50489d80d65531310804d3e25e1e5765083bb9efdd2b22c8d39afe40e
MD5 0020979721d6aefc0f8c77f6d16975dc
BLAKE2b-256 802a925ea58d653c391ec7878129ea6d6f5322bd4abef0c2af2b4e178ee9f277

See more details on using hashes here.

Provenance

The following attestation bundles were made for boon_deadlock-0.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release-python.yml on pnxenopoulos/boon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file boon_deadlock-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for boon_deadlock-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8d1cc278c31e9d658cb474dc8acc920c69caf83d489552b14d9ccf75237e4331
MD5 521cebb98ace0506715463d45b1b0654
BLAKE2b-256 db37234e9bb1d0a9afd06eea43360a5cedb78b5fd5e7810fb0b01dcf0a857962

See more details on using hashes here.

Provenance

The following attestation bundles were made for boon_deadlock-0.1.0-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: release-python.yml on pnxenopoulos/boon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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