Metadata-Version: 1.1
Name: bugwarrior
Version: 1.5.1
Summary: Sync github, bitbucket, and trac issues with taskwarrior
Home-page: http://github.com/ralphbean/bugwarrior
Author: Ralph Bean
Author-email: ralph.bean@gmail.com
License: GPLv3+
Description: 
        
        ``bugwarrior`` is a command line utility for updating your local `taskwarrior <http://taskwarrior.org>`_ database from your forge issue trackers.
        
        It currently supports the following remote resources:
        
         - `github <https://github.com>`_ (api v3)
         - `gitlab <https://gitlab.com>`_ (api v3)
         - `bitbucket <https://bitbucket.org>`_
         - `pagure <https://pagure.io/>`_
         - `bugzilla <https://www.bugzilla.org/>`_
         - `trac <https://trac.edgewall.org/>`_
         - `megaplan <https://www.megaplan.ru/>`_
         - `teamlab <https://www.teamlab.com/>`_
         - `redmine <https://www.redmine.org/>`_
         - `jira <https://www.atlassian.com/software/jira/overview>`_
         - `taiga <https://taiga.io>`_
         - `gerrit <https://www.gerritcodereview.com/>`_
         - `activecollab <https://www.activecollab.com>`_ (2.x and 4.x)
         - `phabricator <http://phabricator.org/>`_
         - `versionone <http://www.versionone.com/>`_
         - `trello <https://trello.com/>`_
         - `youtrack <https://www.jetbrains.com/youtrack/>`_
        
        Documentation
        -------------
        
        For information on how to install and use bugwarrior, read `the docs
        <https://bugwarrior.readthedocs.io>`_ on RTFD.
        
        Build Status
        ------------
        
        .. |master| image:: https://secure.travis-ci.org/ralphbean/bugwarrior.png?branch=master
           :alt: Build Status - master branch
           :target: https://travis-ci.org/#!/ralphbean/bugwarrior
        
        .. |develop| image:: https://secure.travis-ci.org/ralphbean/bugwarrior.png?branch=develop
           :alt: Build Status - develop branch
           :target: https://travis-ci.org/#!/ralphbean/bugwarrior
        
        +----------+-----------+
        | Branch   | Status    |
        +==========+===========+
        | master   | |master|  |
        +----------+-----------+
        | develop  | |develop| |
        +----------+-----------+
        
        
        Contributors
        ------------
        
        - Ralph Bean (primary author)
        - Ben Boeckel (contributed support for Gitlab)
        - Justin Forest (contributed support for RedMine, TeamLab, and MegaPlan, as
          well as some unicode help)
        - Tycho Garen (contributed support for Jira)
        - Kosta Harlan (contributed support for activeCollab, notifications,
          and experimental taskw support)
        - Luke Macken (contributed some code cleaning)
        - James Rowe (contributed to the docs)
        - Adam Coddington (anti-entropy crusader)
        - Iain R. Learmonth (contributed support for the Debian BTS and maintains the
          Debian package)
        - BinaryBabel (contributed support for YouTrack)
Keywords: task taskwarrior todo github
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Bug Tracking
Classifier: Topic :: Utilities
