Metadata-Version: 1.0
Name: bugzillatools
Version: 0.1
Summary: Bugzilla CLI client and XML-RPC interface library
Home-page: https://gitorious.org/bugzillatools
Author: Fraser Tweedale
Author-email: frasert@jumbolotteries.com
License: UNKNOWN
Description: Bugzilla CLI client and XML-RPC interface library
        -------------------------------------------------
        
        Provides a CLI program and Python library for interacting with the
        Bugzilla_ bug tracking system.
        
        Requires Python 2.7 and works with Bugzilla 4.0 or later.
        
        ``bugzilla``
          Command-line application for interacting with Bugzilla instances.
          Commands include: assign, comment, fix, info, list, reop.
        
        ``bugzillalib``
          Library providing access to Bugzilla instances through its XML-RPC
          interface.  Supports bug creation, commenting, reassignment and status
          updates.
        
        .. _Bugzilla: http://www.bugzilla.org/
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Bug Tracking
