ipsetpy

Python ipset bindings and helper


License
Other
Install
pip install ipsetpy==v0.0.1a3

Documentation

python ipset bindings

This library is a Python wrapper around ipset.

For ipset documentation access: http://ipset.netfilter.org/ipset.man.html

Installation

To install ipsetpy, you want to run:

$ pip install ipsetpy

Goals

  • Provide an interface to allow Python programs to manipulate ipsets.
  • Be fast, small and robust

Versions

Currently ipsetpy is developed and tested on python3.4.

License

This project is made available under the MIT License (MIT)