crowsetta
crowsetta copied to clipboard
use Textgridtools for Praat in place of current textgrid package?
pros: on PyPI, citable (possible) cons: Python 3? Maintained? Some issues -- does it work with as many diff't versions? https://github.com/hbuschme/TextGridTools https://pub.uni-bielefeld.de/download/2561620/2563287
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 by default; we could add logic to handle this tho, e.g. when loading
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 will be to vendor some other thing and make improvements to that