See also libpicoquant for the C equivalent.
The source code is hosted on GitHub at: https://github.com/tsbischof/picoquantio
The latest released version is available on pip:
pip install picoquantio
The official documentation is hosted on readthedocs
The library can either be used in Python programs, or as a standalone command-line tool.
import picoquantio
t3 = picoquantio.load('data.ht3')
$ picoquant --file-in data.ht3
[...]
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.
Development is active on Github