Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swizec/urllib2_file
Extending the urllib2 library so it can handle file uploads and work on Google App Engine
https://github.com/swizec/urllib2_file
Last synced: 4 days ago
JSON representation
Extending the urllib2 library so it can handle file uploads and work on Google App Engine
- Host: GitHub
- URL: https://github.com/swizec/urllib2_file
- Owner: Swizec
- Created: 2010-08-10T13:42:00.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-08-10T14:00:24.000Z (over 14 years ago)
- Last Synced: 2024-04-08T15:42:37.943Z (7 months ago)
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is an adaptation of the original urllib2_file library at http://fabien.seisen.org/python/urllib2_file/
It can now work on Google App Engine, you can see how I'm using it at:
http://swizec.com/blog/programatically-uploading-to-blobstore-in-python/swizec/1423