| Projects on Google Code | Results 1 - 6 of 6 |
= python-ntlm =
Python 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 python urllib2.
== Python 3 Support ==
There is work...
It checks URL's from a text file and sends an email if an error occurs.
For the backend, we are using Sqlite3 with a simple table that holds domains once they have issues.
Currently working for GNU/Linux Operating Systems only.
=How to use:=
==Setup==
This was developed with python 2.5 an...
An attempt to double Mercurial's efficiency when pushing over HTTP(S) by looking at inefficiencies in Python's urllib2.
This is largely a mirror of the main repo at http://bitbucket.org/bradobro/liquidhg/.
I think it directly effects project hosting Issue 2716 (http://code.google.com/p/suppor...
Wave Alpha is a robot written in Python for the _Google Wave_ platform. It empowers the user with the ability to query _Wolfram Alpha_'s Computational Knowledge Search Engine right from a "wavelet" and retrieve the results right into the "blip".
http://i3.photobucket.com/albums/y75/gmaster1440/S...
A Google Wave Robot that executes yql queries and retrieves the results in "prettified" json format
*Official Wave: *https://wave.google.com/wave/#restored:wave:googlewave.com!w%252BXAeLiifqA
http://i3.photobucket.com/albums/y75/gmaster1440/Screenshot2009-10-04at95645PM.png
http://i3.photob...
There isn't an easy way to manage connection timeouts per protocol/connection when using python version < 2.6. This module provides some basic classes to enable timeout juggling per protocol or connection.