Skip to main content

Library for recent Nintendo EAD formats in first-party games

Project description

tkvsc-oead is a C++ library for common file formats that are used in modern first-party Nintendo EAD (now EPD) titles. Forked from the original oead library by leoetlino, it is now maintained by the TKVSC Team. Changes made in [DT’s PR](https://github.com/zeldamods/oead/pull/36) were also included

WARNING

This library should not be used in the same environment as the original oead library, as they have the same Python module name and will conflict with each other. If you want to use both libraries, it is recommended to use virtual environments to keep them separate.

Features

Currently, tkvsc-oead only handles very common formats that are extensively used in recent games such as Breath of the Wild and Super Mario Odyssey.

  • AAMP (binary parameter archive): Only version 2 is supported.

  • BYML (binary YAL): Versions 1-10 are supported (32-bit and 64-bit hash nodes, monotyped arrays). Remapped container nodes and non-container root nodes are not supported.

  • SARC (archive)

  • Yaz0 (compression algorithm)

tkvsc-oead also supports a recent Grezzo format that is used in Link’s Awakening (Switch):

Getting started

To install the Python module, simply run:

pip install tkvsc-oead

This will download and install a precompiled version of tkvsc-oead for the following platforms:

  • Windows (x86-64 / 64-bit)

  • Recent Linux distributions (x86-64, glibc and musl)

  • macOS 10.14+ (x86-64 / arm64)

The following versions of Python are supported:

  • CPython 3.9 to 3.14

  • PyPy3.7 to 3.9

If you are using any other platform, you must build tkvsc-oead from source (refer to the next section).

For more information, refer to the documentation.

Building from source

Building oead from source requires:

  • CMake 3.12+

  • A compiler that supports C++17

  • Everything needed to build libyaml

First, clone the repository then enter the oead directory and run git submodule update --init --recursive.

Building the Python module

  • To install the module, run pip install -e .. This requires the following Python modules to be installed: setuptools, wheel

  • If you just want to build the Python module from source without installing it, run python setup.py bdist_wheel.

C++ usage

Linking to the oead target is sufficient to use the library.

Contributing

This project is licensed under the GPLv2+ license.

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

tkvsc_oead-1.5.tar.gz (4.9 MB view details)

Uploaded Source

Built Distributions

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

tkvsc_oead-1.5-cp314-cp314-win_amd64.whl (2.1 MB view details)

Uploaded CPython 3.14Windows x86-64

tkvsc_oead-1.5-cp314-cp314-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

tkvsc_oead-1.5-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

tkvsc_oead-1.5-cp314-cp314-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

tkvsc_oead-1.5-cp313-cp313-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.13Windows x86-64

tkvsc_oead-1.5-cp313-cp313-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

tkvsc_oead-1.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

tkvsc_oead-1.5-cp313-cp313-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

tkvsc_oead-1.5-cp312-cp312-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.12Windows x86-64

tkvsc_oead-1.5-cp312-cp312-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

tkvsc_oead-1.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

tkvsc_oead-1.5-cp312-cp312-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

tkvsc_oead-1.5-cp311-cp311-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.11Windows x86-64

tkvsc_oead-1.5-cp311-cp311-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

tkvsc_oead-1.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

tkvsc_oead-1.5-cp311-cp311-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

tkvsc_oead-1.5-cp310-cp310-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.10Windows x86-64

tkvsc_oead-1.5-cp310-cp310-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

tkvsc_oead-1.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

tkvsc_oead-1.5-cp310-cp310-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

tkvsc_oead-1.5-cp39-cp39-win_amd64.whl (2.0 MB view details)

Uploaded CPython 3.9Windows x86-64

tkvsc_oead-1.5-cp39-cp39-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

tkvsc_oead-1.5-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

tkvsc_oead-1.5-cp39-cp39-macosx_11_0_arm64.whl (1.9 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file tkvsc_oead-1.5.tar.gz.

File metadata

  • Download URL: tkvsc_oead-1.5.tar.gz
  • Upload date:
  • Size: 4.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tkvsc_oead-1.5.tar.gz
Algorithm Hash digest
SHA256 8634279a6defe9e14e3d413d6684d13ec1eb8a498e3a63a6735eb036ac1d5384
MD5 5cc7fe844dfa664c19ce47b9048d4a21
BLAKE2b-256 d6c23fb549ed70779fa99efa2be2285f34857ba3079e15ede857ded61528d17c

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5.tar.gz:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: tkvsc_oead-1.5-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tkvsc_oead-1.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 27a94ee6b1ffc46e4c6568d540d515a7e54f40d4b649bc76dd03cb229a6c1e38
MD5 da435d1563576e0067a9774876e8709f
BLAKE2b-256 dd82c687ea7e972135ae4cc2fdfd0abcc4ad420967395054b2047ba7040e7554

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp314-cp314-win_amd64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tkvsc_oead-1.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5aa162d864fcf05d7582cbec166d077402a9f9bce6124dcd760561b525b5a314
MD5 3921000f3e83928534291a3c81233124
BLAKE2b-256 42b4ffa443611388de1c1c72bc2d893aaf989fb95ebacb0751f90a66afba5732

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tkvsc_oead-1.5-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dedc9854f8c45b41a26dd6163322fe3d871123132d5017071840dcf231dbead8
MD5 9309ba3f1b0694c8ec902f9de73bbb16
BLAKE2b-256 1aeb044c0bf1e4e40b2d48ab4aa23979187017304642d1e550223bfdb2bf6b10

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tkvsc_oead-1.5-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba7f1a21159559b45efa4f2421439366dbfd362beb796ea4a4bc94ae690489e6
MD5 efded29ab68132ff72b522f6144e8d3f
BLAKE2b-256 161ed4fd4277236c0558cf346263c8cc50fda34c6c652dad41bcd587fb69e496

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: tkvsc_oead-1.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tkvsc_oead-1.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 66cfb6842fdb8e8c669ecdbeafe6b938bd032d28eccac4898f462bc140373f0b
MD5 1c737bc524e69ea4a1b70bb0cbb9b334
BLAKE2b-256 55939b99b76e41c77b02539d9e013ffb203775074e0c86d21825495faec4a929

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp313-cp313-win_amd64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tkvsc_oead-1.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6a50b3aa5672e32fdccbaea5a98732f870b7f9738200665d348441f020436672
MD5 08b9be3490fa3ef55efb533116f55c68
BLAKE2b-256 d432b8ad30fab69505d16c57a5850242129d57d45880b2306222f32259ec4f40

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tkvsc_oead-1.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8fb1ac6f44c7c47fd5f6d3e880c87237fe8f92e61e823042f648e7ffec0245f2
MD5 28e1e7acd7389c70a3e564648fe72723
BLAKE2b-256 f835fd4ea0443a4c31921d15e1141b0372e4cc566114f3ea02c36fc759dbc04f

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tkvsc_oead-1.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d01f5c3479f746e8a4b08178deb4e658e2bdf8222808ba44290d8b89473787ea
MD5 d2dfc4005ed47c3be1fd0ca0f6b0acb2
BLAKE2b-256 9f0f67b09f712bcfa6fd5245b24aa8e8e185e1fb7a59f9322713cfcf22b8a390

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: tkvsc_oead-1.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tkvsc_oead-1.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cbd443476033bf1ac63a977ef38c990b6aa3088fbe2ee599d3dae9e83b558f58
MD5 293eaafb3e0347fb5cc482ed638e721d
BLAKE2b-256 1bcf763ad9bb5eb173b49227d29d0dadf1c302ea5afd1a3edc0df3178e940ccc

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp312-cp312-win_amd64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tkvsc_oead-1.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 94341eb9aa8f91ca5d354fa4b6942d73a769fbfa2712459c3b3cef54ef76e007
MD5 31db7dae54b4c4a11ae916e0e5b336db
BLAKE2b-256 6ef43163b885d0eb2ceda8c73ec269e22ef6a796b4c26696d058f7832764995c

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tkvsc_oead-1.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 616d79e01b4752054288f188c2095a84bf5ed8f7d45ae63c059066991b821f05
MD5 736600adab3a3ca42fb1881bffb8511c
BLAKE2b-256 ad504d153b1ca2f9d4580ab175381d8c8bb7cc48e121525cd2f847eb02141e07

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tkvsc_oead-1.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53c053074dcb5ca8bebf2e3e2e54e2835b54c98967f2795ea9ae043d00a8cd6e
MD5 949d772893f7fc443f36f6ec2c017708
BLAKE2b-256 451a366f7005894aa86b5a64210f0e7cff73b7085c22aba1b62a9d792adb25f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: tkvsc_oead-1.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tkvsc_oead-1.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 72c83e3269fa9917b66dcc00580813ef09511fc1876ee89403b864bd289c16be
MD5 b9ccfbaef7acdacc53afd3a670ee248e
BLAKE2b-256 d16c53b369285507721876634128852e86699b0f8bae5e3ab181b739f95e7efc

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp311-cp311-win_amd64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tkvsc_oead-1.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39173d7177ae08c0d14f6981dbba4a5a6c4d74f05b5efd3bb115bb3468fae218
MD5 7f29ef5136dd9365c11be0f684850554
BLAKE2b-256 f44674ba62420e003e8df137fb520bb57f23dadcbc034cc735fc2f79a4c3f7a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tkvsc_oead-1.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 34b5b1c1b141ed3247ffe816d4312901503e8ef44e67c84465e596c3a8b334fc
MD5 0e26389b5545ef029313f105b3189201
BLAKE2b-256 3b4bf6949797a067703794146efdaf02048b67eedbb31469d4afae9bb91fd780

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tkvsc_oead-1.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0fc9c0f9600a090f7b5dde5f96b04d10f60264ff606e07b127886a34137c56fe
MD5 7cd459f0d60514afe8a60b1ece80c9cc
BLAKE2b-256 554b0a38d683bc40843786c7e03f72022483efab69d6faba7bce416a96646ddc

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: tkvsc_oead-1.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tkvsc_oead-1.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a164f5b3dfa7c8ea2efdac12895c4207d0ad3b42ab74b7f325acf4ceda0743df
MD5 bfb33f9ecd71a779430e889bbd3a361b
BLAKE2b-256 4b4a423dcd6d08bd7df207bdd8f2de73257eafddfafcc23028485e05bb7f3bb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp310-cp310-win_amd64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tkvsc_oead-1.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f2dd2461600ac8a5f1b102a79c88fec5d45f1343fe16fa356d13c1ca606296b2
MD5 5ee3556fe9041789cfcb4b51c5b45d2b
BLAKE2b-256 0288a35c390d8075b471e446cd29271624c2dda1b7e980de266db8a85ce5cce4

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tkvsc_oead-1.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e7ace2620a2d7838392e166b0fa0f464d16ce687ac851fbc6ea572762b3197d5
MD5 e9099f209c7727a3734df230e3beb436
BLAKE2b-256 de2462a8e886f3a23193767ff16567d9c62ec002d1c36d43b99dc2909b8f1bb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tkvsc_oead-1.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a1c67a3f5899973989fb6ca33718be4d779422306ca1a4a5e39ff070965e5040
MD5 1ecdbda5e2d6a1f7be90ed0c13b8b6bd
BLAKE2b-256 a5f5b4fcefad359ad33883bc49375dded05b7570c2ea8c708ecbcafa65b407b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: tkvsc_oead-1.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.0 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for tkvsc_oead-1.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 705f4da990038e271081ee226a8d635b53f62475633da99590f5b95663dc6600
MD5 e35cd14575db1d99aecb1796591f0683
BLAKE2b-256 fa7f35e3333a9625271c2de83920aa57d75c39f399ad1c1a78bbd5330de53068

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp39-cp39-win_amd64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for tkvsc_oead-1.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db73e1a61ad635daa56605b1ef1e02b8effa14462563d7741226cf3aad3ffcab
MD5 8c975dd8afb25a02f930085243bd9dd4
BLAKE2b-256 c20c8be54392964fe0ddb983703781b210f02697e12460f59d21e0b9e888a114

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for tkvsc_oead-1.5-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 463d50c42fd58107064725cb10f27459f7ca6803eb6e6d6bcd3ee88ae687b23b
MD5 d6c7d9035a8aeb4d24ddbd962ddaa80d
BLAKE2b-256 ba52e91c8ce2a8042c7f38ee387eef81be06ce3cbbc242a56fd84a3f25d33cfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yml on TKVSC-Team/oead

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

File details

Details for the file tkvsc_oead-1.5-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for tkvsc_oead-1.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f4cccb1f54ce3654ed09fa351fa3798cae7562f6f8f0784d28edcbd840f73a86
MD5 5ec0398665bb5a96dcc9b4939c8e524e
BLAKE2b-256 42e11d4c5e8efba83e5bb6f77be087fb62bfc5db692c18d55db4ad3a197feec3

See more details on using hashes here.

Provenance

The following attestation bundles were made for tkvsc_oead-1.5-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on TKVSC-Team/oead

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