Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 205 Bytes

File metadata and controls

13 lines (9 loc) · 205 Bytes

tcptable

Installation

$ pip install git+https://github.com/sousa-andre/tcptable-python

Usage

    from tcptable import get_tcp_table
    
    table = get_tcp_table()
    print(table)