crowsetta icon indicating copy to clipboard operation
crowsetta copied to clipboard

use Textgridtools for Praat in place of current textgrid package?

Open NickleDave opened this issue 5 years ago • 3 comments

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

NickleDave avatar Dec 18 '19 03:12 NickleDave

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

NickleDave avatar Jan 01 '22 17:01 NickleDave

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

NickleDave avatar Mar 20 '23 22:03 NickleDave

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

NickleDave avatar Mar 21 '23 18:03 NickleDave