Metadata-Version: 2.1
Name: quicklst
Version: 0.0.1
Summary: Read lst files produced by FAST ComTec's mpa system.
Author-email: Joschka Goes <jajo_11@outlook.com>
Project-URL: Homepage, https://github.com/jajo-11/quicklst
Project-URL: Bug Tracker, https://github.com/jajo-11/quicklst/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Quicklst

Quicklst ist a python library for reading .lst files produced by FAST ComTec's mpa system. It uses numba to accelerate
the reading of the file and supports block or chunk wise loading of large files.

Limitations: Both MPA3 and MPA4A files are supported, but they need to be in binary form not in ASCII encoding, the real
time clock is not implemented either.

Basic usage is demonstrated in `examples/Quickstart.ipynb`.
