|
Project Information
Links
|
Description- AmFast is a Flash remoting framework for Python.
- AmFast can use AMF to communicate between Python and Flash, Flex, and any other system that supports AMF.
Server FeaturesAMF Encoder/Decoder Features- AMF0/AMF3 encoder/decoder written in C as a Python extension for speed.
- Faster than PyAmf encoder/decoder.
- Map custom classes with ClassDef objects for complete control over serialization/de-serialization.
- Full support for IExternalizable objects.
- Data persistence with SqlAlchemy including remotely-loadable lazy-loaded attributes.
- Actionscript code generation from ClassDef objects.
Installation# 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 Compiling the encoder/decoder extensions for Windows DocumentationDiscussAbout
|