Initial import
[mycode.git] / pys60 / pyrepl / .svn / text-base / PKG-INFO.svn-base
blobb2b0a9401f4c27d8f4625f8bb91858932411d2aa
1 Metadata-Version: 1.0
2 Name: pyrepl
3 Version: 0.7.2
4 Summary: A library for building flexible command line interfaces
5 Home-page: http://starship.python.net/crew/mwh/hacks/pyrepl.html
6 Author: Michael Hudson
7 Author-email: mwh@python.net
8 License: UNKNOWN
9 Description: pyrepl is a Python library, inspired by readline, for building flexible
10         command line interfaces, featuring:
11         * sane multi-line editing
12         * history, with incremental search
13         * completion, including displaying of available options
14         * a fairly large subset of the readline emacs-mode keybindings
15         * a liberal, Python-style, license
16         * a new python top-level.
17 Platform: unix
18 Platform: linux