Skip to main content

Python implementation of the AUTOSAR E2E Protocol

Project description

autosar-e2e

PyPI - Version PyPI - Python Version Documentation Status

The documentation is available here.


Table of Contents

Description

This library provides fast C implementations of the E2E CRC algorithms and E2E profiles.

Currently, all relevant CRC algorithms are available in module e2e.crc but only E2E profiles 1, 2, 4, 5 and 7 are available. If you provide example data for the other profiles I would try to implement them, too.

Installation

pip install autosar-e2e

Usage

CRC example

import e2e
crc: int = e2e.crc.calculate_crc8_h2f(b"\x00\x00\x00\x00")

E2E Profile 2

import e2e
# create data
data = bytearray(b"\x00" *  8)
length = len(data) - 1
data_id_list = b"\x00" * 16
# increment counter and calculate CRC inplace
e2e.p02.e2e_p02_protect(data, length, data_id_list, increment_counter=True)
# check CRC
crc_correct: bool = e2e.p02.e2e_p02_check(data, length, data_id_list)

Test

pip install pipx
pipx run tox

Build

pip install pipx
pipx run build
pipx run twine check dist/*

License

autosar-e2e is distributed under the terms of the MIT 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

autosar_e2e-0.7.0.tar.gz (30.9 kB view details)

Uploaded Source

Built Distributions

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

autosar_e2e-0.7.0-pp311-pypy311_pp73-win_amd64.whl (97.7 kB view details)

Uploaded PyPyWindows x86-64

autosar_e2e-0.7.0-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (80.6 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

autosar_e2e-0.7.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (73.6 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

autosar_e2e-0.7.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (73.6 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

autosar_e2e-0.7.0-pp310-pypy310_pp73-win_amd64.whl (97.8 kB view details)

Uploaded PyPyWindows x86-64

autosar_e2e-0.7.0-pp310-pypy310_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (80.7 kB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

autosar_e2e-0.7.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (73.4 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

autosar_e2e-0.7.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (73.6 kB view details)

Uploaded PyPymacOS 10.15+ x86-64

autosar_e2e-0.7.0-cp314-cp314t-win_amd64.whl (95.2 kB view details)

Uploaded CPython 3.14tWindows x86-64

autosar_e2e-0.7.0-cp314-cp314t-win32.whl (93.8 kB view details)

Uploaded CPython 3.14tWindows x86

autosar_e2e-0.7.0-cp314-cp314t-musllinux_1_2_x86_64.whl (81.0 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

autosar_e2e-0.7.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (81.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

autosar_e2e-0.7.0-cp314-cp314t-macosx_11_0_arm64.whl (73.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

autosar_e2e-0.7.0-cp314-cp314t-macosx_10_13_x86_64.whl (73.0 kB view details)

Uploaded CPython 3.14tmacOS 10.13+ x86-64

autosar_e2e-0.7.0-cp313-cp313t-win_amd64.whl (93.6 kB view details)

Uploaded CPython 3.13tWindows x86-64

autosar_e2e-0.7.0-cp313-cp313t-win32.whl (92.4 kB view details)

Uploaded CPython 3.13tWindows x86

autosar_e2e-0.7.0-cp313-cp313t-musllinux_1_2_x86_64.whl (81.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

autosar_e2e-0.7.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (81.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

autosar_e2e-0.7.0-cp313-cp313t-macosx_11_0_arm64.whl (73.9 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

autosar_e2e-0.7.0-cp313-cp313t-macosx_10_13_x86_64.whl (72.9 kB view details)

Uploaded CPython 3.13tmacOS 10.13+ x86-64

autosar_e2e-0.7.0-cp311-abi3-win_amd64.whl (93.3 kB view details)

Uploaded CPython 3.11+Windows x86-64

autosar_e2e-0.7.0-cp311-abi3-win32.whl (92.0 kB view details)

Uploaded CPython 3.11+Windows x86

autosar_e2e-0.7.0-cp311-abi3-musllinux_1_2_x86_64.whl (80.1 kB view details)

Uploaded CPython 3.11+musllinux: musl 1.2+ x86-64

autosar_e2e-0.7.0-cp311-abi3-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (80.2 kB view details)

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

autosar_e2e-0.7.0-cp311-abi3-macosx_11_0_arm64.whl (73.3 kB view details)

Uploaded CPython 3.11+macOS 11.0+ ARM64

autosar_e2e-0.7.0-cp311-abi3-macosx_10_9_x86_64.whl (72.4 kB view details)

Uploaded CPython 3.11+macOS 10.9+ x86-64

autosar_e2e-0.7.0-cp310-cp310-win_amd64.whl (93.6 kB view details)

Uploaded CPython 3.10Windows x86-64

autosar_e2e-0.7.0-cp310-cp310-win32.whl (92.3 kB view details)

Uploaded CPython 3.10Windows x86

autosar_e2e-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl (80.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

autosar_e2e-0.7.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (80.5 kB view details)

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

autosar_e2e-0.7.0-cp310-cp310-macosx_11_0_arm64.whl (73.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

autosar_e2e-0.7.0-cp310-cp310-macosx_10_9_x86_64.whl (72.6 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

autosar_e2e-0.7.0-cp39-cp39-win_amd64.whl (93.7 kB view details)

Uploaded CPython 3.9Windows x86-64

autosar_e2e-0.7.0-cp39-cp39-win32.whl (92.3 kB view details)

Uploaded CPython 3.9Windows x86

autosar_e2e-0.7.0-cp39-cp39-musllinux_1_2_x86_64.whl (80.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

autosar_e2e-0.7.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (80.5 kB view details)

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

autosar_e2e-0.7.0-cp39-cp39-macosx_11_0_arm64.whl (73.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

autosar_e2e-0.7.0-cp39-cp39-macosx_10_9_x86_64.whl (72.6 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

autosar_e2e-0.7.0-cp38-cp38-win_amd64.whl (93.7 kB view details)

Uploaded CPython 3.8Windows x86-64

autosar_e2e-0.7.0-cp38-cp38-win32.whl (92.3 kB view details)

Uploaded CPython 3.8Windows x86

autosar_e2e-0.7.0-cp38-cp38-musllinux_1_2_x86_64.whl (80.4 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

autosar_e2e-0.7.0-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (80.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

autosar_e2e-0.7.0-cp38-cp38-macosx_11_0_arm64.whl (73.6 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

autosar_e2e-0.7.0-cp38-cp38-macosx_10_9_x86_64.whl (72.6 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file autosar_e2e-0.7.0.tar.gz.

File metadata

  • Download URL: autosar_e2e-0.7.0.tar.gz
  • Upload date:
  • Size: 30.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for autosar_e2e-0.7.0.tar.gz
Algorithm Hash digest
SHA256 356b7330bba2c16bcf316cc2cacf66dc83df64d00bdc6cc6a23ac8cf72636d7e
MD5 42d8ee59f8dd4d3c46c1c7f082276046
BLAKE2b-256 2f6d78c0f5f9488ff843c227b1c446ada304f7a1cde03d4cf147241a322d6173

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0.tar.gz:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 deebaf93de2c765e609170228f9bac25a2fbfd411608bbca262b36d5ecac4224
MD5 41e24e39877805b165e406a62fc33136
BLAKE2b-256 60475d72705b32dba4801594b99e02f9130523779eb304da34bd05fe50d8213b

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-pp311-pypy311_pp73-win_amd64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 39f3532ad5aec4fbad508f55d00c508d243395e2a92a222b4632b3c7bb20a110
MD5 f1dd61436e61443d5e989af363b11881
BLAKE2b-256 d56469aeafa08d0753448c2991fdee05c8fa36b2663fd3cfc1f683a5b5dfac0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1195c34dbcd1994b74a3c196ea195fadb11ec819cf72b903975b46aaa8fe7db3
MD5 ed8ea2a890c417b9aa02c118bc588965
BLAKE2b-256 5ba1cd92d0fd0e0c424522df817d2d96af2a24d3e14a4d8e4e4117a7c7913630

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 e192c639e42036725a40da12f26e1e70d9445ca6bc0a3a64946b9d268262435c
MD5 07bdb2d08660b1094a4c144af58a168a
BLAKE2b-256 93b43e926f6f9b6aec266dd02faedc6a1ca2376d7d3e007d462096d6a683be54

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 155e93ad4eddd315103e9f93ac92bfd11169607d177c66124e01282bb08fd777
MD5 d5b32931306a9eb04057123b98fd4336
BLAKE2b-256 2630cc14c0500e52cf6121b01c902b0c4ef606425530232e49fcc171aa53f48b

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-pp310-pypy310_pp73-win_amd64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-pp310-pypy310_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-pp310-pypy310_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 03d6b006ea638b54a4e5020b41813a8e91c8b57239a3109aaedcb3da09c47025
MD5 28212a0a66365867fdee20e2a8ed38a5
BLAKE2b-256 2254759b6705de923a56060c4979c72e0eaf195a53df607d510c9eeba3256465

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-pp310-pypy310_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 17c39b6a4cde4a77461b9594214fb304df7d8582f0d878da445d315b057c632b
MD5 4d528a270f8c480c96828538398d6bac
BLAKE2b-256 9657e05db622aaff7428e40a86b05c5ffd28ca49ced8a0c70e43efa16bd6149c

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 f5b58d0a64204aab94819deeff6edc5e1163498f6ff182911c6d947867edf082
MD5 28ff6645d98b61280a6f96dd0b6ffb76
BLAKE2b-256 fb49cf66e9006fce9b8ce7c3eff47e7ce5667c9ea75badde77f66c8d8cef49da

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 fa6ed19c13451c24e1ccba9d5915dc7ab57a14a73810f7b538b690ad5ba96674
MD5 13c9d255fbafd130ff2c2d5d91cc4c20
BLAKE2b-256 a6c6147ba0aaa421502ecd407d7f040b9a648b918b02ad8229691c20dee61d5a

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp314-cp314t-win_amd64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp314-cp314t-win32.whl.

File metadata

  • Download URL: autosar_e2e-0.7.0-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 93.8 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for autosar_e2e-0.7.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 8d3ae3b71c3b82e3ec75f4bab75fc62c6b879cd3129ff99d1744ae7ec07f8ebd
MD5 1b0896b8ebbc1f353ab5d7bec46aeadb
BLAKE2b-256 ff724bdd7ba27a9251719fbdc6772bbd00e240b4513031e8395a5a0433292e3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp314-cp314t-win32.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0037ec54df6228547c25bcb7c0a26f63b06ef4c6ce0d870f3be9e01124b6b85a
MD5 1f6599fe00f8356f59b03e3a4933b436
BLAKE2b-256 53347d075fc2342f1a34ef5309bf6885393acc79a20399d6914274bfb2083a3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 f87b7cf3a68bb788ee1e2d0af1e8bca8475bb4d2bc919b6dab29bef341fd3a72
MD5 6aeef72b3403982aaaf84d0bc1b47384
BLAKE2b-256 5793afc6e141cb2ee24297dc63d9a326a60a755c77fb033d119da5cc86d1e9e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dcc79e099a59f84d2fa12e15a9945aab85b079a85649f38be1d380aab773dffd
MD5 d9a13089a479aa27ad99bbd234943896
BLAKE2b-256 f3d217e50bc5b2baba4fdbb2d3668813aa4bc07ebc51e670d17b5de15849c416

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp314-cp314t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp314-cp314t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 174cb934699fe4acc44f9f4c3c3db728fdaa44478e77477bb15f912f49fc1c3e
MD5 f0b6a5f11ae6c82a80291b125615da68
BLAKE2b-256 f891ea3afe42dcf733a4e6fd4b72e1aff2bfb3b166d3c450bd491e7a283900a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp314-cp314t-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 5ac6ccf2b45fd34118b178bc2c98d316ac47feb272e8ea70d114f22cb362c896
MD5 4707091b8b2188046c60e3d19d38dcbb
BLAKE2b-256 bacc30fbccdb54874adb3a846695362cc3c38f5249b808c2ca90b3ba8ea63423

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp313-cp313t-win_amd64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp313-cp313t-win32.whl.

File metadata

  • Download URL: autosar_e2e-0.7.0-cp313-cp313t-win32.whl
  • Upload date:
  • Size: 92.4 kB
  • Tags: CPython 3.13t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for autosar_e2e-0.7.0-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 5e904fd5cb7e92796f9b4be2b7fd57ed26940943a2244dbe794414611ee382a6
MD5 b74883bdaa1a7c6d0e5ba8d8d83f7e57
BLAKE2b-256 bc8f82094abe24ea183fa491e135b1bb184625a5d57a400c27107803b2b6b74b

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp313-cp313t-win32.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2135d302d3e8e58b0a7812929143afa132f80332d1228643140154fa3c9a5f7d
MD5 ed1dfd760cf9fc0a75fb34f18db270ec
BLAKE2b-256 dbbf1cd59dd00963097410e14c451f5212bd99e41ff2e8df79584d7e8ada04db

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 d2c7ae393ad4d41602e69c226a8a3b07037f742219bb4c234c09d90787b2f631
MD5 084472c9a0857c7631ebf207299aa064
BLAKE2b-256 702ed3082242645a4bcbe6d1e32dfdc530fb515ebaa1166e9ee7e5569da144b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp313-cp313t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 331575c7fd53a0b0e526ff365a37fd67716d965543510127841341cb94df4ec0
MD5 2660ba3576218d8888994275a666fddd
BLAKE2b-256 213be1aa0cf9a851755d5f0c56e6bb60ba4bcc832a94a4d9ad672170c6a760a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp313-cp313t-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp313-cp313t-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8053bc73294dc1c34ff61715437db7520c5346b8b1ac4fa65d258f08be189eb6
MD5 d36a24c71410b102b3b803ed203fea23
BLAKE2b-256 943d3b490c1983252b8b38c34b77ce336e7d8d19c8fed63d73a1c90ff805401a

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp313-cp313t-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp311-abi3-win_amd64.whl.

File metadata

  • Download URL: autosar_e2e-0.7.0-cp311-abi3-win_amd64.whl
  • Upload date:
  • Size: 93.3 kB
  • Tags: CPython 3.11+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for autosar_e2e-0.7.0-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 cea00213fc9c720a3e3405ff39219ca39f57a3ae1ff4207872a7a6601072c208
MD5 500992bd7a9585981a8a6f6b01775803
BLAKE2b-256 a8bff4252b5c04326ff5153fd1ced9ddc6eec59d9c5c9f733f8c9c2318873360

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp311-abi3-win_amd64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp311-abi3-win32.whl.

File metadata

  • Download URL: autosar_e2e-0.7.0-cp311-abi3-win32.whl
  • Upload date:
  • Size: 92.0 kB
  • Tags: CPython 3.11+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for autosar_e2e-0.7.0-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 3974135736d7289ff33bdf07aa11995e53d9babeffd9da1479ef819a8b8173f7
MD5 918a60a64f9e566292c926b71dc29b2f
BLAKE2b-256 a434caec5e9ccd9b1b840a236dcd717e1b40eea8cc362ab0f9b6554fcf314fa8

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp311-abi3-win32.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp311-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp311-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a75ad750eccfb3d7b51be5d0e8bd81075c76ac034d159ac7386a43b6e4a71e21
MD5 9cb111daa1f96c23ab68137880cbb70a
BLAKE2b-256 e7289152131d7ae587724c4722ce273f30811d63d6269658a8797575dcb6fca1

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp311-abi3-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp311-abi3-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp311-abi3-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 ddfbf67499e9014f913fcba5d4d1db9fb10a29bc58e83ee86049f769c2401de9
MD5 c5b4d990dbb814a5214bc8bc875f57e1
BLAKE2b-256 3ea454029ff9054f95ea6c5b061ad51e922713d6c4063ba7de7f78b350febbe6

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp311-abi3-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp311-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp311-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2862ebcafeb729fbd8e62631e45a10ad08768a25abc81e50219348b0eea2da55
MD5 cdabd6d896021b6ba3c1f48c885c9a72
BLAKE2b-256 ad1ad2a8ad5cd2b7fc8dc3f31b65503b728e56a18c3462150d66e0664c748323

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp311-abi3-macosx_11_0_arm64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp311-abi3-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp311-abi3-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 79e109db2e616262d9f67bd811148e436284f841ba4956a457a989535b00cd5f
MD5 226d9cd104bb66e5e0c052cccb89555a
BLAKE2b-256 9ca0be853067cb794202da1a1f98511f1d94d999487a7cddd1e2253a46579631

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp311-abi3-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 eadd6f46a1620631cbd33323da48cab30e37714c6df87c0cb7147c3c749e4dba
MD5 aaf7502558b1b4ba3ebc69a53b7c9ac0
BLAKE2b-256 db77effb3638ac6c1f4d2bcb7423e9587bfbc10cdee21d3a1ab40cffbf7caaa3

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: autosar_e2e-0.7.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 92.3 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for autosar_e2e-0.7.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 bda5d8b794b778bf26c19b15ad6115a78c39a9347118d61bbfa2769d05a1998e
MD5 20cc9e75e986e6d1d0eda386c09e1bab
BLAKE2b-256 23418fd3234db8daf3add30843b9b1a18b660173e71252dbaf4b5d5d60580d47

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp310-cp310-win32.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 027d04831c515a7b79649f4274837900c3bea3bd4205d5c6a51111c21e58b6b5
MD5 592d194899059accdfd0bb1fea753311
BLAKE2b-256 92e1de52a7aa5725801b2934218cb829e84756e57c3dcd6b7f6e160882b3dc31

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 efee9c933330f8d84705cb5b86137565bd7ab4114f2b2a5c0e50741829c667d4
MD5 20946e1c4839242b0ef1ec16bdb4ce7f
BLAKE2b-256 50e764cb675844e145c355bec4b2268bdf271f618b46b2b92d1b00bbc2177437

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f2fda53c5307ff65d4f43fa0e376d7eb12a5f72204d9634316df54b17497ed96
MD5 629048f09e23c48f7970130070ce8a35
BLAKE2b-256 d3d45d58d5a6debbbe2d9429106ce39f89f021e5cc63373ebb45bf8fd0e45cb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e78bde26da7d0a909072bf758c98ccb1390db79a028ed8566d30f3a4a264ede9
MD5 dd0f50ae29962164d17be3e0352dda6b
BLAKE2b-256 cb0bc918f5f98e24071d80e17d215f58547a9b4b965a6f4c9834a4340a99a03e

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: autosar_e2e-0.7.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 93.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for autosar_e2e-0.7.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6fd236c7a853ce27b8109a6a26f6f34c119b07aa5283ce780e933b9790c34d85
MD5 82162fb69afed08766d81cdfdb92a447
BLAKE2b-256 7b6816be247ab81b66f765a481d3311bdd7728d581082ae6cc125c7df929d66b

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp39-cp39-win_amd64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: autosar_e2e-0.7.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 92.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for autosar_e2e-0.7.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 072dfeb8be3678d7e13339cfe40797c6e6e6171c1e304839fa0863197e21eb6d
MD5 de116c3f9ff0807c6a048c6b83e8c416
BLAKE2b-256 75cff6a579159e1bf7581fabbbb93ae40726cfe0a0d51650b570ce78ad0d2028

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp39-cp39-win32.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b039d1c28cddf47aadcd4ff11bb528bdfc4a455fc8c69a58d680698c1b0069c9
MD5 efe88d75fba3f529cc82acad7521dde7
BLAKE2b-256 78bdae3db37c9c8763aa64ead870173d5bba651a6d971c778ed5eea51bc84310

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 49f2622b5c37000138b002d5cd8d22398591afd68eeac2839928d1d51a3a972a
MD5 d3ac55e4610f9d0088e356fba8f6d1e7
BLAKE2b-256 94f183f0e2ea0cc3cad0288feba90418c0f47c2515f3afb632eddaa5f348f881

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2425b79701c09da91997061a015d8096c4d6dbf68acd5273d55428090fe87dc7
MD5 d260c12d3b79e8a7e038415aaa360e80
BLAKE2b-256 fa51c480379fb956eef9692b5905691b1322d4066d28acde7f7aa5c1a54e7d0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d4bfb2ccedeb4d1ac67e6fdedbdb75f2e1f66c786ff54ff597f73403266e1c3a
MD5 5666af5fd9a38a1ac307c39d20098d58
BLAKE2b-256 b6e3596737f3387c49daca3a549d1666e91e2eaa1e59d6fda1a5246391fd7662

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: autosar_e2e-0.7.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 93.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for autosar_e2e-0.7.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f23a5f144e0baa1c17b597cf4a8af5e9098442f50f6458446357b1aad8b872df
MD5 1b5868cb040b5370b7b247413a10ccdd
BLAKE2b-256 310b2ffe355b9cd3bc63cec99cb3c49eca0f680c536071a1a3cf642e0b26270c

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp38-cp38-win_amd64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: autosar_e2e-0.7.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 92.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for autosar_e2e-0.7.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 970feae3f3ba5a9263970b31b51fbfbbdeadda5dc4609fc09d45252f7ea866c5
MD5 f7294d14a9a0a08d116eb7f572cbebe0
BLAKE2b-256 053e2b1ff88f4ef23ab7c21cee3998d235170f7fbfd0bb23a0e932877b8bfd4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp38-cp38-win32.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 df9820f06b549c23d2c149fb094084195308ce9b57276527d007ab6b3afb4679
MD5 e8549e3e67a414ea9caaa9032f4883b0
BLAKE2b-256 636e54e306653ccda28a7fdc4baf3da59e081e718a6bad0a8a5c170197b9bb3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 39a97b6b26819aeb49afeebd271cee46dbf67594aff9f430333691cbd5cbfd83
MD5 ce8cc716f1b2fdfa93dcfcafd558b9a1
BLAKE2b-256 0ef8d87186dbfd9c729c2d0a3ae42e1dc3ea6a3499ed9786aea1303e33e7cafd

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a7a8aecbb1d705654e75e127d97ee7a69f74651cbd5e4ed81c0ba3cc9ceda075
MD5 97812fcf228fbb2ff2b98d4b91e3d564
BLAKE2b-256 ad77e56eab14ddbe10a9b62410607e52eca3f57c17b4e8e717a9d9a82560e246

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp38-cp38-macosx_11_0_arm64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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

File details

Details for the file autosar_e2e-0.7.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.7.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fd073914d2c09635d132bcc7ec550c388cde16f5812e9496e6048f548ec50e07
MD5 8c8e9a7874ea631ca66b6a771481ecdf
BLAKE2b-256 af735d469df45a1336db35e78be3726abd469532292ed774f3528328056273b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.7.0-cp38-cp38-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

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