Metadata-Version: 1.0
Name: FightForNetNeutrality
Version: 0.1
Summary: This package is a WSGI middleware which allow to block some IP Address. By default the french parlement is denied.
Home-page: http://reflets.info/wp-neutalityfr-la-neutralite-du-net-expliquee-de-maniere-optimalisee-a-muriel/
Author: Gael Pasgrimaud
Author-email: gael@gawel.org
License: GPL
Description: Usage
        =====
        
        Add FightForNetNeutrality to your python path using ``easy_install``::
        
        $ easy_install FightForNetNeutrality
        
        Then wrap your wsgi application with the fightfornetneutrality.NetNeutrality middleware::
        
        from fightfornetneutrality import NetNeutrality
        application = NetNeutrality(application)
        
        You can also define your own IP range::
        
        application = NetNeutrality(application, ips_banned={"62.160.71.0":24})
        
        That's it.
        
        
Keywords: net neutrality wsgi
Platform: UNKNOWN
