Metadata-Version: 1.0
Name: ipark.whitelist
Version: 0.2.5
Summary: Tipfy middleware extension to whitelist access by IP
Home-page: http://code.google.com/p/iparkcode/
Author: Ilya Petrov, Mikhail Kashkin
Author-email: mk@iparkcorp.com
License: BSD
Description: 
        ipark.whitelist
        ===============
        
        tipfy middleware that restrict access to site from any IP unless it from white list.
        
        Setup
        -----
        
        To use this extension in your application follow few simple steps:
        
        * To buildout.cfg add `ipark.whitelist` egg import
        * Modify config.py and add folowing lines::
        
        #
        config['ipark.whitelist'] = {
        # use %  as mask
        'allow_ips' : [ '192.168.1.%',
        '195.138.76.153',
        '127.0.0.1',
        }
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
