Metadata-Version: 2.4
Name: ssterm
Version: 3.0.0
Summary: A simple console-based serial port terminal
Home-page: https://github.com/vsergeev/ssterm
Author: vsergeev
Author-email: v@sergeev.io
License: MIT
Keywords: serial port uart terminal
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Terminals :: Serial
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: summary

ssterm is a simple console-based serial port terminal featuring painless serial port configuration, no dependencies outside of a standard Python 2 or 3 installation, and a variety of useful formatting options:

- output modes

  - raw
  - hexadecimal
  - hexadecimal/ASCII split

- input modes

  - raw
  - hexadecimal

- transmit newline remapping (e.g. system newline -> CRLF)
- receive newline remapping (e.g. CRLF -> system newline)
- character color coding
- local character echo
