Genshi Downloads
Genshi is made available under the BSD license.
If you have a recent version of âpip installed, you can directly install Genshi using the pip command-line tool:
pip install Genshi
Alternatively, if you have a version of âSetuptools installed, you can directly install Genshi using the easy_install command-line tool:
easy_install Genshi
This downloads and installs the latest version of the Genshi package.
See Installing Genshi for detailed installation instructions.
The releases below correspond to the Genshi packages developed at edgewall.org and stop at version 0.7.
Newer releases, starting with version 0.7.1, will be available directly from âGitHub and PyPI.
Latest Release: 0.7
This release contains a large number of improvements and bug fixes over the 0.6.1 release. For a complete list of changes, see the ChangeLogâ file that comes with the distribution.
Python Eggs
The following downloads are prebuilt âPython Eggs for specific Python versions. They do not include any documentation.
| Python 2.5 | âGenshi-0.7-py2.5-linux-x86_64.egg | âMD5 |
| Python 2.6 | âGenshi-0.7-py2.6-linux-x86_64.egg | âMD5 |
| Python 2.7 | âGenshi-0.7-py2.7-linux-x86_64.egg | âMD5 |
| Python 3.2 | âGenshi-0.7-py3.2-linux-x86_64.egg | âMD5 |
| Python 3.3 | âGenshi-0.7-py3.3-linux-x86_64.egg | âMD5 |
Installers
The following downloads are binary platform-specific installers. They do not include the documentation.
| Windows | âGenshi-0.7.win32-py2.7.exe | âMD5 |
Source Tarballs
The following archives contain the source code, comprehensive documentation, as well as other resources. Consult the Genshi Installation? page for installation instructions.
| tar.gz | âGenshi-0.7.tar.gz | âMD5 |
| zip | âGenshi-0.7.zip | âMD5 |
Note: all the files listed above are also available via âFTP
Older Stable Releases
0.6.1 - 2013-01-27
| Python 2.5 | âGenshi-0.6.1-py2.5.egg | âMD5 |
| Python 2.6 | âGenshi-0.6.1-py2.6.egg | âMD5 |
| Python 2.7 | âGenshi-0.6.1-py2.7.egg | âMD5 |
| Windows | âGenshi-0.6.1.win32.exe | âhttp://ftp.edgewall.com/pub/genshi/Genshi-0.6.1.win32.exe |
Source:
| tar.gz | âGenshi-0.6.1.tar.gz | âMD5 |
| zip | âGenshi-0.6.1.zip | âMD5 |
0.6 - 2010-04-22
| Python 2.4 | âGenshi-0.6-py2.4.egg | âMD5 |
| Python 2.5 | âGenshi-0.6-py2.5.egg | âMD5 |
| Python 2.6 | âGenshi-0.6-py2.6.egg | âMD5 |
| Windows | âGenshi-0.6.win32.exe | âMD5 |
Source:
| tar.gz | âGenshi-0.6.tar.gz | âMD5 |
| zip | âGenshi-0.6.zip | âMD5 |
0.5.1 - 2008-07-09
Source: âGenshi-0.5.1.tar.gz (âMD5) âGenshi-0.5.1.zip (âMD5)
0.5 - 2008-06-09
| Linux (i686) | Python 2.3 | âGenshi-0.5-py2.3-linux-i686.egg | âMD5 |
| Linux (i686) | Python 2.4 | âGenshi-0.5-py2.4-linux-i686.egg | âMD5 |
| Windows | Python 2.3 | âGenshi-0.5-py2.3-win32.egg | âMD5 |
| Mac OS X | .egg | âGenshi-0.5-py2.4-macosx-10.3-fat.egg | âMD5 |
| Windows | .egg | âGenshi-0.5-py2.4-win32.egg | âMD5 |
| Linux (i686) | .egg | âGenshi-0.5-py2.5-linux-i686.egg | âMD5 |
| Linux (x86_64) | .egg | âGenshi-0.5-py2.5-linux-x86_64.egg | âMD5 |
| Mac OS X (Intel) | .egg | âGenshi-0.5-py2.5-macosx-10.5-i386.egg | âMD5 |
| Windows | .egg | âGenshi-0.5-py2.5-win32.egg | âMD5 |
| Windows | .egg | âGenshi-0.5-py2.6-win32.egg | âMD5 |
Source: âGenshi-0.5.tar.gz (âMD5) âGenshi-0.5.zip (âMD5)
0.4.4 - 2007-08-14
| Python 2.3 | âGenshi-0.4.4-py2.3.egg | âMD5 |
| Python 2.4 | âGenshi-0.4.4-py2.4.egg | âMD5 |
| Python 2.5 | âGenshi-0.4.4-py2.5.egg | âMD5 |
Source: âGenshi-0.4.4.tar.gz (âMD5) âGenshi-0.4.4.zip (âMD5)
Older releases can be found âhere.
Note: that prior to version 0.3, the Genshi project was still called âMarkupâ. The older packages still use that name.
Latest Development Source Code
We use âSubversion for source revision control and code sharing.
The Subversion repository URL for the Genshi project is at:
The âlatest revision can be checked out with the following command:
svn co http://svn.edgewall.org/repos/genshi/trunk genshi
(Alternatively, you can use https for an encrypted connection, which may also help getting around a firewall.)
If you have a recent version of âSetuptools installed, you can just do:
easy_install -U "Genshi==dev"
