Metadata-Version: 1.0
Name: jenkins_client
Version: 0.2.2
Summary: Jenkins client wrapper
Home-page: https://pypi.python.org/pypi?r6_commit
Author: Shawn Crosby
Author-email: scrosby@salesforce.com
License: Be Real
Description: ---
        This is basically a client to work with Jenkins
        
          from ci.jenkins import MrHat()
          m = MrHat()
          m.find_next_build('head')
        
        Install this library by cloning this repo and typing:
        
          sudo python setup.py install
          
        
Platform: UNKNOWN
