pyPSYC
pyPSYC aims to be a python framework for programming PSYC. At the moment it is based on the asyncore library, which is part of the standard distribution, but maybe I will change it to use twisted as a more powerful frameworkNow there is a little dumb PSYC-client included as pypsyc/console_client.py . It does just two things:
- prints formatstring, method name and variables within the current packet
- sends input to the UNI via _request_execute-Method