I've just uploaded a patch (
http://code.google.com/p/sfapi/issues/
detail?id=39) which is intended to open discussion on making a more
comprehensive and useful Python API for SFAPI.
We are using this package internally to test a somewhat large multi-
control Flex GUI (along with a number of patches now in the tracker).
It allows us to use Python's nosetest package and module setup/tear-
down features during integration tests to share heavy fixtures.
The API here is automatically generated from the .as files, including
extraction of doc-strings so that the resulting Python package is
pydoc-able (approximately as much as the .as code is documented,
anyway). It is also packaged with the intention that the results be
uploaded to PyPI for automatic installation.