PyAMF 0.1 Beta released

View: New views
2 Messages — Rating Filter:   Alert me  

PyAMF 0.1 Beta released

by lists-144 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

PyAMF is a lightweight library that allows Flash and 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 (LSO)
  • ByteArray now implements DataInput and DataOutput instead of StringIOProxy
  • 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 flex.ArrayCollection
  • Added support for easy encoding of Django object queries (Foo.objects.all())
  • Added ‘expose_request’ argument to DjangoGateway to expose the underlying HTTP Request object as the first arg in the called services

Check out the download [1] page and installation [2] instructions. Got questions? First stop is the mailing list [3], but we also hang out on IRC [4].

Cheers,

the PyAMF team.

[1] http://pyamf.org/wiki/Download

[2] http://pyamf.org/wiki/Install

[3] http://lists.pyamf.org/mailman/listinfo

[4] irc://freenode.net/pyamf


Re: PyAMF 0.1 Beta released

by Arnar Birgisson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Great work guys!

Arnar

On Jan 13, 2008 1:43 PM, Thijs Triemstra | Collab <lists@...> wrote:

>  Hi,
>
>
>
>
> PyAMF is a lightweight library that allows Flash and 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 (LSO)
> ByteArray now implements DataInput and DataOutput instead of StringIOProxy
> 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
> flex.ArrayCollection
> Added support for easy encoding of Django object queries (Foo.objects.all())
> Added 'expose_request' argument to DjangoGateway to expose the underlying
> HTTP Request object as the first arg in the called services
>
>
>
> Check out the download [1] page and installation [2] instructions. Got
> questions? First stop is the mailing list [3], but we also hang out on IRC
> [4].
>
> Cheers,
>
> the PyAMF team.
>
>
>
> [1] http://pyamf.org/wiki/Download
>
> [2] http://pyamf.org/wiki/Install
>
> [3] http://lists.pyamf.org/mailman/listinfo
>
> [4] irc://freenode.net/pyamf
> _______________________________________________
> PyAMF dev mailing list - dev@...
> http://lists.pyamf.org/mailman/listinfo/dev
>
>