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 and 5 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.5.0.tar.gz (27.2 kB view details)

Uploaded Source

Built Distributions

autosar_e2e-0.5.0-cp311-abi3-win_amd64.whl (96.8 kB view details)

Uploaded CPython 3.11+ Windows x86-64

autosar_e2e-0.5.0-cp311-abi3-win32.whl (94.3 kB view details)

Uploaded CPython 3.11+ Windows x86

autosar_e2e-0.5.0-cp311-abi3-musllinux_1_2_x86_64.whl (87.4 kB view details)

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

autosar_e2e-0.5.0-cp311-abi3-musllinux_1_2_i686.whl (89.6 kB view details)

Uploaded CPython 3.11+ musllinux: musl 1.2+ i686

autosar_e2e-0.5.0-cp311-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (87.3 kB view details)

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

autosar_e2e-0.5.0-cp311-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (88.7 kB view details)

Uploaded CPython 3.11+ manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

autosar_e2e-0.5.0-cp311-abi3-macosx_11_0_arm64.whl (81.2 kB view details)

Uploaded CPython 3.11+ macOS 11.0+ ARM64

autosar_e2e-0.5.0-cp311-abi3-macosx_10_9_x86_64.whl (82.2 kB view details)

Uploaded CPython 3.11+ macOS 10.9+ x86-64

autosar_e2e-0.5.0-cp310-cp310-win_amd64.whl (97.1 kB view details)

Uploaded CPython 3.10 Windows x86-64

autosar_e2e-0.5.0-cp310-cp310-win32.whl (94.5 kB view details)

Uploaded CPython 3.10 Windows x86

autosar_e2e-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl (87.7 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

autosar_e2e-0.5.0-cp310-cp310-musllinux_1_2_i686.whl (89.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

autosar_e2e-0.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (87.6 kB view details)

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

autosar_e2e-0.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (88.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

autosar_e2e-0.5.0-cp310-cp310-macosx_11_0_arm64.whl (81.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

autosar_e2e-0.5.0-cp310-cp310-macosx_10_9_x86_64.whl (82.3 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

autosar_e2e-0.5.0-cp39-cp39-win_amd64.whl (97.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

autosar_e2e-0.5.0-cp39-cp39-win32.whl (94.6 kB view details)

Uploaded CPython 3.9 Windows x86

autosar_e2e-0.5.0-cp39-cp39-musllinux_1_2_x86_64.whl (87.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

autosar_e2e-0.5.0-cp39-cp39-musllinux_1_2_i686.whl (89.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

autosar_e2e-0.5.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (87.6 kB view details)

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

autosar_e2e-0.5.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (88.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

autosar_e2e-0.5.0-cp39-cp39-macosx_11_0_arm64.whl (81.4 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

autosar_e2e-0.5.0-cp39-cp39-macosx_10_9_x86_64.whl (82.3 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

autosar_e2e-0.5.0-cp38-cp38-win_amd64.whl (97.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

autosar_e2e-0.5.0-cp38-cp38-win32.whl (94.6 kB view details)

Uploaded CPython 3.8 Windows x86

autosar_e2e-0.5.0-cp38-cp38-musllinux_1_2_x86_64.whl (87.7 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

autosar_e2e-0.5.0-cp38-cp38-musllinux_1_2_i686.whl (89.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

autosar_e2e-0.5.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (87.5 kB view details)

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

autosar_e2e-0.5.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (88.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

autosar_e2e-0.5.0-cp38-cp38-macosx_11_0_arm64.whl (81.4 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

autosar_e2e-0.5.0-cp38-cp38-macosx_10_9_x86_64.whl (82.3 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

autosar_e2e-0.5.0-cp37-cp37m-win_amd64.whl (96.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

autosar_e2e-0.5.0-cp37-cp37m-win32.whl (94.1 kB view details)

Uploaded CPython 3.7m Windows x86

autosar_e2e-0.5.0-cp37-cp37m-musllinux_1_2_x86_64.whl (87.3 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ x86-64

autosar_e2e-0.5.0-cp37-cp37m-musllinux_1_2_i686.whl (89.6 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

autosar_e2e-0.5.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (87.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

autosar_e2e-0.5.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (88.7 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

autosar_e2e-0.5.0-cp37-cp37m-macosx_10_9_x86_64.whl (81.3 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: autosar_e2e-0.5.0.tar.gz
  • Upload date:
  • Size: 27.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for autosar_e2e-0.5.0.tar.gz
Algorithm Hash digest
SHA256 e20f7ee7c95c50a752e6691abfdaafdddba8c76db5b740d1071c1a7fb60c7241
MD5 24643120d6e53a544187a1d861208c4c
BLAKE2b-256 ace398d575d2957dd1d83bdcbd8fdf7d8a825600a8cbb20bc573ff77bc94c0e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 d1d8acfc305040a530ee56cf8706ad811bfb24d3f6a0c723342f01beae5c0062
MD5 619201697fe7669c27b6066731ba45d0
BLAKE2b-256 90cabdd48ae081be1b60abd60bcd06758833dacfed1ebe8f9cbb4dd7b0297b4b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: autosar_e2e-0.5.0-cp311-abi3-win32.whl
  • Upload date:
  • Size: 94.3 kB
  • Tags: CPython 3.11+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for autosar_e2e-0.5.0-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 c0fffb7d47b31a25f2ad077b7bb6b30b033268dacf05f9472a16003d4cfd64e8
MD5 0270b5abf434d8746f15b03583a8e241
BLAKE2b-256 0d05f223ed24681ee386803f02ded5eaf45a4ada1f65aa0c79c661b1a6c11d29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp311-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 91eb511e341e92ed06ce09cb749dc2f0edb27629af350dd27b94d5a5150091e4
MD5 33f1c6b4190b36c75307d49dd4eccc49
BLAKE2b-256 ea60310228800cdda5d67da6b43f3b18c177b260b8476146515365a1586bc94e

See more details on using hashes here.

File details

Details for the file autosar_e2e-0.5.0-cp311-abi3-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp311-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 89e075099f60763748113f85dd8f430fa9e0acf0eeec9a6140c09a150bf82ae3
MD5 3691b84503a80087cfdc522fe9c451ed
BLAKE2b-256 49d5dff4c88071b3a8ca9390f3999783b89a7b4302cbb0d82ef7fe4962dee389

See more details on using hashes here.

File details

Details for the file autosar_e2e-0.5.0-cp311-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp311-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48caeaf72bee2dd4378f9198cd7ab5d2fcd588efa238a57e5f299ade744fcf55
MD5 3e2eab6faa32ea794e383cf793bccc44
BLAKE2b-256 935f7a1a157b78de47f34340df42e40dfa0a60d2011eddf4339a2579683e4171

See more details on using hashes here.

File details

Details for the file autosar_e2e-0.5.0-cp311-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp311-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 237f38839cb08e00debd11036245a5b50fe7aefdc67ddc790c6c8d807752c04f
MD5 03b46bca504202671ed88c7683d2c0e5
BLAKE2b-256 abf09a2e58ca65d8c96faee5255f51970ed17b249a4e85f6a1691d8352c5bab0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp311-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3242093b72af2a97888c8da064690085703d81a02c97446874de364d97c3c2b7
MD5 eb340765b7c1b0c3ff5bd212ef54dddb
BLAKE2b-256 d01a95e36f8ee78879cb22beb75bf21301069e3eeafeced1fa0bf4aadb932e44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp311-abi3-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9fce7b3128a95ffcda33cd081224bb36a3f0e9fdcd83a8a9b987e4d1acfbe11c
MD5 83c85ea413b12d4653b609430d44ce4a
BLAKE2b-256 65641090df7032c637fdc109aae10963f0fc738953b9d177938c68d42092219f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d426f0d903ef3835e3f995f4aeb1f0de910951c6c85cbba9b29bce86334d3422
MD5 bd46503e5b106b65aad375656b01d624
BLAKE2b-256 0f3c18fc348d98e73fd4a930b3e50e31dd7f144ecefb5ddd1b1f6fbe07229ab6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: autosar_e2e-0.5.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 94.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for autosar_e2e-0.5.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0b66fdce9672c1d5d1325707fc5ddfc5636efd8bc33b5c3625fb3bc8bcac8b5a
MD5 91d1121f64b24ccbbece01f8d020fe73
BLAKE2b-256 9b4ee62be382b57f12b8742d2d934d50c14443ad7743d99dc1eec1c6d5971ae4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7b999c171c6f23a0a6b9f456ea2c122764624b3d2996026802f781712c86665
MD5 b8785ca0ca1d37c7ca218e71786e5eda
BLAKE2b-256 0d370c95810165b6f9720492704970ce1349b2c9781097030bb39a19d71e1a1c

See more details on using hashes here.

File details

Details for the file autosar_e2e-0.5.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 181625f7afe2f45bf0704996ff3dc33cdc64b4e854e0aaf3f31bd27ba3dfcb31
MD5 88a6856b67c6378c814c54d86989f275
BLAKE2b-256 ec1d14c90c6873d3f3e868b75541d2b329065e1351c8b8ee8d979edff055f851

See more details on using hashes here.

File details

Details for the file autosar_e2e-0.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49794cd519d7d08c4c25f9566f8a2759123db5b2e1d695b4c41218f2b67e01ec
MD5 a60bf177f60fe3e387083b8034ac7372
BLAKE2b-256 608d154a7f260afe87fb085a6bcf4dd1f59962f4adce1757df86421a1012dedd

See more details on using hashes here.

File details

Details for the file autosar_e2e-0.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 409bc7fcb94bf090df829a28b631376bd72781e7c6d336ec112f6cb626b80873
MD5 3f2fa1068f67773630c6dd811e4074b1
BLAKE2b-256 b81367435896593453257e7481eb355483815050e072c1942e04b47f499cf0eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f7c5dfea58c91eb83cc77015107d772459353188c953c37f93237572f7972eb3
MD5 a76dbe62ef54f7964ecd89cd054cbd95
BLAKE2b-256 ccb692ae2961a015340fe1135349470e9fdae5af45034d5cc4b9f04e92f91011

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d0abd212942dfc3a27921fc11d658083363bbdba19f0336de49b90ca52ae5542
MD5 3d8aed933c521bf55e408fd059156e14
BLAKE2b-256 1621e2beb2129e415cf4935c67ffd94c52df6d57fff58bf9c106e7cb2c6327b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 999b4097272579ede6eb13e5ff3d2c8229393c62482c1771a140ae172fb46b73
MD5 cbc8993d346e9b08c91b276e50a6edf7
BLAKE2b-256 ac91dca441cb1749b7b6ce4aa2de2b58d4abe3b912d082717c1f4cafae22ea80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: autosar_e2e-0.5.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 94.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for autosar_e2e-0.5.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 86d6f306a3e45a54975efcefe462baede248dd0f751a6d302d12985e0765c427
MD5 e2c44ac50c7e52334870d9d850d44695
BLAKE2b-256 2ab28237295e159002b79d4937ece411ba7809f176cfdea44f920d1a4e9aa1ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fd3349789f7fe7a3ef2dae4fd9ef91c3dc5cd4986b96c7d93b0b9971791d6231
MD5 6df38dc62922e35109fc6c42ea77067c
BLAKE2b-256 5ca674f626de62a727791fa17a786727ee698a1639a7f89f523296ed57b7e779

See more details on using hashes here.

File details

Details for the file autosar_e2e-0.5.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2e095af428ee1e81d114c52b2a5874029f8026288f2dcc1211b230910b9a293e
MD5 5933e847cb412773ef3c73d74656ca26
BLAKE2b-256 92538769deff358f502f7c7bed3aa15ed3ce6c1716bcaa9ed67d0569b42855af

See more details on using hashes here.

File details

Details for the file autosar_e2e-0.5.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 935fe0ca27e1275c75114977658e39fdf070e1a629db88ffb7cb7d948b7cd268
MD5 5f14253d8425131b8715c77bebaf16fd
BLAKE2b-256 58a705bde1c297c7b92ebdb3bf2d45659944351a78b922e130d524b409d4fc76

See more details on using hashes here.

File details

Details for the file autosar_e2e-0.5.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cf199e453af68d4f9130d59d2575d707fbb028c2973bd810de288542cc304a45
MD5 191fcd67bd0e6bf2582c18f027e03aab
BLAKE2b-256 d8e2dbcb93958329c47befda8758e1e4916132cafac0b75cecd19356acbabf90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c01bdbb06b0cfa164404e1303d7e93e03ab69d57b4a14cebb0581dfc1f380044
MD5 a168568a541cfbac8d74391c5996bad9
BLAKE2b-256 ec2d3039892bc7d18e8607f75af4b8ea30ad43f115ffaf312728148900ddcb18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 be9b35dc328474c006a55444f6ce2b4317b4cb7e9a81b95242ba5169d159b73e
MD5 d4de429689c0264547ea8a2b407f8743
BLAKE2b-256 f7dc2c6e55534dc505857df2d79ff5a7a0f3774981c31ec355b1410c4e88b5e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6141ef61c9807906ce4c56f8efdedd3253437febd33c4d39f1f002221f871193
MD5 14b34a00b52f227f92214ec9b4bebcab
BLAKE2b-256 74ed85faa0d06c5ed7d201167dedc5ae14225b840dd48270324bdabd730d23a8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: autosar_e2e-0.5.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 94.6 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for autosar_e2e-0.5.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8667b44ae0951050198982a00eed7abc72dc5c53275c271e209c984b6b0244c7
MD5 b18ce9dff8f5e964c3f7e28739285a5a
BLAKE2b-256 451a1b144c6d79ee0c6345c36abdd794e130a457db65e841364c2f8cdda6f380

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e34a3b89a6c126b45ccd56100e514a9d101d6ab1b063e7d7cdb045c2e55a315b
MD5 a4efa48acb1ca0d5c624bd9409bbe820
BLAKE2b-256 68014e12b21367f943823eead3b520411d12eccd89435f0b43aadeabbbb97405

See more details on using hashes here.

File details

Details for the file autosar_e2e-0.5.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d7eb17c27608d02765ebbb3d133dde01a5af78e522637242432c99cfc144fc37
MD5 6b60573a21d843018b1c5888b56384f2
BLAKE2b-256 633ce97419f6bc704df46a7c8f37cacc7d9c7e2b1719ffb03c1d5e3d8ba8ab6d

See more details on using hashes here.

File details

Details for the file autosar_e2e-0.5.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2418ff4a12e1eb988ada78baaaaf87c5722cf0a3f0cfbf4b659535579b05e2c2
MD5 829060cd609d49aaf69fb410277f8bb7
BLAKE2b-256 363c2de970ef1b7bce4f0a450346694bac8fcaabad0bb4d6e5b2b899bf61cf11

See more details on using hashes here.

File details

Details for the file autosar_e2e-0.5.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ade05e15d487df25a0b1012b27c0e3f1b36131188673e37032dc5c143c7e7ab1
MD5 859f310871c0f13db169eef500d09268
BLAKE2b-256 9d7494853d53c2af7f07f3684022a3de0508129cd2c4a5971239b137fbe99f42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 639a077e5155ccbce901d34ebe6546b9149f6bfc939e7e85e510ba9f42b4ae97
MD5 417518950cf73185ad9d59fc4a7a4fd4
BLAKE2b-256 c26abf343bf56153f860bce93c5b4128f7d2280a18ee9889bec658602b4b00d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a79213a972695053d92ef5da129da950188899e4f9025dec67bf74bc1b606d92
MD5 ae9c7a4a4787f715accc22e92410d7df
BLAKE2b-256 633a03444ca14ece4f22a4a0338f9d7ada2d8271945c0a4b272436e97410f514

See more details on using hashes here.

File details

Details for the file autosar_e2e-0.5.0-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 04b745a342d03cf24bfac9318ce6a126f19ef2fc59589b7ba2f81f2db90ac507
MD5 21a22a2a528be9917ed8bf7759337b9e
BLAKE2b-256 9f51e1ecfc5040c5bdeb6e687039edebf37da1487c1434afa860e7f1596b3437

See more details on using hashes here.

File details

Details for the file autosar_e2e-0.5.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: autosar_e2e-0.5.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 94.1 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for autosar_e2e-0.5.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 a7475517b26b6292824e772613b4e07aa6d456248865929b476913ca0f0ce2d8
MD5 a43a36757440eb4c61dcdf8626bab064
BLAKE2b-256 2dc1835fc9dbfed75137187b1b4a856a4a7a71274f546f0f396bcefc7caba183

See more details on using hashes here.

File details

Details for the file autosar_e2e-0.5.0-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b95c11eb5751563fa9983d990a7bfe6483194a338aadf8a02198589d4236f675
MD5 a103d8ba216cf234e8d6643cf5bd7982
BLAKE2b-256 1d7c493f1877914f52d179d27dd2dae110c0ea7339342b8577dacf7a5157b1c9

See more details on using hashes here.

File details

Details for the file autosar_e2e-0.5.0-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bef5e41c2a410b44b9a4d0e99e2a9aafbce6168ab788af9c174821787710ead0
MD5 325a7266596e649b3dbd17d390de8911
BLAKE2b-256 6b354a3b69bb87db250951bccf32b2cc0a873aa0fa1c7f5f54479015d02eb18b

See more details on using hashes here.

File details

Details for the file autosar_e2e-0.5.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 76a97e846c7a6dd044286fe90027d73605cd643df02b7aa0352c68bb7448243a
MD5 bfffca0135992dc3458c50efc585624a
BLAKE2b-256 31a622e4c3acb3fb8840f00c6f74899e9ddf5ac4f37d16b27bb994e5d3e37c3c

See more details on using hashes here.

File details

Details for the file autosar_e2e-0.5.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8009dadc9fa290f46e0f211773cb4f1129140262db2464123c1131b7e2dba5f9
MD5 c9aa36d3afbc2108d66bad37df6b29f0
BLAKE2b-256 ecc261bd623c73880358826fb482601da5fc4134bae160a38cac8e3d7bc43232

See more details on using hashes here.

File details

Details for the file autosar_e2e-0.5.0-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for autosar_e2e-0.5.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 120a8292e4830c6dd9cb2e0e3492ae5dfdd8908584819c6a99e1f07b0494c7b2
MD5 46d86cf54af7f338d3f41064d2212616
BLAKE2b-256 e1de5612dc1ea4bb305c040e53ef5222c0d1d2d22f234f3e1ad16615de2f880e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page