Language

Package: python2-backports-shutil-get-terminal-size @ 1.0.0

Synopsis

Backport of Python 3.3's shutil.get_terminal_size

Description

This package provides a backport of the get_terminal_size function from Python 3.3's shutil. Unlike the original version it is written in pure Python rather than C, so it might be a tiny bit slower.

Home page
https://github.com/chrippa/backports.shutil_get_terminal_size
Location
gnu/packages/python-xyz.scm (line: 9113, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?