Edgewall Software

Babel Downloads

Babel is made available under the BSD license.

If you have a recent version of  Setuptools installed, you can directly install Babel using the easy_install command-line tool:

easy_install Babel

This downloads and installs the latest version of the Babel package.

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

Latest Release: 0.9.4

This release contains a number of improvements and bug fixes over the 0.9.3 release. For the 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 INSTALL.txt file in the archive for installation instructions.

tar.bz2  Babel-0.9.4.tar.bz2  MD5
tar.gz  Babel-0.9.4.tar.gz  MD5
zip  Babel-0.9.4.zip  MD5

Python Eggs

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

Python 2.3  Babel-0.9.4-py2.3.egg  MD5
Python 2.4  Babel-0.9.4-py2.4.egg  MD5
Python 2.5  Babel-0.9.4-py2.5.egg  MD5

Installers

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

Windows  Babel-0.9.4.win32.exe  MD5

Documentation

The following archives contain only the documentation.

tar.bz2  Babel-0.9.4-doc.tar.bz2  MD5
tar.gz  Babel-0.9.4-doc.tar.gz  MD5
zip  Babel-0.9.4-doc.zip  MD5

Latest Development Source Code

Please note:

Babel doesn't run directly from a Subversion checkout without extra preparations. What you need to do to work from a checkout is documented on SubversionCheckout.

We use  Subversion for source revision control and code sharing.

The Subversion repository URL for the Babel project is at:

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

The latest revision can be checked out with the following command:

svn co http://svn.edgewall.org/repos/babel/trunk babel

(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/babel/trunk/