Edgewall Software

Version 24 (modified by cmlenz, 17 years ago) (diff)

--

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.

If you have an older Genshi release installed and would like to upgrade, add the “-U” option to the above command.

Latest Release: 0.4

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

Source Tarballs

The following archives contain the source code, comprehensive documentation, as well as other resources. Consult the INSTALL.txt file in the archive for installation instructions.

Tar.bz2
Tar.gz
Zip (recommended for Windows users)

Python Eggs

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

Python 2.5
Python 2.4
Python 2.3

Installers

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

Windows

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/

This is just here so that Setuptools can find the development version:

http://svn.edgewall.org/repos/genshi/trunk#egg=Genshi-0.5dev-r1000