Skip to main content

Library for recent Nintendo EAD formats in first-party games

Project description

oead is a C++ library for common file formats that are used in modern first-party Nintendo EAD (now EPD) titles.

Python bindings for 3.6+ are also available.

Features

Currently, 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 YAML): Versions 2, 3, and 4 are supported.

  • SARC (archive)

  • Yaz0 (compression algorithm)

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 oead

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

  • Windows (x86-64 / 64-bit)

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

  • macOS 10.14 / 10.15 (x86-64)

The following versions of Python are supported:

  • CPython 3.6 to 3.10

  • PyPy3.7 to 3.9

If you are using any other platform, you must build 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

oead-1.2.4.post2.tar.gz (36.3 kB view details)

Uploaded Source

Built Distributions

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

oead-1.2.4.post2-pp39-pypy39_pp73-win_amd64.whl (1.8 MB view details)

Uploaded PyPyWindows x86-64

oead-1.2.4.post2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

oead-1.2.4.post2-pp39-pypy39_pp73-macosx_10_14_x86_64.whl (2.2 MB view details)

Uploaded PyPymacOS 10.14+ x86-64

oead-1.2.4.post2-pp38-pypy38_pp73-win_amd64.whl (1.8 MB view details)

Uploaded PyPyWindows x86-64

oead-1.2.4.post2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

oead-1.2.4.post2-pp38-pypy38_pp73-macosx_10_14_x86_64.whl (2.2 MB view details)

Uploaded PyPymacOS 10.14+ x86-64

oead-1.2.4.post2-pp37-pypy37_pp73-win_amd64.whl (1.7 MB view details)

Uploaded PyPyWindows x86-64

oead-1.2.4.post2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

oead-1.2.4.post2-pp37-pypy37_pp73-macosx_10_14_x86_64.whl (2.1 MB view details)

Uploaded PyPymacOS 10.14+ x86-64

oead-1.2.4.post2-cp310-cp310-win_amd64.whl (881.2 kB view details)

Uploaded CPython 3.10Windows x86-64

oead-1.2.4.post2-cp310-cp310-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

oead-1.2.4.post2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

oead-1.2.4.post2-cp310-cp310-macosx_10_14_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10macOS 10.14+ x86-64

oead-1.2.4.post2-cp39-cp39-win_amd64.whl (881.4 kB view details)

Uploaded CPython 3.9Windows x86-64

oead-1.2.4.post2-cp39-cp39-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.1+ x86-64

oead-1.2.4.post2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

oead-1.2.4.post2-cp39-cp39-macosx_10_14_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9macOS 10.14+ x86-64

oead-1.2.4.post2-cp38-cp38-win_amd64.whl (881.3 kB view details)

Uploaded CPython 3.8Windows x86-64

oead-1.2.4.post2-cp38-cp38-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.1+ x86-64

oead-1.2.4.post2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

oead-1.2.4.post2-cp38-cp38-macosx_10_14_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8macOS 10.14+ x86-64

oead-1.2.4.post2-cp37-cp37m-win_amd64.whl (876.6 kB view details)

Uploaded CPython 3.7mWindows x86-64

oead-1.2.4.post2-cp37-cp37m-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.1+ x86-64

oead-1.2.4.post2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

oead-1.2.4.post2-cp37-cp37m-macosx_10_14_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.7mmacOS 10.14+ x86-64

oead-1.2.4.post2-cp36-cp36m-win_amd64.whl (876.7 kB view details)

Uploaded CPython 3.6mWindows x86-64

oead-1.2.4.post2-cp36-cp36m-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.6mmusllinux: musl 1.1+ x86-64

oead-1.2.4.post2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

oead-1.2.4.post2-cp36-cp36m-macosx_10_14_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.6mmacOS 10.14+ x86-64

File details

Details for the file oead-1.2.4.post2.tar.gz.

File metadata

  • Download URL: oead-1.2.4.post2.tar.gz
  • Upload date:
  • Size: 36.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for oead-1.2.4.post2.tar.gz
Algorithm Hash digest
SHA256 82fd8245b7af9d85a5e07ef1673ef353fb4eec6d6c88e2eabc1f9ac166e25f9d
MD5 3a6d56c2d8762ff26a6288156e5ed631
BLAKE2b-256 9097f816cbf7f9b7fb419b6f87083bdd7b88a47c4c135d9da4a2c5137d7c8a16

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 5ae6823d289995fc76d8f833f3d8f027754ab94423191c6131792197cc0c1a58
MD5 327d701104643df8d11258c248321589
BLAKE2b-256 3e461db1c86089086219684516f7fd5f23f4d9d6850bae49f0e24e24d6138a8f

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e2b60226760501e6aee8fdd9e1f4a2a401709734bfbf9f0d5f8f308551099e8c
MD5 9950b8b1b0369bb5c7162b29e948ee9d
BLAKE2b-256 6f6d0fdaeecfc3b14878a4e8da0c14da167a6b3d132898badfe97b358ce8415d

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-pp39-pypy39_pp73-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-pp39-pypy39_pp73-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 062562bd0fc93d9ca19bfdf7e1a1d5d3bccf3466d31fc909a29a29f034ef0863
MD5 febc0e42f7411f75f3d76a7dc4f60f8a
BLAKE2b-256 866f3b679223672531c209c0cbabcc50a72d37d56832b3aa403511ef370ede8f

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 cb5774a2078cda72d5763ac7e36854111f4d82151c8ef35e364c2dc4cc4360aa
MD5 d98675f6eda59a0a7e94684a88903e72
BLAKE2b-256 6fe7d40dbaac59b8b1196c5d60b3fcc55b579d0c466c254473ca7b4552fda49e

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d5a8e5b168df438ad3d866ee77ef7ac1e80192affa2493f601a2ad98a3e8c7ce
MD5 cfab60ecfd600a76943f8a3330812963
BLAKE2b-256 3315b9331fa1afb7812b7a3a37118190f1593646a3662e66b5e20fb3934b9221

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-pp38-pypy38_pp73-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-pp38-pypy38_pp73-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 ffadb61d8f2370058631b791758d1d3bc6658303fe44c112f74a434f54deb9da
MD5 63f5361ef49054c7f7dec22d04d88874
BLAKE2b-256 cca0dcf3b2f551071703f95be365848173aa3f929679399d5f78e31cf81bcead

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 eb2308a47a78a470742a4f4173d133939a2e6dfe9af9e4baafa038b51c6c0b00
MD5 160c65b9c4ff368c1f275397784409f4
BLAKE2b-256 ca0264f0303a5fb46d15a6dc2edba03aa2b44e779603243fb3f62a9ddf0f05c9

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1c509023e6b54727e192ace4a43b1c5d7bd166fa4afee2a46d8aa4e89773cf48
MD5 6adec31b150df5e8ec8edefc5d7f55dd
BLAKE2b-256 6f9ce6fcb60303d07b19bc1da0914c3dc2d55b76d258f741143d29cfaa98ff34

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-pp37-pypy37_pp73-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-pp37-pypy37_pp73-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 1273ce3edcca6f13cea09935a5218ef673df7811d0aa28a7d3ced8603cd3963b
MD5 bc6d56343af83ba2dd883f80e0ad8b38
BLAKE2b-256 4c26b54d1f04396cc3b8c0910bc8ffa46b50a0c4a76c9bf0c4e62381dfb5ee27

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: oead-1.2.4.post2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 881.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for oead-1.2.4.post2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0a21d5d3325f3a6305235ddd0c3263d6869f3b2bcd54a89362ddb7afaed951ea
MD5 812cd8920bb93991326cc7d47f4720f2
BLAKE2b-256 ebcafe1ddc833105bd36553c591216f75f843ae501fb26a765febc97cb2f653f

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 44e1581d022b46767927211114a1088e546ce448b89555e99c5a4051c3c2456f
MD5 19476b1583e5c8d2d725156a00f53987
BLAKE2b-256 9415bbd9b193f57cb8fa98dd3800094771c3ea26b2843b891e2e91361abe9cc6

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49e859f6026eea1f2ce4e32fb1122f360673d0cb8feb9ec323841737dd48a44d
MD5 93b596a3760d29b48699082316fc1e97
BLAKE2b-256 4abfe956a6fdbf1e8c09f5c1e0cca6da89749515f887b5eaca8e2d8900724dbe

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-cp310-cp310-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-cp310-cp310-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 85309d0eab9d972ea4a80129a34d5e8ecb1f039432b405907f744d335f48d800
MD5 d4196077d5d85fe7ecbf176b510c9ce1
BLAKE2b-256 d137b16d545e82e72fa9be70f035b358242ffe4a0af7f48e99fdb901a4437bd4

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: oead-1.2.4.post2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 881.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for oead-1.2.4.post2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d34555823c66eaaa1056e7dae2d1d5c5d7ab873e75b245e11f9e3beb38494bcf
MD5 5d5e012c0f627309fa23f70f736b7247
BLAKE2b-256 8a7a83087da7a448d12571eab8a11eeb9f0f6fca8d1769d5d30e3fe5389a18b8

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 dc44a01c65d2eb9043948f5807073058d97c2ea8480cc6dacb2c6c8e8a86b502
MD5 d329e33836940180bcfcfa7321fbe37c
BLAKE2b-256 eda10742b8754af0e8ff12b6c915958034ff1ad228335ef9613fe54156055e7f

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d08721a0c41a8d3d72e26f54467ef9c4ae958a84f6157a4776cfe23186763f7d
MD5 0d343718f56c57c6fd5253085238249c
BLAKE2b-256 cc55ec62a9c1612509583c8d535c63789d18a1c58ee9f217657cc872dc6912b4

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-cp39-cp39-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-cp39-cp39-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 5171a5c4e687f59466dca2ef3be0901661e87a5526a860059e104815b8c94963
MD5 a6b01429b8448f465da0243224b78b56
BLAKE2b-256 5d0882fb450a6944fd026b87b7a16004ae23acb2547599d5db328cf11105e85a

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: oead-1.2.4.post2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 881.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for oead-1.2.4.post2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 519a52e9134e29e9a726b98627bb31cb416f42461d9156c1b5d7704e8be9d30d
MD5 5192c175d949cc1f2e178f4a36e81758
BLAKE2b-256 dfc7346a56db0d65badad427a7a2aebff7312f99664447f604d16f828ce3d03d

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 052013e39258b394e2ef12d0eb2da8a0784105f2c5bc67ae137806b5a8fe8058
MD5 84f1360dd538ba8879b533943c1d464c
BLAKE2b-256 6590c3f5b79450ecaffa97ff06fffa218a114b706e8352889891020ed356a998

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d5103eed1dbf102acb281f98064851cb9b47814c535bda478ec7ed702a321e6f
MD5 87ffea73d9526546c0369504861ce503
BLAKE2b-256 ac1a0a9b40d0039ac0e8fe9d354ff013fbaa67dce8734e76951d8178ccecb620

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-cp38-cp38-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 f62c4ef36bc41a5ed39094d34ec78cc332e04e8905064e59094782630427c542
MD5 57a05f8488bc4f43ba44e1b7b15ce789
BLAKE2b-256 627e76628af020ba442340fbab11087f97a1ef9c13aa76cc428f00a43fdeee71

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: oead-1.2.4.post2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 876.6 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for oead-1.2.4.post2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 52dd9cfa49ee20a8db97b7c9fca4f7c15931785ec86e29c484063ebcd1817fa0
MD5 195d6d2e7222f96a818cdf951fcd70c1
BLAKE2b-256 5be8902a28e2162f3f9d819f85fb3c1126bb657aad0c65e5fbde841a473f9c39

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 176299e593f745d716f61d1d7f74cae48b7cf8e533ef4fa61519e4524fd5cc5a
MD5 6cc841f65c41713cb2d1cf0901c5cb22
BLAKE2b-256 1a28330f48f81a2c8242c34c8514ac6311094f4c08a1a0b52fae83387a08d655

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5335fef76c53a8b822cb99e517306c98de4024b46253579fbd9fe9212601dd76
MD5 0be8d6cacc704eb9f3c065ac8dc4bf9b
BLAKE2b-256 70fa31e723fde4b0ffc03759a870ecd846d75d9ab4f5ea019641cc0f2eea2d2b

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-cp37-cp37m-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 b79c59b843eeb639242b6f2dbebaeaa3fc225693e906ef4afe35d20f9c0d36b8
MD5 3eaa225ea24655a03c601ce60376058e
BLAKE2b-256 edeec7a0691eba7844f5a40530f937cd140079293328fd5f46819f8bd6884fce

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: oead-1.2.4.post2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 876.7 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for oead-1.2.4.post2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 52c7beefc088faedd3d685022556ed4e75d688f7d8a9e89379b145893fef4347
MD5 f567a57d461adca56a0ce19949547a28
BLAKE2b-256 aceab2b491b0428f2137eeddd0dd35ef013a7e5fc77425bea79c8f764d031821

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b974251ec762522412a0fba8b25dbc569389b4a37c9c3fe5e84b36fc351ccb94
MD5 760af50459932a2e6bc288a1edaeb789
BLAKE2b-256 e6d829d0f978d03e44d044f13c8f1f71f46afdb770dd82321095b97ddb726367

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8d39475aeb6d8124aa5892284406a295014d79720153d591e110395afcee21d
MD5 06baf00dc42529e61d98b9ebd535fd2f
BLAKE2b-256 63573f30500fda556a4a091ea0486ca7f19426b065270b025a1a9063ece4d95b

See more details on using hashes here.

File details

Details for the file oead-1.2.4.post2-cp36-cp36m-macosx_10_14_x86_64.whl.

File metadata

File hashes

Hashes for oead-1.2.4.post2-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 6782b1b1051d28fa909302a8af6a702e9cae76fc404b332453942e9541076c0f
MD5 78cddc6a219fd3d20dc8a1678a48146c
BLAKE2b-256 7108374b94701eaa40e75a772893425c6e72ad8e90a21fd95f2ed3de6a1a9d1c

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