Announcement: Python module for pacparser (parses proxy auto-config files)



Fellas,

I am mighty pleased to announce the release of python module for
pacparser. pacparser is a library to parse proxy auto-config (PAC)
files. Proxy auto-config files are already a vastly used web proxy
configuration method these days (either directly or via web proxy
autodiscovery protocol) and almost all popular web browsers support
them. pacparser python module brings in PAC file parsing capability to
python programs. Using it, python web software can now work with proxy
auto-config files. I am hoping, web software programmers will
appreciate it. At least I've been looking for such a thing for a while
:).

For documentation and available packages, please visit project homepage at
http://code.google.com/p/pacparser

Direct download links:
Source archive: http://pacparser.googlecode.com/files/pacparser-1.0.3.tar.gz
Compiled module for python 2.5 and win32:
http://pacparser.googlecode.com/files/pacparser-python25-1.0.3-win32.zip

I have tested the module to work on Python 2.2 - 2.5 on Linux and Win32.

Cheers :-),
Manu

--
Manu Garg
http://www.manugarg.com
"Journey is the destination of life."
.



Relevant Pages


  • ... I am using python in an openlayers application to access another ... server on my network via javascript. ... The proxy script works fine ... fine with a "hello world" python script. ...
    (comp.lang.python)
  • strange i/o delay problem in socket,
    ... I'm writing a web proxy like program that intercepts and redirects ... this proxy is written in python, and i'm starting a new thread to ... handle the requests whenever there's a new client connected ...
    (comp.lang.python)
  • Re: Speed: bytecode vz C API calls
    ... I simply thought that if I can increase the speed of "proxy" ... Python in its inner loops. ... That's probably where the real bottleneck is.) ...
    (comp.lang.python)
  • Python Behind a Squid Corporate Proxy on Windows
    ... My employer has a Squid Proxy between my Python programs and The ... I've looked at what's happening with Wireshark; Py/my program/urllib2 ...
    (comp.lang.python)