Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 536 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 536 Bytes

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)