AmFast AMF encoder/decoder for Python released
[Posted March 25, 2009 by cook]
| From: |
| Dave Thompson <dthomp325-AT-gmail.com> |
| To: |
| python-announce-list-AT-python.org |
| Subject: |
| ANN: AmFast AMF encoder/decoder for Python released! |
| Date: |
| Tue, 24 Mar 2009 09:25:29 -0700 |
| Message-ID: |
| <a0bac4ed0903240925n2f68b8ccn7b3a4348a6308969@mail.gmail.com> |
| Archive-link: |
| Article, Thread
|
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.
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations.html
(
Log in to post comments)