kraken-io / kraken-python

Official Kraken.io library for Python
Other
10 stars 11 forks source link

add upload_stringio method that let's users send in file like objects… #2

Closed dblado closed 8 years ago

dblado commented 8 years ago

…. the 'img' is a StringIO (or better yet, cStringIO.StringIO object since it's faster)

This method is how a user would send in an in memory image without having it touch the filesystem first.