Metadata-Version: 2.0
Name: pfweb
Version: 0.1.0.dev4
Summary: Simple web interface for the OpenBSD Packet Filter
Home-page: https://github.com/nahun/pfweb
Author: Nathan Wheeler
Author-email: nate.wheeler@gmail.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: POSIX :: BSD :: OpenBSD
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Flask
Classifier: Topic :: System :: Networking :: Firewalls
Requires-Dist: py-pf (>=0.1.7)
Requires-Dist: Flask
Requires-Dist: flask-login

pfweb
-----

pfweb is a python web application to manage the OpenBSD Packet Filter (PF). It 
uses *py-pf* to interface with PF and Flask for the web framework. The look 
and feel is based on pfSense and a lot of the ideas are ripped off from them.

pfweb is designed with few dependencies and strives to use only included Python
modules.

The source is on `GitHub <https://github.com/nahun/pfweb>`_


