Metadata-Version: 1.2
Name: beka
Version: 0.4.1
Summary: A bare-bones BGP speaker
Home-page: https://github.com/faucetsdn/beka
Author: Sam Russell
Author-email: sam.h.russell@gmail.com
License: Apache-2
Description: 
        Beka is a fairly basic BGP speaker. It can send
        and receive unicast route updates in IPv4 and IPv6,
        but not too much else. It is designed to be simple to use
        and to extend, without too much overhead.
        
        It uses eventlet for concurrency, but is easy enough to port to
        gevent if that takes your fancy.
        
        More information at https://github.com/faucetsdn/beka
Keywords: bgp,beka,routing,sdn,networking
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
