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

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", "login@example.com", "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

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages