Download

PyAMF is released under the MIT license. For installation instructions, see the Install page or the included INSTALL file.

Latest Stable Release - 0.4.2

The files below also include a copy of the API documentation ( html).
MD5 checksums for all releases can be found  here.

Gzipped Tar  PyAMF-0.4.2.tar.gz
Bzipped Tar  PyAMF-0.4.2.tar.bz2
Zip  PyAMF-0.4.2.zip

Older releases are archived on:

Each release is also tagged in the Subversion repository:


Latest Development Source Code

We use  Subversion for source revision control and code sharing.

Subversion

The Subversion repository URL for the PyAMF project is at  http://svn.pyamf.org

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

svn co http://svn.pyamf.org/pyamf/trunk pyamf

For installing this development version:

cd pyamf
python setup.py develop