Metadata-Version: 1.1
Name: cs.tty
Version: 20150116
Summary: functions related to terminals
Home-page: https://bitbucket.org/cameron_simpson/css/commits/all
Author: Cameron Simpson
Author-email: cs@zip.com.au
License: UNKNOWN
Description: Functions related to terminals.
        ===============================
        
        * ttysize(fd): return a namedtuple (rows, columns) with the current terminal size; UNIX only (uses the stty command)
        
Keywords: python2,python3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Terminals
Classifier: Operating System :: POSIX
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: Developers
