Difference between revisions of "Pyrepl"

From Free Software Directory
Jump to: navigation, search
(New version)
(Added Python link)
 
Line 12: Line 12:
 
* generally speaking, a much more interactive experience than readline (it's a bit like a cross between readline and emacs's mini-buffer)
 
* generally speaking, a much more interactive experience than readline (it's a bit like a cross between readline and emacs's mini-buffer)
 
* unicode support (given terminal support)
 
* unicode support (given terminal support)
|Homepage URL=https://pypi.python.org/pypi/pyrepl
+
|Homepage URL=https://pypi.org/project/pyrepl
 
|User level=intermediate
 
|User level=intermediate
 +
|Is High Priority Project=No
 
|VCS checkout command=svn co http://codespeak.net/svn/pyrepl/trunk/pyrepl
 
|VCS checkout command=svn co http://codespeak.net/svn/pyrepl/trunk/pyrepl
 
|Computer languages=Python
 
|Computer languages=Python
 +
|Accepts cryptocurrency donations=No
 
|Related projects=Readline
 
|Related projects=Readline
 
|Keywords=Unicode,terminal,emacs,Python,readline
 
|Keywords=Unicode,terminal,emacs,Python,readline
Line 22: Line 24:
 
|Version status=beta
 
|Version status=beta
 
|Version download=https://pypi.python.org/packages/7d/05/6eecd5b49d683ce1532cb8b4a32178c15101fe81a2a59b5edbc4416ae2a7/pyrepl-0.8.4.tar.gz
 
|Version download=https://pypi.python.org/packages/7d/05/6eecd5b49d683ce1532cb8b4a32178c15101fe81a2a59b5edbc4416ae2a7/pyrepl-0.8.4.tar.gz
|Last review by=Alejandroindependiente
+
|Last review by=Bendikker
|Last review date=2017/02/25
+
|Last review date=2018/04/03
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Status=
 
 
|Is GNU=No
 
|Is GNU=No
 
|License verified date=2009-09-03
 
|License verified date=2009-09-03
Line 39: Line 40:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=mwh@python.net
 
|Email=mwh@python.net
|Resource URL=
+
}}
 +
{{Resource
 +
|Resource audience=Python (Ref)
 +
|Resource URL=https://pypi.org/project/pyrepl
 
}}
 
}}
 
{{Resource
 
{{Resource

Latest revision as of 07:49, 3 April 2018


[edit]

Pyrepl

https://pypi.org/project/pyrepl
a readline-a-like in Python.

This is pyrepl, a readline-a-like in Python. It requires python 2.2 (or newer) with the curses and termios modules built and features:

  • sane multi-line editing
  • history, with incremental search
  • completion, including displaying of available options
  • a fairly large subset of the readline emacs-mode keybindings (adding more is mostly just a matter of typing)
  • a new python top-level
  • no global variables, so you can run two or more independent readers without having their histories interfering.
  • no hogging of control -- it should be easy to integrate pyrepl into YOUR application's event loop.
  • generally speaking, a much more interactive experience than readline (it's a bit like a cross between readline and emacs's mini-buffer)
  • unicode support (given terminal support)





Licensing

License

Verified by

Verified on

Notes

License

Expat

Verified by

Kelly Hopkins

Verified on

3 September 2009




Leaders and contributors

Contact(s)Role
Michael Hudson Maintainer


Resources and communication

AudienceResource typeURI
DeveloperHomepagehttp://codespeak.net/issues/pyrepl/
GeneralMailing List Subscribehttp://codespeak.net/mailman/listinfo/
Python (Ref)https://pypi.org/project/pyrepl


Software prerequisites




Entry










"Python (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.












Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.