Difference between revisions of "Psyco"
(Created page with "{{Entry |Name=Psyco |Short description=Speeds up the execution of Python code |Full description='Psyco' helps execute Python code at speeds approaching that of fully compiled lan...") |
(New version) |
||
Line 3: | Line 3: | ||
|Short description=Speeds up the execution of Python code | |Short description=Speeds up the execution of Python code | ||
|Full description='Psyco' helps execute Python code at speeds approaching that of fully compiled languages by using a technique called "specialization". This extension module for the unmodified interpreter accelerates user programs with little or no change in their sources. An increase in speed of 2 to 10 times is common. | |Full description='Psyco' helps execute Python code at speeds approaching that of fully compiled languages by using a technique called "specialization". This extension module for the unmodified interpreter accelerates user programs with little or no change in their sources. An increase in speed of 2 to 10 times is common. | ||
+ | |Homepage URL=http://psyco.sourceforge.net/ | ||
|User level=none | |User level=none | ||
− | |||
− | |||
− | |||
|VCS checkout command=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/psyco | |VCS checkout command=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/psyco | ||
|Computer languages=Python | |Computer languages=Python | ||
|Documentation note=User guide available in HTML format from http://psyco.sourceforge.net/psycoguide/index.html; User guide available in PostScript format from http://psyco.sourceforge.net/psycoguide.ps.gz | |Documentation note=User guide available in HTML format from http://psyco.sourceforge.net/psycoguide/index.html; User guide available in PostScript format from http://psyco.sourceforge.net/psycoguide.ps.gz | ||
− | |||
|IRC help=irc://irc.freenode.net/psyco | |IRC help=irc://irc.freenode.net/psyco | ||
− | |||
|IRC development=irc://irc.freenode.net/psyco | |IRC development=irc://irc.freenode.net/psyco | ||
− | |||
|Keywords=code,compiler,Python,execute,specialization,acceleration | |Keywords=code,compiler,Python,execute,specialization,acceleration | ||
− | | | + | |Version identifier=1.6 |
− | |Last review by= | + | |Version date=2007/12/16 |
− | |Last review date= | + | |Version status=stable |
+ | |Version download=https://sourceforge.net/projects/psyco/files/psyco/1.6/psyco-1.6-src.tar.gz/download | ||
+ | |Last review by=Alejandroindependiente | ||
+ | |Last review date=2017/03/03 | ||
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
− | | | + | |Status= |
− | | | + | |Is GNU=No |
− | | | + | |License verified date=2004-03-04 |
− | | | + | }} |
+ | {{Project license | ||
+ | |License=X11 | ||
+ | |License verified by=Janet Casey | ||
|License verified date=2004-03-04 | |License verified date=2004-03-04 | ||
− | |||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=Armin Rigo | ||
|Role=Maintainer | |Role=Maintainer | ||
− | |||
|Email=arigo@users.sourceforge.net | |Email=arigo@users.sourceforge.net | ||
|Resource URL= | |Resource URL= | ||
Line 47: | Line 47: | ||
|Interface=command-line | |Interface=command-line | ||
|Programming-language=python | |Programming-language=python | ||
− | |Software-development=compiler,programming-language | + | |Software-development=compiler, programming-language |
|Use=software-development | |Use=software-development | ||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
Line 59: | Line 54: | ||
|Prerequisite description=Python 2.1 or later (2.2.2 or later recommended) | |Prerequisite description=Python 2.1 or later (2.2.2 or later recommended) | ||
}} | }} | ||
+ | {{Featured}} |
Revision as of 14:58, 3 March 2017
Psyco
http://psyco.sourceforge.net/
Speeds up the execution of Python code
'Psyco' helps execute Python code at speeds approaching that of fully compiled languages by using a technique called "specialization". This extension module for the unmodified interpreter accelerates user programs with little or no change in their sources. An increase in speed of 2 to 10 times is common.
Download
https://sourceforge.net/projects/psyco/files/psyco/1.6/psyco-1.6-src.tar.gz/download
Categories
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Armin Rigo | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Python (Ref) | https://pypi.org/project/psyco | |
Support | Mailing List Info/Archive | http://lists.sourceforge.net/mailman/listinfo/psyco-devel |
Debian (Ref) | https://tracker.debian.org/pkg/psyco | |
Developer | VCS Repository Webview | http://sourceforge.net/cvs/?group_id=41036 |
Software prerequisites
Kind | Description |
---|---|
Required to use | Python 2.1 or later (2.2.2 or later recommended) |
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.