ipark.whitelist 0.2.5
Tipfy middleware extension to whitelist access by IP
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',
}
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| ipark.whitelist-0.2.5.tar.gz (md5) | Source | 2010-09-15 | 2KB | 301 | |
| ipark.whitelist-0.2.5.zip (md5) | Source | 2010-09-15 | 2KB | 290 | |
- Author: Ilya Petrov, Mikhail Kashkin
- Home Page: http://code.google.com/p/iparkcode/
- License: BSD
-
Categories
- Development Status :: 4 - Beta
- Environment :: Web Environment
- Intended Audience :: Developers
- License :: OSI Approved :: BSD License
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Internet :: WWW/HTTP :: Dynamic Content
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: xen
- DOAP record: ipark.whitelist-0.2.5.xml
