Metadata-Version: 2.1
Name: pyroute2.core
Version: 0.6.4
Summary: Python Netlink library: the core
Home-page: https://github.com/svinota/pyroute2
Author: Peter V. Saveliev
Author-email: peter@svinota.eu
License: dual license GPLv2+ and Apache v2
Description: pyroute2.core
        =============
        
        PyRoute2 is a pure Python **netlink** library.
        
        This is the core package, it implements the netlink parser and several netlink
        sockets, including RTNL (IPRoute), WireGuard, MPTCP etc.
        
        links
        =====
        
        * Home: <https://github.com/svinota/pyroute2/>
        * PyPI: <https://pypi.org/project/pyroute2/>
        * Usage: <https://github.com/svinota/pyroute2/discussions/796>
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Systems Administration
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Development Status :: 4 - Beta
Description-Content-Type: text/x-rst
