Edgewall Software

Version 36 (modified by cmlenz, 16 years ago) (diff)

Updated for 0.5

Genshi Downloads

Genshi is made available under the BSD license.

If you have a recent 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.

Latest Release: 0.5

This release contains a large number of improvements and bugfixes over the 0.4.4 release. For a complete list of changes, see the ChangeLog file that comes with the distribution.

Note: all the files listed below are also available via FTP

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.bz2 Genshi-0.5.tar.bz2 MD5
tar.gz Genshi-0.5.tar.gz MD5
zip Genshi-0.5.zip MD5

Python Eggs

The following downloads are prebuilt Python Eggs for specific platforms and Python versions. They do not include any documentation.

Linux i686 Python 2.4 Genshi-0.5-py2.4-linux-i686.egg MD5
Linux i686 Python 2.5 Genshi-0.5-py2.5-linux-i686.egg MD5
Linux x86-64 Python 2.5 Genshi-0.5-py2.5-linux-x86_64.egg MD5
Mac OS X 10.3 Python 2.4 Genshi-0.5-py2.4-macosx-10.3-fat.egg MD5
Mac OS X 10.5 Python 2.5 Genshi-0.5-py2.5-macosx-10.5-fat.egg MD5

Installers

The following downloads are binary platform-specific installers. They do not include the documentation.

Windows Python 2.4 Genshi-0.5.win32-py2.4.exe MD5
Windows Python 2.5 Genshi-0.5.win32-py2.5.exe MD5

Older Stable Releases

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:

http://svn.edgewall.org/repos/genshi/

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 also helps getting around clueless firewalls that haven't heard of WebDAV yet.)

If you have a recent version of Setuptools installed, you can just do:

easy_install http://svn.edgewall.org/repos/genshi/trunk/