Metadata-Version: 2.1
Name: dltpy
Version: 0.2.2
Summary: Pyre-python reader for DLT log files
Home-page: https://github.com/Equidamoid/dltpy
Author: Vladimir Shapranov
Author-email: equidamoid@gmail.com
License: UNKNOWN
Description: ### 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 `DltMessage`s 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.
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
