PyAMF 0.4 released

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.util and pyamf.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 or the API documentation for more information. Questions? First stop is the mailing list but we also hang out on IRC.

2 Responses to “PyAMF 0.4 released”

  1. JesterXL says:

    Keep in mind I’m a client developer who never touches the server (although, I’ve learned how to deploy code in Django on my sandbox, go me!), but I’ve been using PyAMF for over 4 months on my Flex project, and it’s solid. Great job yall!

Leave a Reply