home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2010 November / maximum-cd-2010-11.iso / DiscContents / calibre-0.7.13.msi / file_2354 (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2010-08-06  |  2.0 KB  |  27 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.6)
  3.  
  4. name = 'pyreadline'
  5. branch = ''
  6. version = '1.5'
  7. revision = '$Revision: 2514 $'
  8. description = 'A python implmementation of GNU readline.'
  9. long_description = '\nThe pyreadline package is a python implementation of GNU readline functionality\nit is based on the ctypes based UNC readline package by Gary Bishop. \nIt is not complete. It has been tested for use with windows 2000 and windows xp.\n\nFeatures:\n *  NEW: keyboard text selection and copy/paste\n *  Shift-arrowkeys for text selection\n *  Control-c can be used for copy activate with allow_ctrl_c(True) is config file\n *  Double tapping ctrl-c will raise a KeyboardInterrupt, use ctrl_c_tap_time_interval(x)\n    where x is your preferred tap time window, default 0.3 s.\n *  paste pastes first line of content on clipboard. \n *  ipython_paste, pastes tab-separated data as list of lists or numpy array if all data is numeric\n *  paste_mulitline_code  pastes multi line code, removing any empty lines.\n *  Experimental support for ironpython. At this time Ironpython has to be patched for it to work.\n \n \n The latest development version is always available at the IPython subversion\n repository_.\n\n.. _repository: http://ipython.scipy.org/svn/ipython/pyreadline/trunk#egg=pyreadline-dev\n '
  10. license = 'BSD'
  11. authors = {
  12.     'Jorgen': ('Jorgen Stenarson', 'jorgen.stenarson@bostream.nu'),
  13.     'Gary': ('Gary Bishop', ''),
  14.     'Jack': ('Jack Trainor', '') }
  15. url = 'http://ipython.scipy.org/moin/PyReadline/Intro'
  16. download_url = ''
  17. platforms = [
  18.     'Windows XP/2000/NT',
  19.     'Windows 95/98/ME']
  20. keywords = [
  21.     'readline',
  22.     'pyreadline']
  23. classifiers = [
  24.     'Development Status :: 4 - Beta',
  25.     'Environment :: Console',
  26.     'Operating System :: Microsoft :: Windows']
  27.