| 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 |