Metadata-Version: 2.1
Name: wekatui
Version: 0.1.2
Summary: A library for creating simple text-based data input screens
Home-page: http://github.com/weka/wekatui/
Author: Vince Fleming
Author-email: vince@weka.io
License: New BSD License
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Environment :: Console
Classifier: Operating System :: POSIX
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Terminals
License-File: LICENCE

This library provides a framework for developing console applications using Python and curses.
Most of the code was shamelessly stolen from wekatui (https://github.com/npcole/npyscreen), which appears to be a dead project, as the author (Nicholas Cole) has been unresponsive and has not made any changes in years.
However, the base code was useful for our purposes, and will retain the copyright info in the files.


