-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsetup.cfg
46 lines (40 loc) · 1014 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[metadata]
name = beka
summary = A bare-bones BGP speaker
long_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
license = Apache-2
author = Sam Russell
author-email = [email protected]
home-page = https://github.com/faucetsdn/beka
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
keywords =
bgp
beka
routing
sdn
networking
[files]
packages =
beka
license_file = LICENSE
[bdist_wheel]
universal=0
[pytype]
pythonpath =
.:
beka:
test:
disable =
pyi-error,
import-error