Skip to main content

Pythonic bindings for FFmpeg's libraries.

Reason this release was yanked:

Forgot to add --enable-libx265 lol

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.0.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.0-cp313-cp313t-win_amd64.whl (26.7 MB view details)

Uploaded CPython 3.13tWindows x86-64

basswood_av-15.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl (36.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

basswood_av-15.2.0-cp313-cp313t-musllinux_1_2_i686.whl (34.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

basswood_av-15.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl (35.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

basswood_av-15.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

basswood_av-15.2.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl (31.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ i686

basswood_av-15.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (33.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

basswood_av-15.2.0-cp313-cp313t-macosx_13_0_x86_64.whl (24.3 MB view details)

Uploaded CPython 3.13tmacOS 13.0+ x86-64

basswood_av-15.2.0-cp313-cp313t-macosx_13_0_arm64.whl (20.5 MB view details)

Uploaded CPython 3.13tmacOS 13.0+ ARM64

basswood_av-15.2.0-cp313-cp313-win_amd64.whl (26.6 MB view details)

Uploaded CPython 3.13Windows x86-64

basswood_av-15.2.0-cp313-cp313-musllinux_1_2_x86_64.whl (35.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

basswood_av-15.2.0-cp313-cp313-musllinux_1_2_i686.whl (33.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

basswood_av-15.2.0-cp313-cp313-musllinux_1_2_aarch64.whl (34.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

basswood_av-15.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (33.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

basswood_av-15.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (30.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

basswood_av-15.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (31.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

basswood_av-15.2.0-cp313-cp313-macosx_13_0_x86_64.whl (24.2 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

basswood_av-15.2.0-cp313-cp313-macosx_13_0_arm64.whl (20.4 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

basswood_av-15.2.0-cp312-cp312-win_amd64.whl (26.6 MB view details)

Uploaded CPython 3.12Windows x86-64

basswood_av-15.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (35.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

basswood_av-15.2.0-cp312-cp312-musllinux_1_2_i686.whl (33.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

basswood_av-15.2.0-cp312-cp312-musllinux_1_2_aarch64.whl (34.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

basswood_av-15.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (33.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

basswood_av-15.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (30.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

basswood_av-15.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (32.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

basswood_av-15.2.0-cp312-cp312-macosx_13_0_x86_64.whl (24.2 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

basswood_av-15.2.0-cp312-cp312-macosx_13_0_arm64.whl (20.4 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

basswood_av-15.2.0-cp311-cp311-win_amd64.whl (26.6 MB view details)

Uploaded CPython 3.11Windows x86-64

basswood_av-15.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (35.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

basswood_av-15.2.0-cp311-cp311-musllinux_1_2_i686.whl (33.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

basswood_av-15.2.0-cp311-cp311-musllinux_1_2_aarch64.whl (34.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

basswood_av-15.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (33.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

basswood_av-15.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (30.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

basswood_av-15.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (31.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

basswood_av-15.2.0-cp311-cp311-macosx_13_0_x86_64.whl (24.2 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

basswood_av-15.2.0-cp311-cp311-macosx_13_0_arm64.whl (20.4 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

basswood_av-15.2.0-cp310-cp310-win_amd64.whl (26.6 MB view details)

Uploaded CPython 3.10Windows x86-64

basswood_av-15.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (35.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

basswood_av-15.2.0-cp310-cp310-musllinux_1_2_i686.whl (32.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

basswood_av-15.2.0-cp310-cp310-musllinux_1_2_aarch64.whl (33.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

basswood_av-15.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (32.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

basswood_av-15.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (29.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

basswood_av-15.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (31.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

basswood_av-15.2.0-cp310-cp310-macosx_13_0_x86_64.whl (24.2 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

basswood_av-15.2.0-cp310-cp310-macosx_13_0_arm64.whl (20.4 MB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

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

File metadata

  • Download URL: basswood_av-15.2.0.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.0.tar.gz
Algorithm Hash digest
SHA256 35ebf4b59e354e5717b442a8ad292421f1ce51e6d9f778740616f8f0fcd2d117
MD5 aa7f297fe71b105eb48bc83b1b7d8886
BLAKE2b-256 fd774ca599546ee9babfe2bd6a2453d895b002153720a044f21d27e386af4226

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0.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.0-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 2ad9b33246eb707216321221a55b2cfe07cbd596c913243a8e3bee4e47346f1e
MD5 df059a27470c965ef585b26683cac7bd
BLAKE2b-256 0c4670caebb22ca39e8ac95f32bade70eb5bb01d9541b426354acf1e121409ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ceec508e3337be9d908b5619a2a84242ad594843b2acad985a14dd2c943472c8
MD5 12d330b9e83a98e28c8ede5fd13b4bf4
BLAKE2b-256 de4a98fa3c90764358a42d77e7804c483514287daaf62307a0ba2987ee405c50

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 768d1fed14783511ef6f32f94ec6fa85234e23e04387d71def4e4225c5da6bc7
MD5 2cc34caf7285eda0a6cbda080976d47f
BLAKE2b-256 54b53fcd9d64be44d7599f8ecf542607f363deb86a116c8358f8eee4e236aae8

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cdc8319b09f558c7691d6650d94e437a898561fb78bd3810fb6a1e6d5a9e86c5
MD5 5a3ca5e6b9a53e8419cbde1c3646c50f
BLAKE2b-256 807371658d2b1d317e422e28c547cbb25fa89ede719d86b92ee05f42cd031fcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b208fb1c81e190c7e6fbc28242d95e2375f42e70ca0370ae4f92c5a45fe12bb
MD5 46d7d685a293f16997d09e573332c86e
BLAKE2b-256 5a72c3173bbb85284334f8474a6645ae0fa338dd19287a4cf4d2effc81855e63

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 03223cecae4e6345cdfbb634ffb4b54d0cc1567850470aaf248337ccb46587a0
MD5 918899c625cae8bf4d64de07f1340a62
BLAKE2b-256 94d53b169be52b6216e9c167aca8aede999cd5e8d577caee34eb52e8d2518247

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 32abbfeebfe33225554e07c7ac3ad54ff1c84e62ce40f9deb622d2d1ef39edb8
MD5 9e4143f350b4d282beb2819ba7956d23
BLAKE2b-256 c4e435cfe7866266d7defa1c432861f1a17ebb0643b3726adb4e8fa429c71379

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp313-cp313t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp313-cp313t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0c5a159d0606851e20d5c2e1990d818df6966ba88d1b9089d0145bfd9c5ef3dc
MD5 854b86b942e51770079051456b4da3b0
BLAKE2b-256 ffe8b666d0f581652dbc76fd6dc02e4e8492c8d09839676b49034c2351481e23

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp313-cp313t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp313-cp313t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 01099d23051fece0f188e3e990922e1b75fdee0cc753d909af682471dac21e07
MD5 77475321d4c5a75f343347f519b92b8c
BLAKE2b-256 cb65f908105923711b69e322ed5f7085c0244d74d7a5f4bbedb0199183a0f252

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b3861feae2e895c70bdfec285ef72dc60bf47d06283a51d7103dc5c3354d972e
MD5 a53f8871590c5d2ed453c73b56f75c45
BLAKE2b-256 be714fc9b7ae9732b66247c0d9d8ddf736ebaae58d6d587f331967d7ad8a7974

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 299666bd8f63016e7cfad03e64d6d39f0155ce2cad70a9cec547782eebc37aa3
MD5 b6799639bcf0dea17a18ba2797285867
BLAKE2b-256 6381582a8cafbd17e082d664d041931285b52c8486e9d7507837cf953a6fa101

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8f8966337e21246c8a5edfe61ecb526f2527f174124ae42579b8c0b840382a07
MD5 ab8dbf003de2322492e5ac31e0b62c65
BLAKE2b-256 164cb2e30fcea2c41dee71e6f33fc7fd0b12788293bc4c7f80339a351fbfe947

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0e83a64d9f50006b2a073797d188a3b0d6a6c3ca9a5a6ae2263f4ccc33270006
MD5 6401e04336d71ec3e4f7e96b14f9eb5a
BLAKE2b-256 688f267c4c6b44684c1e023bd5ab5725fa0570ac7d28eb4efcda0852556e290d

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 182f2e85f0009f485dab9a6acd2b96b391507ee73c6fcfba2c153ff353b0c684
MD5 3e78e221882553346aca83d59c4e4295
BLAKE2b-256 47425308b517504bb2d9de44d2946d421fc76a5cd74b80a49d753737cbcb7a8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 882cf3e72068eb1f1d056ce6e567a22face769c16add00b3a028ef30511aec32
MD5 77252491583f9b08d117c1b2375e447a
BLAKE2b-256 96cea086b95b9cd32f88e2e6da1466ae290f9a97b7ed2f1803438aec21001e94

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c8f415c4198fcd927212fa88c73a9e00ef1e3dfe3f2e5b530dd406311878ed76
MD5 108055d594ac5766c9be47999dd6a7be
BLAKE2b-256 6142c70ea53acd0d4f1d1bda4d67e237b9f77be0e7e7c5bda11328aa9940acf4

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 550f5c064272701cc6436917bc40c76fd2f749e14e98e736b1e4a2106eda138c
MD5 3021bda86252015de3e2db24a4cdbfe2
BLAKE2b-256 197609e30a846296a434c73965fdf719700b887bd83954eef4115cfcc86ff311

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e75478c68871cee061322a46defee9bc88b3915c5dad86c407f5a4661fc709c7
MD5 4698346a9e26a623aa28a387f83a467b
BLAKE2b-256 be6e8645eab0b2940900247cfcb72fd26f1cc839444e9fece4eff068e7f2c624

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 f9766fc5ac107c1044c8a84485f9e34b954e9a15438974425118349e6f0c490b
MD5 cea1cbf93d01605a62a64a6b640a1da8
BLAKE2b-256 b8d9d51ac797e551bde3135878184ce51a2010997c1fb131e462761995aa9399

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81e46e13534c599dc5d1d92e17477d7e7bb41b476915b4c9c85250a42a1112b3
MD5 d66615a0b2eb936e0c5fed919f08ccb6
BLAKE2b-256 dd95d7f67433575322ae7077b8ff79b5a4eb46c5da9c0526cbcd3ecc1ae10417

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a26d06a8b1ec3bb0df2c79d9c0f6d42439a4021ebcf3456ac7944a446a0ecb14
MD5 3c4006e7ab46636693391d419a31d295
BLAKE2b-256 26523878bb98d4cbd6436be720ee3f67c79e057a415ff515a8c1604305243e96

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c2d6d0f1146db77f1d5736cf3edbcdb0848a5b87a7348ecd5453cffc024be24c
MD5 a73a281d88391b6c1f32ed7d83b2ae79
BLAKE2b-256 9e990787fe6cb54808256d1f06cfd03f2204705334640752542d85f482a5a312

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 df0c9c1c975dc0a1ca8fe30089a6d513e863e885257d346681a832b464dc8b30
MD5 b0f68c72cdf83aba5298c1d389e6b0fd
BLAKE2b-256 bb49d94da295d5ae07a1e24e89f670b249ba2465ff4a0a88a5861243d00fbbf4

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7c033c3ccee18ec1be72003405c2a178d432ce69b0f88994279607c9415b41f1
MD5 60ef0eb9c87e0b4934b597fe8cf23684
BLAKE2b-256 9ccc830175e473bfab53b0c87edbb89e5d08985dfa568562979a8044c0c7fbca

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d101543cffb1d597c2b5fed87e978e647f093c222d55ed19d3845bb6d735f3f3
MD5 8686e8725820b3cccd2a59ceb8946246
BLAKE2b-256 c251cb1c8bc48f0fff019afbd3b0b7c1a58d9a451de5b2b6657df6dbd828d62d

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f92e3a4f9a611fbaa2761a576bcd946c20e87c628b0e348276aaf5455d46f0c7
MD5 a3508bd967a80dae42c246b671632a59
BLAKE2b-256 7940f9a50fc3ca33bc7eccd595a39331676f1e5d12d320c5d3565531cdcc2fd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 3fc91f57438d3cc8e746a6d74b0633890308695bbd90b8fb6f3cd333299f1af5
MD5 ecf6666decd0f80cf61d2af21c84f4b2
BLAKE2b-256 3a0c77f6335deb821e57880b0014e7fdb54de96523acc74e92e48dca2c22eaaa

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1ae245041785b752644390bbe4a96df80ef0b1160fd92135d1e20708931d4e9a
MD5 00e88b97f8e166a15338088a7dd3204f
BLAKE2b-256 0f3ab240fa6bc0d3f6aec4c6d2260c961fa0605f818e0d247f9044f08b06dd67

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88d61f26585ef091d34e5b94af6a9bcc36d2cc8fa761e2fb16363e21840a8dad
MD5 f665d7d2c0869dbf69680e1a4e0ebad7
BLAKE2b-256 453f84617d580bd71c380d6e9bf21808b1a171cb89cd10fd425f3cf2c508e67a

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 be29023a9cbeef97ffffbff35e8a507942c68ac737de342bc2f5880c8577436f
MD5 468ade193f831dcf8b687c2ce0cee0d6
BLAKE2b-256 be6dda1908b0cc5f5789318a9449ebe204799ace3e3e72c3ddb91d9ef9884aef

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 83e183e1530ac838e227948ffa5baa706bd0f830cfa82d732332cee278a53977
MD5 4a7d46427c0597a8a319bbfd2c38624c
BLAKE2b-256 911294ae153b1954c7f9430b47c4817fe311ec8baab339aeab4dfd44f54b8cbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fef65531960d6ca0488d8f48edc2cc9c0e615786802d496ea22a5660e950a63a
MD5 ec9619ca2e3d77beecbc14f14d3c36dd
BLAKE2b-256 46242556d54cf452eb3873b0462100edee450e09474ef9473d3a16b8cbb31696

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 986b363355ba3f788e7250e1f30864581c34c87c654be775a0df32b0fedb3937
MD5 f85c4543cdcb124e3fdad5d94a4006b9
BLAKE2b-256 6d616bf1acf62ea25ea409d221410baa30c0d0b604f2d44af72815f41ef373be

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3a2efda7dd04bcd46454f45bff5793222276c59055efe5f95333b2f7746accee
MD5 fc07577416a6c4624a56280729a73bfc
BLAKE2b-256 dc61f3b78f01f3a49dc1df39de538f41df94d21fa76bb5a82b20768847fea5d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b52f0dc8fac67a3bde0d3d28d4408e2ac94f0b766cd0d92c78753d046d992ab2
MD5 2ea2240df3c931baa58f8740c54345c5
BLAKE2b-256 05c6ee93ac2fdc46a17b5465a49169186af87544608e0373c64cc80b2728bd95

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 89cc87e028c5071e644a0ea2f0f902b11cba4735c6334c578b1be108246cfc54
MD5 75be07638cf64c0e7a3134c739f288de
BLAKE2b-256 e8b8695a796d13d49d89ee3396f86909a5f8b196673d4455a980d2345dc3ba18

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 04226900f412a180e17d2724e0ecfd924ad913888cc58e4159cfb626e0d59fae
MD5 3a8209c8ed28bea4f92c45e044eda0f2
BLAKE2b-256 d3dc9433e68283344edf79609e9ab1a235c33b703334a061307516745a9ffea6

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 514c409dde1fc2af4b62179813f0ffb6fd777c8bfdb7d1aaa639ef912106673d
MD5 d02c88df0fddced0bebdb7da96f99883
BLAKE2b-256 430ba54eeddc6f981519d58a703634a70030806a8afc00b06c7c1384e6e604ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4beb93ecdcf70fb0136281354b8b3b4507c3a554115e84e674e72818b34ed7a9
MD5 47f7122e051bce404a849b2a7f34dc3e
BLAKE2b-256 5434dfa48ff9d99f8cfe193f626c3aac3cec805ccb50eeb7c346b5af9c98c893

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97242b2f324df21b9bdf163c3e17fa42931d4e239cc6741d42bd166e5873b8a2
MD5 b9254aa868781ec4601331a7bb3bd8ec
BLAKE2b-256 231393be2ce9f278cdde6759543e7d5befb9240e8f81c623d4e57ee3f24bcb87

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ef8b62ca262e92d02dac68dba829ab6cde5cac65b3ad015e9e6220b24a846ddd
MD5 cf75ea70f03df4492082ef58ae249554
BLAKE2b-256 12f2fe8a2cd957569c69def25ac76a20d2de426d0ab78ebd0672539cd59736c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9a8479a0740870261bddd2be782730f9f7ac94a091d571a83f65893d60b3bf4e
MD5 5e6ce3f11cc1abfc95d263605644fa58
BLAKE2b-256 20982323a7d9d79f7f70d298ba33489832e4cc70a7f31f46b8c5ab6b7cfc20b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 06f27fe4be7a127853bbb7fe92bdd3b96ad7cb90d69c2c4792a634a8472b21b3
MD5 96b36eec3824db693f41008f93e9e6e1
BLAKE2b-256 588e615e01be124020ec1149c6b0a48a655b635adcc75b9aa71e83a7db5e9fae

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 88353294f2919181804d1e721833a1de7e2d56f67bec355548f69a88658b46bc
MD5 1272194bdc3494da4d6ba0c2fd861017
BLAKE2b-256 399ebfb9deca0a6e5010c1d31341064753d772d5e8605c8a497e318129a51caa

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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.0-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for basswood_av-15.2.0-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 34191bdc929f23c8f008cceb3a7a13b6948dd7e94435be6215e9e23d6a389f74
MD5 19aa892b87647470ba0afd0acd7b33b5
BLAKE2b-256 867fbb5a4ae3794a2c59a8a3126494d29a71ca91b686eb7c2a2dd0eb93f1f83d

See more details on using hashes here.

Provenance

The following attestation bundles were made for basswood_av-15.2.0-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