====== PyAMF 0.1 Beta released ====== [[::pyamf|PyAMF]] is a lightweight library that allows Flash and [[http://python.org|Python]] applications to communicate via Adobe’s ActionScript Message Format. A summary of new features features and improvements in this release: * Implemented Local Shared Object ([[http://en.wikipedia.org/wiki/Local_Shared_Object|LSO]]) * [[http://api.pyamf.org/pyamf.amf3.ByteArray-class.html|ByteArray]] now implements [[http://api.pyamf.org/pyamf.amf3.DataInput-class.html|DataInput]] and [[http://api.pyamf.org/pyamf.amf3.DataOutput-class.html|DataOutput]] instead of [[http://api.pyamf.org/pyamf.util.StringIOProxy-class.html|StringIOProxy]] * [[http://api.pyamf.org/pyamf.remoting.client-module.html|remoting.client]] mostly fully supports the predefined headers * Fixed argument positioning for RemoteObject processing * Remoting client now supports authentication * Proper encoding for aliased subclassed builtin types, specifically * [[http://api.pyamf.org/pyamf.flex.ArrayCollection-class.html|flex.ArrayCollection]] * Added support for easy encoding of [[http://djangoproject.com|Django]] object queries (Foo.objects.all()) * Added ‘expose_request’ argument to [[http://api.pyamf.org/pyamf.remoting.djangogateway-module.html|DjangoGateway]] to expose the underlying HTTP Request object as the first arg in the called services. Check out the [[http://pyamf.org/wiki/Download|download]] page and [[http://pyamf.org/wiki/Install|installation]] instructions. Got questions? First stop is the [[http://pyamf.org/wiki/MailingList|mailing list]], but we also hang out on [[irc://freenode.net/pyamf|IRC]]. {{tag>blog }} ~~DISCUSSION~~