10 lines
345 B
Python
10 lines
345 B
Python
"""iptoasn.com IP→ASN provider.
|
|
|
|
Daily-refreshed gzipped TSV dump of the global BGP table, derived from
|
|
RIPE RIS. Released into the public domain by upstream — no attribution
|
|
required, no UA mandate, no terms to violate.
|
|
|
|
Direct imports of :class:`IptoasnProvider` are discouraged — go through
|
|
:func:`decnet.asn.factory.get_provider`.
|
|
"""
|