Added verbose output to gwpy.io.mp.read_multi
This PR implements a multiprocess-friendly ProgressBar
mainly for the gwpy.io.mp.read_multi
I/O utility method. With this enable (verbose=True
) you should get something like this:
Reading (ligolw):
|==========================================| 1.8k/1.8k (100.00%) 1m48s
All kudos go to whomsoever added this to Astropy.