Skip to content

imi0/dltpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dltpy - pyre python dlt reader

Installing

pip install git+https://github.com/Equidamoid/dltpy

TODO: upload to pypi

Using

See dltpy-dump as example. Everything boils down to creating a DltFile instance and getting DltMessages out of it.

Please note that non-verbose messages are skipped by DltFile since it has no way of decoding the payload.

In case you need to access more fields than exposed in DltMessage (namely the timestamp, app/context id and the payload), you can read the _raw_msg field containing the kataistruct objects.

About

DLT log reader

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%