Skip to main content

An enhanced version of the tty module

Project description

Overview

The term package is an enhanced version of the standard library’s tty module. It provides context managers for opening a terminal stream, and for temporarily switching the terminal to raw or cbreak mode.

Package Contents

Terminal Control

setraw(fd, when=TCSAFLUSH, min=1, time=0)

Put the terminal in raw mode.

setcbreak(fd, when=TCSAFLUSH, min=1, time=0)

Put the terminal in cbreak mode.

rawmode(fd, when=TCSAFLUSH, min=1, time=0)

Context manager to put the terminal in raw mode.

cbreakmode(fd, when=TCSAFLUSH, min=1, time=0)

Context manager to put the terminal in cbreak mode.

Terminal I/O

opentty(bufsize=-1, mode=’r+b’)

Context manager returning a new rw stream connected to /dev/tty. The stream is None if the device cannot be opened.

readto(stream, endswith):

Read bytes or characters from stream until buffer.endswith(endswith) is true.

High-level Functions

getyx()

Return the cursor position as 1-based (line, col) tuple. Line and col are 0 if the device cannot be opened or the terminal does not support DSR 6.

getfgcolor()

Return the terminal foregound color as (r, g, b) tuple. All values are -1 if the device cannot be opened or does not supports OSC 10.

getbgcolor()

Return the terminal background color as (r, g, b) tuple. All values are -1 if the device cannot be opened or does not supports OSC 11.

islightmode()

Return true if the background color is lighter than the foreground color. May return None if the terminal does not support OSC color queries.

isdarkmode()

Return true if the background color is darker than the foreground color. May return None if the terminal does not support OSC color queries.

Documentation

Please see the API Documentation for more.

Changelog

3.0 - 2026-07-07

  • Remove deprecated license classifier. [stefan]

  • Upgrade .readthedocs.yaml. [stefan]

  • Upgrade sphinx and sphinx-rtd-theme in docs extra. [stefan]

  • Require Python >= 3.5. [stefan]

2.5 - 2023-09-14

  • Update tox.ini for latest tox. [stefan]

  • Add .readthedocs.yaml file. [stefan]

  • Pin sphinx and sphinx-rtd-theme versions in docs extra. [stefan]

  • Add pylint extra which installs pylint. [stefan]

  • Update .pylintrc for latest pylint. [stefan]

2.4 - 2022-03-07

  • Add Python 3.8-3.10 to tox.ini. Remove old Python versions. [stefan]

  • Replace deprecated python setup.py test in tox.ini. [stefan]

  • Remove deprecated test_suite from setup.py. [stefan]

  • Move metadata to setup.cfg and add a pyproject.toml file. [stefan]

  • Include tests in sdist but not in wheel. [stefan]

  • Fix escape sequence warning in byte string literal. [stefan]

  • Open /dev/tty in binary mode under both Python 2 and 3. [stefan]

  • Officially change opentty’s bufsize argument default from 1 to -1. Under Python 3, 1 has effectively meant -1 all along but Python 3.8 now issues a warning. [stefan]

  • Add readto, getfgcolor, getbgcolor, islightmode, and isdarkmode. [stefan]

2.3 - 2019-02-08

  • Add MANIFEST.in. [stefan]

  • Release as wheel. [stefan]

  • Drop explicit GPL because the PSF license is GPL-compatible anyway. [stefan]

2.2 - 2017-02-05

  • Support Python 2.6-3.6 without 2to3. [stefan]

2.1 - 2014-04-19

  • Remove setuptools from install_requires because it isn’t. [stefan]

2.0 - 2012-04-27

  • Open /dev/tty in binary mode under Python 3. [stefan]

  • Disable buffering if the device is not seekable. [stefan]

  • Remove getmaxyx since it cannot be implemented reliably. [stefan]

  • Support Python 2.5. [stefan]

  • Change license to GPL or PSF to avoid relicensing of PSF code. [stefan]

1.0 - 2012-04-11

  • Initial release. [stefan]

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

term-3.0.tar.gz (16.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

term-3.0-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file term-3.0.tar.gz.

File metadata

  • Download URL: term-3.0.tar.gz
  • Upload date:
  • Size: 16.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.2

File hashes

Hashes for term-3.0.tar.gz
Algorithm Hash digest
SHA256 a6a81535e68fd98d25b1e2a1dff15400c5678e7f942e2d5bb5bde56784534d98
MD5 c9541b70bfe0d7330db81a17bfe4c597
BLAKE2b-256 dc778b246b695feaa9286049fb0d1567f8be73f77cec87f46d2031a512e790a2

See more details on using hashes here.

File details

Details for the file term-3.0-py3-none-any.whl.

File metadata

  • Download URL: term-3.0-py3-none-any.whl
  • Upload date:
  • Size: 7.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.2

File hashes

Hashes for term-3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c0b8f8a9edba20f56c7c5b8cc87e43f0822fb7420efc5984fd7667617c22e037
MD5 f337fe7f0de8afbf258f864f9f157b97
BLAKE2b-256 f4a1baa906ed243fb4a55d6992c8d53d0a42d7cd0f8780a9728803aedb6a13e8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page