]> git.llucax.com Git - software/pymin.git/commit
Add configuration and command-line option framework.
authorLeandro Lucarella <llucax@gmail.com>
Mon, 16 Jun 2008 23:39:38 +0000 (20:39 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 16 Jun 2008 23:39:38 +0000 (20:39 -0300)
commit980addbad2fa349befff4f22034b09afb489c9e0
tree17259361c80c1d1e06b965b059a96456d616b6c3
parent756a0232952c65c75bcd39b4345490a403cefb73
Add configuration and command-line option framework.

The new pymin.config module integrates both ConfigParser and optparse
Python modules, adding variables validation throw formencode library and
hooks for plug-ins to add options in run-time.

This closes #3, closes #4 and closes #6.
16 files changed:
config.py [deleted file]
doc/config-examples/pymin.debian.ini [new file with mode: 0644]
doc/config-examples/pymin.devel.ini [new file with mode: 0644]
doc/config-examples/pymin.suse.ini [new file with mode: 0644]
pymin/config.py [new file with mode: 0644]
pymind
services/dhcp/__init__.py
services/dns/__init__.py
services/firewall/__init__.py
services/ip/__init__.py
services/nat/__init__.py
services/ppp/__init__.py
services/proxy/__init__.py
services/qos/__init__.py
services/vpn/__init__.py
services/vrrp/__init__.py