David Nicholson
David Nicholson
@all-contributors please add @sammlapp for ideas
one implementation here: https://github.com/NickleDave/pympi/blob/master/pympi/Elan.py
but see discussion here: https://github.com/elpaco-escience/scikit-talk/issues/36 including this link to an existing parser: https://github.com/elpaco-escience/scikit-talk/issues/36#issuecomment-1867463728
This would also let us not have to install multiple packages from `src` which I am running into issues with doing through `flit` https://github.com/pypa/flit/issues/497
Based on feedback here I am now again thinking we *do* want to do this: https://github.com/pyOpenSci/software-submission/issues/68#issuecomment-1470879706 Pros: - removes unlabeled intervals by default (Mild) cons: - doesn't handle uint8/uint16 types...
Okay so I think I am firmly __against__ using TextGridTools because of the GPL license. It does have some pros but seems like the best thing to do for now...
using an approach like this https://github.com/NickleDave/KLFromRecordingDays
Note to self: see also code in `sapsucker`
started using `nox` for this, in #137
but we haven't actually handled the "downloading test data" part, so, re-opening and adding to 4.0 to-do list