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.6.1.tar.gz (28.7 kB view details)

Uploaded Source

Built Distributions

autosar_e2e-0.6.1-cp311-abi3-win_amd64.whl (105.0 kB view details)

Uploaded CPython 3.11+ Windows x86-64

autosar_e2e-0.6.1-cp311-abi3-win32.whl (103.8 kB view details)

Uploaded CPython 3.11+ Windows x86

autosar_e2e-0.6.1-cp311-abi3-musllinux_1_2_x86_64.whl (93.0 kB view details)

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

autosar_e2e-0.6.1-cp311-abi3-musllinux_1_2_i686.whl (95.7 kB view details)

Uploaded CPython 3.11+ musllinux: musl 1.2+ i686

autosar_e2e-0.6.1-cp311-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.1 kB view details)

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

autosar_e2e-0.6.1-cp311-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (95.3 kB view details)

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

autosar_e2e-0.6.1-cp311-abi3-macosx_11_0_arm64.whl (87.2 kB view details)

Uploaded CPython 3.11+ macOS 11.0+ ARM64

autosar_e2e-0.6.1-cp311-abi3-macosx_10_9_x86_64.whl (86.5 kB view details)

Uploaded CPython 3.11+ macOS 10.9+ x86-64

autosar_e2e-0.6.1-cp310-cp310-win_amd64.whl (105.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

autosar_e2e-0.6.1-cp310-cp310-win32.whl (103.8 kB view details)

Uploaded CPython 3.10 Windows x86

autosar_e2e-0.6.1-cp310-cp310-musllinux_1_2_x86_64.whl (92.9 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

autosar_e2e-0.6.1-cp310-cp310-musllinux_1_2_i686.whl (95.6 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

autosar_e2e-0.6.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.1 kB view details)

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

autosar_e2e-0.6.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (95.2 kB view details)

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

autosar_e2e-0.6.1-cp310-cp310-macosx_11_0_arm64.whl (87.1 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

autosar_e2e-0.6.1-cp310-cp310-macosx_10_9_x86_64.whl (86.4 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

autosar_e2e-0.6.1-cp39-cp39-win_amd64.whl (105.1 kB view details)

Uploaded CPython 3.9 Windows x86-64

autosar_e2e-0.6.1-cp39-cp39-win32.whl (103.9 kB view details)

Uploaded CPython 3.9 Windows x86

autosar_e2e-0.6.1-cp39-cp39-musllinux_1_2_x86_64.whl (92.9 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

autosar_e2e-0.6.1-cp39-cp39-musllinux_1_2_i686.whl (95.6 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

autosar_e2e-0.6.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.1 kB view details)

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

autosar_e2e-0.6.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (95.2 kB view details)

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

autosar_e2e-0.6.1-cp39-cp39-macosx_11_0_arm64.whl (87.1 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

autosar_e2e-0.6.1-cp39-cp39-macosx_10_9_x86_64.whl (86.4 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

autosar_e2e-0.6.1-cp38-cp38-win_amd64.whl (105.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

autosar_e2e-0.6.1-cp38-cp38-win32.whl (103.8 kB view details)

Uploaded CPython 3.8 Windows x86

autosar_e2e-0.6.1-cp38-cp38-musllinux_1_2_x86_64.whl (92.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

autosar_e2e-0.6.1-cp38-cp38-musllinux_1_2_i686.whl (95.6 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

autosar_e2e-0.6.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (93.1 kB view details)

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

autosar_e2e-0.6.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (95.2 kB view details)

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

autosar_e2e-0.6.1-cp38-cp38-macosx_11_0_arm64.whl (87.1 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

autosar_e2e-0.6.1-cp38-cp38-macosx_10_9_x86_64.whl (86.4 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

autosar_e2e-0.6.1-cp37-cp37m-win_amd64.whl (105.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

autosar_e2e-0.6.1-cp37-cp37m-win32.whl (103.7 kB view details)

Uploaded CPython 3.7m Windows x86

autosar_e2e-0.6.1-cp37-cp37m-musllinux_1_2_x86_64.whl (92.7 kB view details)

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

autosar_e2e-0.6.1-cp37-cp37m-musllinux_1_2_i686.whl (95.5 kB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

autosar_e2e-0.6.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (92.8 kB view details)

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

autosar_e2e-0.6.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (95.1 kB view details)

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

autosar_e2e-0.6.1-cp37-cp37m-macosx_10_9_x86_64.whl (86.2 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: autosar_e2e-0.6.1.tar.gz
  • Upload date:
  • Size: 28.7 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.6.1.tar.gz
Algorithm Hash digest
SHA256 150476124a65d42d1dd41921820bd87e690e819092e4dd1a8eba1fdda1d49021
MD5 cbbde2c494b8ebd911e1e4620d044565
BLAKE2b-256 c1b86e566a52093b9224ede91f33b58fd71e3c7c8be4570cccef7ed68b598497

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp311-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 fa3d508502924abb5e9364b650524b418b349a13b93cd0f5d265166eb42e6704
MD5 6390c6ffd045034145fd11aefdb2d4b6
BLAKE2b-256 ead454a800d4c30e1c53ebe8aa9a47d94896cb6de955be6077ac026d78886cc9

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

  • Download URL: autosar_e2e-0.6.1-cp311-abi3-win32.whl
  • Upload date:
  • Size: 103.8 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.6.1-cp311-abi3-win32.whl
Algorithm Hash digest
SHA256 1a5d5778fa6cf426074cb6e6e690fde91457de8f196db3bc05790a995a4aa4f3
MD5 9c8ea33902a834543396495fee60ce56
BLAKE2b-256 07dcb8eb8f51283ea2a722bb86e97a5246e27b24ff3a6a0f5a8a01fe5030dc23

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp311-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b9a1c3fac35057f3f217f28de72085c3c951a2af8e7149c4fb55bb79a9d4a08
MD5 90b315bd9149ed1f61e19cb319feabe1
BLAKE2b-256 cd52aed0d67df0da1b21e5d5815fd19b343e4bcb46279961dc2e427f60ae31d9

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp311-abi3-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 de50666cb82b191e76ecdcf40cbb279f738923908e59c1492c4c59fdad904c62
MD5 d7a994923bfdff574c2ace9cc5f38822
BLAKE2b-256 27cc9e5490d28c8becd85d15ee6e05e7156981297477e8d15fa6af6ae6595f8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.6.1-cp311-abi3-musllinux_1_2_i686.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

Details for the file autosar_e2e-0.6.1-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.6.1-cp311-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 db1c39d743f6322b29f7160bb9fd423de019e0cea5f3f567f39efcdd659d8f61
MD5 d7dc50e6b265c6eb7c4861d06f7cd791
BLAKE2b-256 f3274810e17edc83f92c7debe8816a413b6a0f2c43f17941adf01156a623af3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.6.1-cp311-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp311-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 651abecfd92e470a0619d9f6ecc3f6753e77c3b13231896055b090d960149c1e
MD5 9ec7a09455ebb5232a59b7efe375d50f
BLAKE2b-256 e47fa221605b2cdb353560e17b5a9026f9b99580e01d9234f77e2838ff74c3e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.6.1-cp311-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp311-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e4ebbcf4cc3700a86bc768bbc45e2daf903afc408e62efd20b11d97704a0aa7
MD5 26c5683654f6563b042af9552733c071
BLAKE2b-256 4c96e4bc1b446c4e95b37325d4cb8fc8565e3bdbd27ab1286beabd0038b7e6a6

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp311-abi3-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2346575bdc1043f0022e380c7c632f670299ceb0fd3beb4618c1bc49b84d831f
MD5 1b75d973089699c3116a7559a5fefd99
BLAKE2b-256 99a52425f3f91fbb71147f64cd071dd4e14c204dcf09fe6f021e0110602a676a

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bad63591f5bafd5aaf1d61ad1a3747399a7bbdd613b5a6ba623e81693a803b34
MD5 df0091e9ef8dfbea7045e99fec818f6d
BLAKE2b-256 7bdd25e81c674bc158a14e340a8f184ad7e79e763b4aaf642b85f49352a6f557

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

  • Download URL: autosar_e2e-0.6.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 103.8 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.6.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 fd17125f76dcb50c24e2da81786d52c7cac2e4b69fb011918047739e843da6d1
MD5 e6e6a0051529702516fc6ed729300cb4
BLAKE2b-256 adec7b676d3dc4548d6dabe31c4cbc555ee55403a1989097d04c00f981bc123d

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7fa3416c514c8971c91708f42a07bae7ce917179f2d3998d4c05f1da5d6bee68
MD5 b003f96d772d0826b2025a7222bc9bbe
BLAKE2b-256 4964ffd762247819969231d4fee99f656f277d2f6b325ff52d27b0fca3e64183

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 652e922dd3b55734dc1d961b30dd59a9a59e7399b111e84b9f7d0fbd76bed350
MD5 1ca1afe76df71c42ebf6e67330038edf
BLAKE2b-256 603fe5c13940e63a5551d7bfa91db2f67854c4ced508319454fe29f29c7e4664

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.6.1-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

Details for the file autosar_e2e-0.6.1-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.6.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8b72e6e38421f8f8a34a5218200404c4a863d2489be7a6bf3de5ccff8f9511b
MD5 3800caeebd55e882a4c13778a7e5b5b1
BLAKE2b-256 0da84d7353e1545c85c30218c2e12027216eb9c568a4136223b2df67114a18af

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.6.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 90157c07e4b8a3e6be0d6fe1e3d76051c15efd63e917be8b2ca52f999bc3c259
MD5 1c4f7610c66b24e74bc2dec19e4f1f23
BLAKE2b-256 83d4939ca477c484c5395562d7ad8c504eaf39c501f78852f91d9dad7faf53c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.6.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7891771d74b1a03c5a9a30e3472db7c527d9c0c2fc720ff49fdf2402f6517534
MD5 061315d08d79c6e647215b577ece88a3
BLAKE2b-256 462382f4c96be77f2034dde5ebabd4d6af69aa78c79f669bf9a07b09e6b4ea5e

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f98ed74db4d61d41a8a3f27d1968acf9edf45369637b29a353924e33093c2be2
MD5 6becedc941ac4347ab75dd8438d724ad
BLAKE2b-256 75e1a4e83af9ef889f90edca20366689a1309403e5f6ef8798e1f4dc8534f926

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 77df7aeb9f4126812a26622381b6f320b1eb81feb7a383b9a11a32c17e4b2d34
MD5 e8b8c78a33063e3ac2c90f4824d28710
BLAKE2b-256 396b24d01881f3865d331cc966df21af1e210c473467a351b683bf5a087e81f6

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

  • Download URL: autosar_e2e-0.6.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 103.9 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.6.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d642b3f515f8be460e3a2ca54937cd8e3f9bd1251234435c83db5ef037c43df4
MD5 47fe2a4714eb279f52d713cee03072e4
BLAKE2b-256 8022bc766157636dbab906c2b3f06aeb763827bdd49d40a8261a81592d182b32

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d06a9a1aa66221517fd96a01618c4e37c9f2b049054e33dfbfb7bc35faa40526
MD5 9ea2084f1938b430c3760b3745f85412
BLAKE2b-256 5211786975ff2e2dcd3a79db729557a8b9a1f9fc7137f05036b2e36297bc25f2

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 593c56e2489c12a8a796e864409b1abda5270ba988484a41b31ea3334c713ae5
MD5 7ba807f6af6df7f98d426b942400f165
BLAKE2b-256 ad0e0dada5afa41d6f1104a052c643a7682e43fcfe9bdfdbdf87a84d5e7f0f9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.6.1-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

Details for the file autosar_e2e-0.6.1-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.6.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e4596428cd53db8433f769e4c0933a0c1a7b993c3505851f70ed880948a55f0c
MD5 0be267317049e7b0fcf69679aa9868ff
BLAKE2b-256 b64ef382ef4b065c14f732d96d3d0578d915021e1ee8ab6890792d0d0122c121

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.6.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a2da139d058a0338cf74662ef76f990bc7179fe3e3a0ff2f19dd5c83d56f83c8
MD5 9d5516dd4dc895b9fe09a3407397c7c2
BLAKE2b-256 abd2f311f23a9b37e6a708b8baccc6860dda90c131bea16afcaf726e63c26e2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.6.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b8cff0f56922b7a1372c8bf28494e464d82f897e03c1a6c82215ad0fe319c1ef
MD5 0be0f1da8c8cec620bfa600af74e5561
BLAKE2b-256 64130a41be312a246570ea1852a4c3fa227ede78c3b82b9d585779d835522c91

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8c4afeee5bd1d3afee6baa210b14dfda4d0907f0f161c25b2ac192bd4a75cf83
MD5 7d8f61e011eb869f738cec083fee6a9f
BLAKE2b-256 58c92c375268d20d2c2edfe2c2dd0e9d8e2758687781c8eaaaaf6b3913422ebe

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d20e24eaea6c393d91af55df71b8d239dfb6a4f65d17fb760b36dc5307d756a3
MD5 22e0f7a795374c90861d7077f2d45906
BLAKE2b-256 17b73bd034ec6d152d9b47f7a2df787bc85deb3184a71faf920f9fc59afc3e22

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

  • Download URL: autosar_e2e-0.6.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 103.8 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.6.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 86f69c5ecfe4f8b863d97ee69abf8831683bce112f2d2c7fc0825f4bd2a8e886
MD5 dda08769075d6e5076f4e0126723776c
BLAKE2b-256 74273b33cdf9c08af487b3cecdfb49ac078dda30cb38c2f106090c69699f0f94

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da458ca72aa16e0853c230efa86d8bda119c7716e75a3c6382e0658a814df113
MD5 06487929aa4b93aa9c77385ef484a8a1
BLAKE2b-256 365f754d8f82ec63a504f95d05327159572a44efe36b3b3fdf15f218b362d69f

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f179166885b9dd970755f8795a69251de70e55713a7ca8d9112c67babc12d37c
MD5 96db8619121df68954143fa322daf582
BLAKE2b-256 b4ab7c7e29285470ccf67263c57a27acd7fee8b54eebe72ffe21cfc36d82bae1

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.6.1-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

Details for the file autosar_e2e-0.6.1-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.6.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 51841e635e4b2eee4204d03bcbd8c6e84ca611dac3b9c2e1c5a0ec22ac8af833
MD5 53f846864ac60b6580622ab53173cd29
BLAKE2b-256 d3fe795bafbd2f496a5fdd638ee66ccd9eeb59e404bb46fa4e360ab176e0bf6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.6.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 31d92752cd72abe02ca055a1fffd259887482376444062636eb7066ad7f023eb
MD5 b9e74816fdffded067b539ec75468dff
BLAKE2b-256 589ad90bc50a9c29240b4197be7153774cdcff397aa786d3bb9ef7f5d046c7a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.6.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c54d0dd8dbacd57ea60fcd66a9590e7f0700de2416bb50f9801a72ee6c2dca8
MD5 15345cbc297efbaccc36b602d92f4cb3
BLAKE2b-256 591032917580d27fa35b069ddd06beb8ec6c581012ed4183c80338f1e63c2ed4

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 43d42c035823c94b1062ddcf35850e92095cdcf7c76cb318730b762a0a3c3cb5
MD5 d348719646087af570ce2003a42c788c
BLAKE2b-256 f537b1b88ddd7bb66515d6ce917db2e55c0c5ccecc9a380eb70a6e6226b69584

See more details on using hashes here.

Provenance

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

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 b93b65f247323fc7f630941806dbfd109efb8e906a292ed68b4171bbde03db94
MD5 af34c5355581dbfbab60579a8affa65d
BLAKE2b-256 b8f8ae8b2536459630726e8e36c3b41531a5e6a15b1b4a2c6c6825db04adf067

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.6.1-cp37-cp37m-win_amd64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

  • Download URL: autosar_e2e-0.6.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 103.7 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.6.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 0f6093e3445384bc8448037973aef3e663673b59df2cab430cd7f485d5d181fc
MD5 bdc1ad5e33ad16fc2b9854e974d7f15f
BLAKE2b-256 e45ecc5c6519bb457e2e1af0aa65ddd727d8c068c2323290dbe588abeb51ad37

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.6.1-cp37-cp37m-win32.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d720b9e5d3c25e966aaef95f7a99586714e07e5c99aa43f71032448441be7eac
MD5 be7f37955fb2462ba6e217032946c588
BLAKE2b-256 f85b84c4bcff4aa6e75519609b0df7312c71f3ddacb900adc0ff4eec8d560616

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.6.1-cp37-cp37m-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ff3beca38e48396dcbd45449d248f07cbcc2f518ace1413bc2adcc8ca3ca124e
MD5 a34e1fc4790d1f49d62d414aa9ff58f9
BLAKE2b-256 70b0b861862f4087950951a78acdd0aa061b434ca82c572dee3506b0b2b84683

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.6.1-cp37-cp37m-musllinux_1_2_i686.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

Details for the file autosar_e2e-0.6.1-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.6.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b45ff1d832410169f6885b6c3e5e909c33444770c6937f5b151e1478cd17cdee
MD5 e2fe970b0b00446eae61a8cd0c894da6
BLAKE2b-256 525171deac84c307d06cb8e7ead3dfb77fdb055cafea834b6d3a92dfeb7491fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.6.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 79e9ac2d070986800756efb9b807ed63efb27968bbe242295f6ce8009118ff84
MD5 417432204b863ac89af39f2c810897a6
BLAKE2b-256 871d5d21c00c20f66d2cb5ab23befd6c10559ffbe5dba6fd312437d24395d06d

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.6.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

File details

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

File metadata

File hashes

Hashes for autosar_e2e-0.6.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 51ea562c9823842e136bacc9cd593ef6430bcc8e68d7dd741d9f01986330f573
MD5 e6d88b0f596bb35e77e17515edf9638b
BLAKE2b-256 960c62ecfc752f0dca1446e77748b880282e2cddc6454ff520c8c604065a0122

See more details on using hashes here.

Provenance

The following attestation bundles were made for autosar_e2e-0.6.1-cp37-cp37m-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on zariiii9003/autosar-e2e

Attestations:

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