Difference between revisions of "Pyrepl"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Pyrepl |Short description=a readline-a-like in Python. |Full description=This is pyrepl, a readline-a-like in Python. It requires python 2.2 (or newer) with the cur...")
 
(New version)
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
 
|User level=intermediate
 
|User level=intermediate
|Status=Live
 
|Component programs=
 
|Homepage URL=http://codespeak.net/pyrepl/
 
 
|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
|Documentation note=
 
|Paid support=
 
|IRC help=
 
|IRC general=
 
|IRC development=
 
 
|Related projects=Readline
 
|Related projects=Readline
 
|Keywords=Unicode,terminal,emacs,Python,readline
 
|Keywords=Unicode,terminal,emacs,Python,readline
|Is GNU=n
+
|Version identifier=0.8.4
|Last review by=Kelly Hopkins
+
|Version date=2012/05/17
|Last review date=2009-09-03
+
|Version status=beta
 +
|Version download=https://pypi.python.org/packages/7d/05/6eecd5b49d683ce1532cb8b4a32178c15101fe81a2a59b5edbc4416ae2a7/pyrepl-0.8.4.tar.gz
 +
|Last review by=Alejandroindependiente
 +
|Last review date=2017/02/25
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=0.8.1
+
|Status=
|Version date=2009-09-03
+
|Is GNU=No
|Version status=beta
+
|License verified date=2009-09-03
|Version download=http://codespeak.net/pyrepl/pyrepl-0.8.1.tar.gz
+
}}
 +
{{Project license
 +
|License=Expat
 +
|License verified by=Kelly Hopkins
 
|License verified date=2009-09-03
 
|License verified date=2009-09-03
|Version comment=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Michael Hudson
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Michael Hudson
 
 
|Email=mwh@python.net
 
|Email=mwh@python.net
 
|Resource URL=
 
|Resource URL=
Line 59: Line 57:
 
|Use=software-development
 
|Use=software-development
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=Expat
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-09-03
 
}}
 

Revision as of 10:38, 25 February 2017


[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




















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.