milesrichardson / ParsePy

A relatively up-to-date fork of ParsePy, the Python wrapper for the Parse.com API. Originally maintained by @dgrtwo
MIT License
515 stars 184 forks source link

add file support #69

Closed dankrause closed 10 years ago

dankrause commented 10 years ago

The file API is not so great:

This makes our File class a bit weird. I appreciate any feedback on its design.

Also note that it loads the whole file into memory before uploading - this could probably be optimized, assuming urllib supports it.

dankrause commented 10 years ago

Don't merge - I just realized that I'm overlapping with parse_rest.datatypes.Files. Will fix and submit a new pull request.