Library to parse proxy auto-config (PAC) files
Library to parse proxy auto-config (PAC) files
pacparser$ pacparser -p /path/to/proxy.pac -u http://example.com$ pacparser -p /path/to/proxy.pac$ python3 -c "import pacparser; pacparser.parse_pac('file.pac'); print(pacparser.find_proxy('http://example.com'))"