├── LICENSE ├── README.md ├── requirements.txt └── wwwtree.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/wwwtree/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/wwwtree/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | netifaces==0.11.0 2 | -------------------------------------------------------------------------------- /wwwtree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/t3l3machus/wwwtree/HEAD/wwwtree.py --------------------------------------------------------------------------------