zilla = JsonZilla("http://mybugzilla.example.com/jsonrpc.cgi", "[email protected]", "secure")
print zilla.version()
print zilla.bugs([123, 456])
print zilla.bug(128)
You can enable DEBUG by setting environment variable JSONZILLA_DEBUG to True.
python -c "import setuptools; execfile('setup.py')" bdist_egg
pip install git+https://github.com/RevelSystems/jsonzilla.git@master