This version adds more useful __repr__() implementation to `WavInfoReader` and `WavInfoChunkReader` for help in debugging, and numerous code style and spelling fixes.
Thanks to elibroftw !
1.5
Added a command-line entry point, so you can use wavinfo from the terminal without having to code anything up.
1.5a
Fixing release.
1.4.1
New distribution workflow
1.4
* Slight rewrite of chunk parsing code. Special exception-throwing code added for the case of an unexpected EOF while parsing. This appears to address Issue 4 . * Python 3.8 profile added to continuous integration builds