Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

RevelSystems/jsonzilla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonzilla

zilla = JsonZilla("http://mybugzilla.example.com/jsonrpc.cgi", "[email protected]", "secure")
print zilla.version()
print zilla.bugs([123, 456])
print zilla.bug(128)

Debug Mode:

You can enable DEBUG by setting environment variable JSONZILLA_DEBUG to True.

Build instructions:

python -c "import setuptools; execfile('setup.py')" bdist_egg

Installation:

pip install git+https://github.com/RevelSystems/jsonzilla.git@master

About

Bugzilla JSON-RPC wrapper

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages