Not quite yet, I am still wrapping up some of the upload calls. Partial file upload using httplib is quite difficult due to the way Python handles sending the body and the way the data is handled. I am considering using sockets instead to make it a bit more reliable and to a point where I feel its sufficient to handle large amounts of traffic / threading. I don't get that comfort using httplib.
There is always the option of using cURL but that requires an additional install and I would prefer to use the native 2.5 Python library.
I will try to get the first version up soon.
Regards,
Barry R.