Home

Awesome

AS Relationship Wrapper

This code takes care of downloading, parsing and providing a high level interface to the AS Relationship dataset made available by CAIDA

Installation

python setup.py install

Usage

import as_relationship.parser
import as_relationship.fetcher

new_file = as_relationship.fetcher.get_as_relationship_file(datadir='data')
s2 = as_relationship.parser.AsRelationship(rel_file=new_file)