Streaming unggahan permintaan python

with open('massive-body') as f:
    requests.post('http://some.url/streamed', data=f)
Puzzled Puffin