v0.0.6
Closed issues:
- replace
io.TextIOWrapper(sys.stdin.buffer, encoding='utf-8')
withsys.stdin
as it's already natively defined as<_io.TextIOWrapper name='<stdin>' mode='r' encoding='utf-8'>
- Much more specs and tests, coverage increased to
96.91%