Archive for the ‘Django’ Category

PyAMF test suite running on Google App Engine

Thursday, May 1st, 2008

The 0.3 release tree has been mostly about building up compatibility with Google’s App Engine.

Because the environment that Google exposes to the developer is quite restricted (for obvious reasons!) we thought it best if we get the entire PyAMF test suite (up to 430 individual tests and counting …!) running.

We have built a simple web app that runs the PyAMF test suite from within the Google App Engine. Its a work in progress and isn’t planning on winning any beauty contests, but works nicely.

Check it out!

ByteArray example

Thursday, January 10th, 2008

We have created a simple PyAMF example for the ByteArray class in ActionScript which provides methods and properties to optimize reading, writing, and working with binary data. The PyAMF equivalent of this class is also called ByteArray that provides the same basic functionality. (more…)