bgpranking-redis-api
bgpranking-redis-api copied to clipboard
API to access the Redis database of a BGP Ranking instance.
>>> import bgpranking_web Traceback (most recent call last): File "", line 1, in File "/Users/steve/.virtualenvs/pymissp/lib/python3.6/site-packages/bgpranking_web-1.1.1-py3.6.egg/bgpranking_web/__init__.py", line 1, in ModuleNotFoundError: No module named 'api' >>> ~/tmp 21s (pymissp) ❯ pip install...
The import statement in `__init__.py` seems to be the only thing incompatible with Python 3. After the change, it works fine in both Python 2 and 3. The rest of...
https://github.com/CIRCL/bgpranking-redis-api/blob/master/bgpranking_redis/api.py#L809
The logging system should automatically send an email when an exception occurs in the web interface or in the API.