ANN: python-ntlm - provides NTLM support, including an authentication handler for urllib2

2008-12-10 Thread Matthijs
Announcing: python-ntlm http://code.google.com/p/python-ntlm/ python-ntlm is a library that provides NTLM support, including an authentication handler for urllib2. This library allows you to retrieve content from (usually corporate) servers protected with windows authentication (NTLM) using the p

Using a python web client behind a proxy (urllib and twisted.web)

2005-04-13 Thread Matthijs
twisted.web and does asynchronous requests, which is nice when you want to download a lot of rss feeds. But again it doesn't support a proxy, that I could find. Question: Am i right that twisted.web.client does not support proxying? Kind regards, Matthijs ps. I am just starting with Python --