limscoder / amfast

An Adobe AMF serialization and RPC implementation for Python, written as a C extension for speed.
MIT License
5 stars 6 forks source link

AmFast

A Flash remoting framework for Python that uses AMF to communicate between Python and Flash, Flex, and any other system that supports AMF.

Server Features

AMF Encoder/Decoder Features

Installation

Most current version is: 0.5.3 Download the package distribution from PyPi Extract package and execute the following command from within the root distribution directory:

# To install entire package:
python setup.py install

# Install without compiling encode/decode extensions.
#
# If you don't compile the encode/decode extensions,
# you can use PyAmf for encoding/decoding.
python setup.py --without-extensions install