selectel / pyte

Simple VTXXX-compatible linux terminal emulator
http://pyte.readthedocs.org/
GNU Lesser General Public License v3.0
649 stars 101 forks source link

move ansi escape parser to outta.parser module #152

Closed milahu closed 2 years ago

milahu commented 2 years ago

i suggest we move the ansi parser to https://github.com/abingham/outta

see def _parser_fsm and def feed in pyte/streams.py these are similar to def _parser_fsm and def feed in outta/parser.py

the question is ... is the parser alone useful enough to justify a separete module? i guess the answer is no. in that case, outta should be deprecated in favor of pyte

milahu commented 2 years ago

closing

outta should be deprecated in favor of pyte

abingham commented 2 years ago

See also #147 where I make roughly the same proposal.