{"library":"pydlt","title":"pyDlt","description":"A Python library to handle AUTOSAR DLT (Diagnostic Log and Trace) messages. Version 0.3.5 supports reading/writing DLT files and network streaming. Released irregularly, latest in 2024.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pydlt"],"cli":null},"imports":["from pydlt import DltFile","from pydlt import DltLine","from pydlt import DltMessage","from pydlt import DltClient"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pydlt import DltFile\n\ndlt = DltFile()\ndlt.open('example.dlt')\nfor msg in dlt:\n    print(msg.payload)\ndlt.close()","lang":"python","description":"Read and iterate over DLT messages from a file.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}