home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_2364 < prev    next >
Encoding:
Python egg package info  |  2007-11-29  |  1.7 KB  |  37 lines

  1. Metadata-Version: 1.0
  2. Name: pyreadline
  3. Version: 1.5
  4. Summary: A python implmementation of GNU readline.
  5. Home-page: http://ipython.scipy.org/moin/PyReadline/Intro
  6. Author: Jorgen Stenarson
  7. Author-email: jorgen.stenarson@bostream.nu
  8. License: BSD
  9. Description: 
  10.         The pyreadline package is a python implementation of GNU readline functionality
  11.         it is based on the ctypes based UNC readline package by Gary Bishop.
  12.         It is not complete. It has been tested for use with windows 2000 and windows xp.
  13.         
  14.         Features:
  15.         *  NEW: keyboard text selection and copy/paste
  16.         *  Shift-arrowkeys for text selection
  17.         *  Control-c can be used for copy activate with allow_ctrl_c(True) is config file
  18.         *  Double tapping ctrl-c will raise a KeyboardInterrupt, use ctrl_c_tap_time_interval(x)
  19.         where x is your preferred tap time window, default 0.3 s.
  20.         *  paste pastes first line of content on clipboard.
  21.         *  ipython_paste, pastes tab-separated data as list of lists or numpy array if all data is numeric
  22.         *  paste_mulitline_code  pastes multi line code, removing any empty lines.
  23.         *  Experimental support for ironpython. At this time Ironpython has to be patched for it to work.
  24.         
  25.         
  26.         The latest development version is always available at the IPython subversion
  27.         repository_.
  28.         
  29.         .. _repository: http://ipython.scipy.org/svn/ipython/pyreadline/trunk#egg=pyreadline-dev
  30.         
  31. Keywords: readline,pyreadline
  32. Platform: Windows XP/2000/NT
  33. Platform: Windows 95/98/ME
  34. Classifier: Development Status :: 4 - Beta
  35. Classifier: Environment :: Console
  36. Classifier: Operating System :: Microsoft :: Windows
  37.