Metadata-Version: 2.1
Name: beka
Version: 0.3.1
Summary: A bare-bones BGP speaker
Home-page: https://github.com/samrussell/beka
Author: Sam Russell
Author-email: sam.h.russell@gmail.com
License: Apache2
Keywords: bgp beka routing sdn networking
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Requires-Dist: eventlet


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/samrussell/beka


