This project is a lightweight python game server that allows connections from clients into game servers using digital certificates to increase security through the communication.
python setup.py
import pyGameServer
python pyGameServer/__init__.py
py.test -v
or just
make test