Metadata-Version: 1.1
Name: gfwlist2privoxy
Version: 1.0.1
Summary: convert gfwlist to privoxy action file
Home-page: https://github.com/snachx/gfwlist2privoxy
Author: snachx
Author-email: snachx@gmail.com
License: MIT
Description: GFWList2Privoxy
        ==============================================================
        
        |Build Status|
        
        Usage
        --------------------------------------------------------------
        
        Generate action file for privoxy from gfwlist, inspired by clowwindy's gfwlist_ and modified from it.
        
        ::
        
            pip install gfwlist2privoxy
        
            usage: main.py [-h] [-i GFWLIST] -f ACTION -p PROXY -t TYPE [--user-rule USER_RULE]
        
            detail arguments:
              -h, --help                    show this help message and exit
        
              -i GFWLIST, --input GFWLIST   path to the gfwlist, ignore to download from Internet
        
              -f ACTION, --file ACTION      path to the output action file
        
              -p PROXY, --proxy PROXY       the proxy in the action file, for example, "127.0.0.1:1080"
        
              -t TYPE, --type TYPE          the proxy type in the action file, should be one of the followings,
                                            "http socks4 socks4a socks5 socks5t"
        
              --user-rule USER_RULE         user rule file, which will be appended to gfwlist
        
            Please set https proxy in your system if you ignore the argument GFWLIST.
        
        Example Action File
        ----------------------------------------------------------
        An example of generated action file is here_.
        
        .. |Build Status| image:: https://travis-ci.org/snachx/gfwlist2privoxy.png?branch=master
           :target: https://travis-ci.org/snachx/gfwlist2privoxy
        .. _gfwlist: https://github.com/clowwindy/gfwlist2pac
        .. _here: https://github.com/snachx/gfwlist2privoxy/blob/master/test/gfwlist.action
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
