ANN: AmFast AMF encoder/decoder for Python released!

Dave Thompson dthomp325 at gmail.com
Tue Mar 24 17:25:29 CET 2009


AmFast <http://code.google.com/p/amfast/> is a new AMF0/AMF3 encoder/decoder
for Python.

   - AmFast's core encoder and decoder are written in C, so it's around 18x
   faster than PyAmf <http://pyamf.org/>.
   - The encoder and decoder accept user-defined Python objects that allow
   customization of the encoding/decoding process.
   - Supports custom class mapping.
   - Supports remoting with NetConnection and RemoteObject.
   - Remoting headers can be exposed to callable targets to allow for quick
   implementation of authentication and other AMF features that rely on
   headers.
   - Supports data persistence with SQLAlchemy <http://www.sqlalchemy.org/>,
   including remotely-loadable lazy-loaded attributes.
   - Supports Actionscript code generation for mapped classes.

Check out the project page <http://code.google.com/p/amfast/> and my
blog<http://limscoder.blogspot.com/>for more information.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-announce-list/attachments/20090324/2334379c/attachment.htm>


More information about the Python-announce-list mailing list