syspy  0.1
syspy windows system information tool with python
syspy.network.network Namespace Reference

Classes

class  Network
 

Variables

string __title__ = 'syspy'
 
string __version__ = '0.1'
 
string __author__ = 'Ali GOREN <goren.ali@yandex.com>'
 
string __repo__ = 'https://github.com/aligoren/syspy'
 
string __license__ = 'Apache v2.0 License'
 
string AD = "-"
 
tuple AF_INET6 = getattr(socket, 'AF_INET6', object())
 
dictionary proto_map
 

Variable Documentation

string syspy.network.network.__author__ = 'Ali GOREN <goren.ali@yandex.com>'

Definition at line 3 of file network.py.

string syspy.network.network.__license__ = 'Apache v2.0 License'

Definition at line 5 of file network.py.

string syspy.network.network.__repo__ = 'https://github.com/aligoren/syspy'

Definition at line 4 of file network.py.

string syspy.network.network.__title__ = 'syspy'

Definition at line 1 of file network.py.

string syspy.network.network.__version__ = '0.1'

Definition at line 2 of file network.py.

string syspy.network.network.AD = "-"

Definition at line 14 of file network.py.

tuple syspy.network.network.AF_INET6 = getattr(socket, 'AF_INET6', object())

Definition at line 15 of file network.py.

dictionary syspy.network.network.proto_map
Initial value:
1 = {
2  (AF_INET, SOCK_STREAM): 'tcp',
3  (AF_INET6, SOCK_STREAM): 'tcp6',
4  (AF_INET, SOCK_DGRAM): 'udp',
5  (AF_INET6, SOCK_DGRAM): 'udp6',
6 }

Definition at line 16 of file network.py.