Introduction
Introduction Statistics Contact Development Disclaimer Help
CCSO Nameserver Resources
Connecting to CCSO with Python
The following Python module provides a lightweight CCSO client library
ccso.py
README.md
--- Example ----------------------------------------------------------
$ python -i ccso.py
>>> client = Network('mozz.us', 105)
>>> client.query(b'adams clay')
[{
b'alias': b'a-adams11',
b'name': b'adams a clay',
b'address': b'150 dcl\nCAMPUS MC 256',
b'office_address': b'150 dcl\nCAMPUS MC 256',
b'department': b'computing services office',
b'title': b'extra help technical',
b'type': b'person phone',
b'left_uiuc': b'10/1991'
}]
>>>
______________________________________________________________________
Served by Flask-Gopher/3.0.0
You are viewing proxied material from mozz.us. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.