Skip to main content

Pythonic bindings for FFmpeg's libraries.

Project description

BasswoodAV

BasswoodAV provides Pythonic binding for the FFmpeg libraries. We aim to provide all of the power and control of the underlying library, but manage the gritty details as much as possible.


GitHub Test Status Documentation Python Package Index

BasswoodAV provides direct and precise access to your media via containers, streams, packets, codecs, and frames. It exposes a few transformations of that data, and helps you get your data to/from other packages, such as Numpy.

This power does come with some responsibility as working with media is complicated and BasswoodAV can't abstract it away or make all the best decisions for you. But where you can't work without it, BasswoodAV is a critical tool.

Installation

Binary wheels are provided on PyPI for Linux, MacOS and Windows linked against the latest stable version of ffmpeg. You can install these wheels by running:

pip install basswood-av

Installing From Source

Here's how to build BasswoodAV from source source. You must use MSYS2 when using Windows.

git clone https://github.com/basswood-io/BasswoodAV.git
cd BasswoodAV
source scripts/activate.sh

# Build ffmpeg from source. You can skip this step
# if ffmpeg is already installed.
./scripts/build-deps

# Build
make

# Testing
make test

# Install globally
deactivate
pip install .

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

basswood_av-15.2.1.tar.gz (3.6 MB view details)

Uploaded Source

Built Distributions

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

basswood_av-15.2.1-cp313-cp313t-win_amd64.whl (30.6 MB view details)

Uploaded CPython 3.13tWindows x86-64

basswood_av-15.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl (40.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

basswood_av-15.2.1-cp313-cp313t-musllinux_1_2_i686.whl (36.4 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

basswood_av-15.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl (39.3 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

basswood_av-15.2.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (37.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

basswood_av-15.2.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (33.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

basswood_av-15.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (36.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

basswood_av-15.2.1-cp313-cp313t-macosx_13_0_x86_64.whl (27.9 MB view details)

Uploaded CPython 3.13tmacOS 13.0+ x86-64

basswood_av-15.2.1-cp313-cp313t-macosx_13_0_arm64.whl (22.8 MB view details)

Uploaded CPython 3.13tmacOS 13.0+ ARM64

basswood_av-15.2.1-cp313-cp313-win_amd64.whl (30.5 MB view details)

Uploaded CPython 3.13Windows x86-64

basswood_av-15.2.1-cp313-cp313-musllinux_1_2_x86_64.whl (39.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

basswood_av-15.2.1-cp313-cp313-musllinux_1_2_i686.whl (35.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

basswood_av-15.2.1-cp313-cp313-musllinux_1_2_aarch64.whl (38.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

basswood_av-15.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

basswood_av-15.2.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (32.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

basswood_av-15.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (35.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

basswood_av-15.2.1-cp313-cp313-macosx_13_0_x86_64.whl (27.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

basswood_av-15.2.1-cp313-cp313-macosx_13_0_arm64.whl (22.6 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

basswood_av-15.2.1-cp312-cp312-win_amd64.whl (30.5 MB view details)

Uploaded CPython 3.12Windows x86-64

basswood_av-15.2.1-cp312-cp312-musllinux_1_2_x86_64.whl (39.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

basswood_av-15.2.1-cp312-cp312-musllinux_1_2_i686.whl (35.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

basswood_av-15.2.1-cp312-cp312-musllinux_1_2_aarch64.whl (38.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

basswood_av-15.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

basswood_av-15.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (32.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

basswood_av-15.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (35.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

basswood_av-15.2.1-cp312-cp312-macosx_13_0_x86_64.whl (27.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

basswood_av-15.2.1-cp312-cp312-macosx_13_0_arm64.whl (22.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

basswood_av-15.2.1-cp311-cp311-win_amd64.whl (30.5 MB view details)

Uploaded CPython 3.11Windows x86-64

basswood_av-15.2.1-cp311-cp311-musllinux_1_2_x86_64.whl (39.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

basswood_av-15.2.1-cp311-cp311-musllinux_1_2_i686.whl (35.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

basswood_av-15.2.1-cp311-cp311-musllinux_1_2_aarch64.whl (38.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

basswood_av-15.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

basswood_av-15.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (32.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

basswood_av-15.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (35.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

basswood_av-15.2.1-cp311-cp311-macosx_13_0_x86_64.whl (27.8 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

basswood_av-15.2.1-cp311-cp311-macosx_13_0_arm64.whl (22.7 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

basswood_av-15.2.1-cp310-cp310-win_amd64.whl (30.5 MB view details)

Uploaded CPython 3.10Windows x86-64

basswood_av-15.2.1-cp310-cp310-musllinux_1_2_x86_64.whl (38.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

basswood_av-15.2.1-cp310-cp310-musllinux_1_2_i686.whl (35.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

basswood_av-15.2.1-cp310-cp310-musllinux_1_2_aarch64.whl (37.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

basswood_av-15.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

basswood_av-15.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (32.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

basswood_av-15.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (34.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

basswood_av-15.2.1-cp310-cp310-macosx_13_0_x86_64.whl (27.8 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

basswood_av-15.2.1-cp310-cp310-macosx_13_0_arm64.whl (22.7 MB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

Details for the file basswood_av-15.2.1.tar.gz.

File metadata

  • Download URL: basswood_av-15.2.1.tar.gz
  • Upload date:
  • Size: 3.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for basswood_av-15.2.1.tar.gz
Algorithm Hash digest
SHA256 8cea7056a2699d958329b41b2235f9dece4ce7ebfc7b5f6f2c7ff307f086561a
MD5 3092ab235cb3ab800a6322d973156547
BLAKE2b-256 8b229b6a6e9d91d947ba46b914a2cd01bf7bb0d3686418f2f33838ca212a1e92

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1.tar.gz:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 653649a0433a521d3ee2ee851a68141755375ea87b8dd23fad0d26b124310d05
MD5 eeb3de669f68a564a7ed1145c38d3b8b
BLAKE2b-256 684d7bfecccd06b9f4028a65bbea61d88aabda6ac17c515472f38f1329695670

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp313-cp313t-win_amd64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8bd66302b49c891cb12eb7ccade43e7bed2ed69824ed281a09aba24dc3e27027
MD5 37687357c8445b93e0ad48359f4622f5
BLAKE2b-256 4f8f6e3a4bea873c784ca8613d52ec2e1c2130e87b661265c581ce4a1e03a774

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 565d944eb440263a307c966e9a9669f454c96774b9ab62a48ef32f38b2e946ac
MD5 1467eef1ba284edb0d6edd4eca4a7e9f
BLAKE2b-256 290c72c65340000acc9c242df9489e1887d379d03d6daa7532b1ffe120453693

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp313-cp313t-musllinux_1_2_i686.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a69bb2a6c8ef79eabd319bb0c78daaec74aa8f9d7ebdffd99f517aead329eea3
MD5 c26467dd3d877db716b2e5a9a6b78403
BLAKE2b-256 2b005a0de7587b6ca3338f5092768431728a8ad7d2cb6ee7ce761e0b234fb238

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d93695c0f10fdab031c19958a31616a917e8ea137db9ad7c447a59a541f72520
MD5 13be6a2ca61093104bef9c6e53bf3e82
BLAKE2b-256 84bb8a71dbda07e4f977abdfc34739932db5419c59a29c48db72a478fb19127f

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ba54c5752320b6c6f0b3606f255e840df7a55be69cb934aee6046943d5661482
MD5 e0c3a9cd008f8ca8b2557fcdb9bfb81b
BLAKE2b-256 07da81d27af7645c1d87f4c6ca3b3452778723c3e9ec46635d449933afa1b818

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4f190389d91536b2e1b9c644493ef1d4835011862ef6ef804a61e2630d0677d3
MD5 529d555059c9f489232b343b46f43678
BLAKE2b-256 fa40b399b88f84c18eb6dea90aa6246dc769ad82379f9b9c7dcf95b8706f6dfc

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp313-cp313t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp313-cp313t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b2de3cdadd5aef930f4664e501abb3dd8cdb5e68096546853b1ea348f269775b
MD5 144b4f0e6797fa0bf523689832134669
BLAKE2b-256 a65881f35caf198bd8a6fbe816e1cce6ed8f29f83e18ad972415b300176df9d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp313-cp313t-macosx_13_0_x86_64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp313-cp313t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp313-cp313t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0501e981546ba90dd24b84255774d1ad9517ae1795bc3293f3d112e888be1b1c
MD5 f1f635e908c38ddb15ebf3e23ae9747c
BLAKE2b-256 d463d45e3aaf23b25e350692dee6a12e9963a92fc1ea32170b73b96be9eff3e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp313-cp313t-macosx_13_0_arm64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1b8d5945b64f7735fa537f59eaca6758f4ca996b4eec2323e870e9643acdf9dd
MD5 4a87056481bda10c8b3173facd7e3dec
BLAKE2b-256 a2ff71afe88e5ed8d476c1202f8950650ff2551de4f4b1ac7e65d5ed7e97fc64

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp313-cp313-win_amd64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae8aaf3c746f1527a2d07324814ea2dcf65b5da99388125cfb58f49511e04919
MD5 acd186bd2eac1055c3251d095bdb9957
BLAKE2b-256 768599adde2536eccb1f462cb52b866e5323b8e84a8060634d5411ee29cc6dc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 10f56ef68ed3b047daea1c9b9dcf4a050038e9e0b2db20b86a2991d0c7f139c0
MD5 a2bff48b633001852904936277b42237
BLAKE2b-256 71020d953b0e76087127d475fc6ad51a578c9f6a6e513b44fbf70136a0d8151c

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8334bf935d6bbbb324813d3e8ca515c754bf43cb586966f0d32386c49fa5072b
MD5 79e27d2c748201028a2801878a1b4deb
BLAKE2b-256 ada22efbb926c86a9bef4a93721243aa19d0eae9681363690e703e4bbc12cf81

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 048ec2bc3fc173225719d29e555d5625b4b547e27b96a657499e7b2b2cb33505
MD5 48431adc0ff21b3bc3f02cd230439afa
BLAKE2b-256 2509bb73ecb0736d16111f91657fbcdbfb5eb084e9d0a836b76f91628f48a49b

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e94d7c0f5a18ef0651b316a5918724675b466a2bc5c13e6257781ff890e32527
MD5 6c6043df114890a5f9b6eea31dcdea50
BLAKE2b-256 1ecd727507a614a2ab86e53e425a06434f5680a0c94e0d79b96b0717e7facc51

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d206f29fa041aaad21dba95dfc699da80a84e21651777e423dcb4c19794a223f
MD5 e9eba4cb6449f3f2cbfad8066464d020
BLAKE2b-256 58b52b7c685ed3612401f7c574d4100962e434c881c88e5dd9c88052d5a902a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e46e0ec1989b9adb2ba9acf3f732654f0cbbb20105f7137963457f0e7ae0884e
MD5 3468cbe5f29c762e154dbb9187ad211f
BLAKE2b-256 ad60da37f27f657fbc01f8df9a4f2465f8883c5f9ee411fcc2b8be6d75cb31b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp313-cp313-macosx_13_0_x86_64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 28a7b33fde9c05e1c5e18d2395ccc76a75b295d67ef54b4e4a54b8bf2657b545
MD5 fabbf327ae818337ada86637ebfd1da5
BLAKE2b-256 0665b3d1c16c500b6d40c3b4504f742c4f0d85356ce8881f5ee343dad0930726

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp313-cp313-macosx_13_0_arm64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3fb52bee05ad85d1751fa7686a0866241a2da3fb645e1cdcfd40fa94e3a088e5
MD5 d937d9ea07313c5e7d4fd6aa51ed680d
BLAKE2b-256 c4e7d311b269a3ce9a8e6e834e0cccb90fb39d775c0a2e8415fd12de96a7b8c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp312-cp312-win_amd64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4438c47c2640ed141041d1377c18f3ce368d9a8dfa28c7de9e7fb36c478b8d8b
MD5 1a281e17ce59b01f933687ea0111407d
BLAKE2b-256 8557bdda408162358858cce341506f793ea5ea0cd4ba271205f025c8a3a9918c

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ba07eba4a06f57a45e258356b9948c683dccf208afeaa7d8dd3e2d2be51a32b5
MD5 fcd59f9a61c8e3250e2df466c8f2c269
BLAKE2b-256 3ecb6dad1ae12399eebb270d416db209b6450338217078454200d8c7e83dc024

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c9650f7c4a9ba61ef8bf8fc92ad8d7da438da87c7378df585facc719bd1b8685
MD5 98f6a5853f9aabbb3858a454f35e4e6c
BLAKE2b-256 81ea5298c7f0d57215cbfa845c7c488f6b5db15d0489421813e68aff930b60d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1852fde216bc2affcaa59ddd44e5ea6c27f73d6b4ac5c4d2e3353e9facba76c5
MD5 d9b2df516df022589277545a90772178
BLAKE2b-256 28968c1272573b55aafde2e0c6148d0316b02000b21cff1459c0750ac6a163b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b4a0415fbb0e9e54679036ef1750769d1d6bd02ec60812a168523839355c3fc3
MD5 06feee87630a998288138e600e9f5659
BLAKE2b-256 c58955adb0c5d17766818a3c26ee9244a3370c6b8ea05dd61965fbfb0b021b18

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5e19912e553a0db50e3da3593434d623be6b797f603dfde776fe2eee0d09d1dd
MD5 741b42fb21546af28d6756f823a9fc34
BLAKE2b-256 7fdedcd576626e6de34e984f61cbacda151c9497496d6ca35cb6970253ceb1db

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1e1843955adc611fbbe03b9ac2d22b6ad6b7a14391ab30469f811843c69b31a7
MD5 7bc6f5c7ec414045933c68d711e2e5bd
BLAKE2b-256 16ca5a1c055a053681809ecba5b693398e5f13db4356f5d80d2eab3f3cf8133a

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp312-cp312-macosx_13_0_x86_64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3f9d6cc8b4c55d6ada93a4ac876c569d195319d468b7662ec5e0c1d3adf8bea8
MD5 7c084c26a0f97b24d206f90fc29f896b
BLAKE2b-256 186e50b0488a20f4a993f5656969d5984ff62cb8993f8d2cc5706f8c3f3bae11

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp312-cp312-macosx_13_0_arm64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8a7ee64ea497cba523aa083c105accf908b332995b02c44ec63f5ff4212aca32
MD5 f07f945cf89551f55030ce139aca3d2e
BLAKE2b-256 557a16593d9e16b2298ec57b77b4306f566bc5f31569c50d1df2baa6e1887436

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp311-cp311-win_amd64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fb8e76a807d175ed6576925abc3f4adc0c688fd924a8bc6d5342b3be00545c70
MD5 0c741b5084f9cf501453ad4cc87b266d
BLAKE2b-256 125403761a91cf960ba860ff27be59e336fa251375093479914f32b16c146632

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4dcdd37eae0a4bf7e66928627e64c34b3d3c2808d9cd7dcf64fdcb91440a4cd8
MD5 9b3c6c2148e27e283d027286854cdfea
BLAKE2b-256 3e292ed5d82e67bc82d80238242918db6c060f61e1a7381bc5363ea5cffbc366

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 195d010dd66444d7b50624da8850dcc54a5bbb5febe2a70946d9cb8bbae4b4ab
MD5 7306ac678f57c8e60f039756f3af0f51
BLAKE2b-256 c86b1b2a19f81d976a40d3bc461afa3ab49f2b86d75423bafa5bc3187cf555af

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eefe93304c9a24627fedd8132aa246af5291f2c806a1e7145f6e313ce718f54b
MD5 ca8e5993bc5ebf8810a58fa76ba33363
BLAKE2b-256 b327e54cb12ac62471b63385a917af92d9200ee92736d68d712d67b01870a127

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 59772821a4ff9958ab1efd374c05642a0826111fe39643e0385bc84bd209ff1d
MD5 b746ff84140742d97b813c7f24add04e
BLAKE2b-256 f3fa9af1e501de9c45a09219405eaa38ec7e40ed35246e483d7c8a56dbca5b57

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a7a64f6572018b1d27cfed731fa8719a6724258db34f7adf607f4ab4d8c5e7b6
MD5 3f4704e3004a053bbae072eec19185cb
BLAKE2b-256 df157a117c461a8800ef1bd6c91b3113e9fa4eefeada20f26a4e27075e609e22

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 aec40cc5a43502833986f43d5a62a6e670e41525a1187ae14ab7f5d705cc027b
MD5 8bb87fc9169196a63f8eec167287b3c3
BLAKE2b-256 ddef04c6ec0eac2407056b7ea374862d4f5235951ec821abb595347a168e0b90

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp311-cp311-macosx_13_0_x86_64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e8e3d8789cbf8906b3c3df170b3d96c9a4f221a8014eb82d136530be55310472
MD5 943fe13c4de4f2b421cc7084125ed777
BLAKE2b-256 21f9c9dcaa2699d3bce61d6bd9d3c9426ec555387e835d020fba6a59a27d4cad

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp311-cp311-macosx_13_0_arm64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7f608d12bd32a0e6cd305bd74d20b4487cd5a2de376dc354b891cbb1377a98ef
MD5 af3d24b26eb9c0c8cde310deced41409
BLAKE2b-256 1bd5bd735c9630737aaa183a8d7909b9355772e7007feb0925b15712c4407de1

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp310-cp310-win_amd64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 43ce0915a6b8f4374381526fabaf1c221e26018f644784c34994e2b8904f5b66
MD5 f32f94c740df43367f6eda86af0bd3b1
BLAKE2b-256 34f5bcec1ffd732aa558a5a8483f04f1c228671171aa91e6537fbca561b93c19

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a61ddfbe6c01d98ec4167c37fda19152d236ec7466141c3e44c8b146518b23c0
MD5 da825144f7b13e2983844026d817137c
BLAKE2b-256 7548f2e2a7d0b7a649175ced5c003f39bfe3ad7a12388b36cd127d43c0d5f04e

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 507daa2596fe1f46b4504d3ba3d151479b84e4ba9289ee85c24f050a65eabf78
MD5 0f3a3a30f72db7dc4226c3a326cc4703
BLAKE2b-256 0ce656f4567615d5c9803594d9998daa3905a7eb0183ff468aa3e889a72b8194

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a700704ae0566548718043c601f494ce5482a98beaf15a3f44f9335403290f5
MD5 6e6d203bdc35038edc14a9c4f35f81d2
BLAKE2b-256 7cdf3effdae4f55d17524b13e4f2bf7e4baebeeeeedcd286a58d0907b710b227

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2e40def0a387572ec4227a6f09447cb4e818e512de6b969465f46eaf3b56eeef
MD5 fb7fe9a95d21065d9d2e68008e69f467
BLAKE2b-256 0f7efeb0a5e1c1ad6d70db88db4bfc7e23fad613a1066922de0d71296ef4a625

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 284ab5ee6b95a2c0ec45ab38fd301fdb8a724d72ad5930efa8d756e3b9e356b0
MD5 2bbc7655359eff40aee87ce3d2664e20
BLAKE2b-256 97c45f56e1a417070588f51a987ea412b64101731f41028321e838640f8a2d35

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2c00080d5bafce64f2b3a754b5d64039d3430270d8cceb6c048e1983f3d4ec35
MD5 fd50d62019c13884451d8ae9ed79797e
BLAKE2b-256 497307c3b981bd8599e3cd4aefbc8112dd63fdf168aa3f6d8494080dec8baf1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp310-cp310-macosx_13_0_x86_64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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

File details

Details for the file basswood_av-15.2.1-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.1-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2cb69ce725f4420aa4277ab490bc334e28876ab84b64de70b58a8a019572f5e6
MD5 f74c24a15fd6a3d24e5f342df3070f15
BLAKE2b-256 c1cdb8cdf529bf481a7b0ba38f11f24f33aba15dcf96838e5980459dfd2dbd8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.1-cp310-cp310-macosx_13_0_arm64.whl:

Publisher: tests.yml on basswood-io/BasswoodAV

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