Metadata-Version: 2.1
Name: ifstate
Version: 0.9.0
Summary: Manage host interface settings in a declarative manner
Home-page: https://github.com/liske/ifstate
Author: Thomas Liske
Author-email: thomas@fiasko-nw.net
License: GPL3+
Description: # IfState
        
        [![PyPI version](https://badge.fury.io/py/ifstate.svg)](https://badge.fury.io/py/ifstate)
        
        A python library to configure (linux) host interfaces in a declarative manner.
        It is a frontend for the kernel netlink protocol using
        [pyroute2](https://pyroute2.org/) and aims to be as powerful as the
        iproute2/bridge/ethtool commands.
        
        It was written for interface configuration on lightweight software defined linux
        routers **without** using any additional network management daemon like
        [Network-Manager](https://gitlab.freedesktop.org/NetworkManager/NetworkManager) or
        [systemd-networkd](https://www.freedesktop.org/software/systemd/man/systemd-networkd.service.html).
        
        Can be used with deployment and automation tools like
        [ansible](https://github.com/ansible/ansible) since it's declarative and
        operates idempotent.
        
        [More...](https://liske.github.io/ifstate/)
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
