A simple Python library for using the NZBGetAPI.
You can get the code from https://github.com/holiestofhandgrenades/pynzbgetapi
import pynzbgetapi
ng_api = pynzbgetapi.NZBGetAPI("192.168.0.x", "username", "password")
ng_api.status()
This code is released under the Apache license.