{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/15"}],"enrichment":{"capability":"PyDLT reads and writes AUTOSAR DLT (Diagnostic Log and Trace) protocol messages to and from files, implementing the AUTOSAR DLT V1.2.0 R4.0 specification.","skillfed_tags":["automotive","diagnostics","protocol-parser"],"use_cases":["Write diagnostic log messages from an embedded system or test harness into a DLT file for later analysis.","Parse and inspect existing DLT log files from automotive ECUs to extract diagnostic events and trace data.","Build automotive diagnostic tooling that needs to generate or consume AUTOSAR-compliant DLT protocol messages.","Integrate DLT logging into Python-based vehicle simulation or testing frameworks."],"what_it_does":"PyDLT is a Python library for reading and writing AUTOSAR DLT (Diagnostic Log and Trace) protocol messages, following the AUTOSAR Specification V1.2.0 R4.0. It provides APIs to construct both verbose messages (with typed arguments like strings) and non-verbose messages (raw binary payloads), serialize them to DLT files with storage headers, and parse DLT files back into message objects for inspection and analysis.\n\nThe library has no external runtime dependencies and installs as a pure Python wheel, making it lightweight for automotive diagnostic tooling. However, it does not yet support all DLT type formats\u2014notably TYPE_LENGTH_128BIT, TYPE_ARRAY, VARIABLE_INFO, FIXED_POINT, TRACE_INFO, and TYPE_STRUCT are documented as unsupported, which may limit its applicability to certain diagnostic data streams.","worth_installing":"Yes, if you work with AUTOSAR DLT protocol and your message types fall within the supported format subset. The permissive MIT license, zero runtime dependencies, and straightforward API make it a practical choice for automotive diagnostic workflows. Be aware that maintenance is aging (last commit 525 days ago) and several DLT type formats remain unsupported; verify that your use case does not rely on the documented limitations before committing to production use."},"id":"pydlt","links":{"html":"https://skillfed.io/packages/pydlt","md":"https://skillfed.io/packages/pydlt.md","pypi":"https://pypi.org/project/pydlt/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-03-07","license_spdx":null,"license_treatment":"permissive","name":"pydlt","python_support":"supports_current","summary":"A pyre-python library to handle AUTOSAR DLT."},"popularity":{"monthly_downloads":129130,"position":11680,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.5"}
