PyAMF 0.4 released
Filed under releases
The team is proud to announce the release of PyAMF 0.4 final!
PyAMF is a lightweight library that allows Flash and Python applications to communicate via Adobe's ActionScript Message Format.
This release fixes over a 100 tickets, see the changelog for the complete list of changes. We now consider the library to be stable and ready for production! A brief overview of the changes:
- A new C extension to
pyamf.utilandpyamf.amf3. This is a work in progress, created using Cython, and more sections of the library will be moved to C as they are identified. Thanks to Gerard Escalante. - An adapter for SQLAlchemy 0.4/0.5 is available, allowing object graphs to be easily encoded. See the wiki for more information. Thanks to Dave Thompson and Michael Van Tellingen.
- Improvements to the Google App Engine adapter to allow datastore objects to be easily encoded/decoded.
Check out the download page, installation instructions.
Got questions? First stop is the mailing list or IRC.