Right now if we just do something like
>>> import crowsetta
>>> birdsongrec = crowsetta.example('Annotation.xml')
>>> birdsongrec
the auto-generated __repr__ provided by attrs will dump out every annotation to stdout. This is technically correct but not very helpful
Might be good to
Right now if we just do something like
the auto-generated
__repr__provided byattrswill dump out every annotation tostdout. This is technically correct but not very helpfulMight be good to
__repr__for each class and usereprlibin it to get an abbreviated representation of attributes__str__? In some cases I think it might be good to have an almost human-readable summary of the annotations in the file, "TextGrid with 5 tiers" or something like that