0.2.0a2
Pre-release
Pre-release
added
Segment
class, attrs-based- has
asdict
method (wrapper aroundattrs
function) - has class variable
_FIELDS
which is used in any place
where we need to know how to go fromSegment
attributes to rows of
a csv file, e.g. in src/crowsetta/csv.py and in tests
- has
changed
Sequence
class is now attrs-based, has factory functions, is itself
just a list ofSegment
s- now has
to_dict
method
- now has
Crowsetta
class is now calledTranscriber