Metadata-Version: 2.1
Name: bugwarrior
Version: 1.8.0
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+
Keywords: task taskwarrior todo github
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Bug Tracking
Classifier: Topic :: Utilities
License-File: LICENSE.txt
Requires-Dist: click
Requires-Dist: dogpile.cache>=0.5.3
Requires-Dist: jinja2>=2.7.2
Requires-Dist: lockfile>=0.9.1
Requires-Dist: python-dateutil
Requires-Dist: pytz
Requires-Dist: requests
Requires-Dist: six>=1.9.0
Requires-Dist: taskw>=0.8
Provides-Extra: activecollab
Requires-Dist: pyac>=0.1.5; extra == "activecollab"
Requires-Dist: pypandoc; extra == "activecollab"
Provides-Extra: bts
Requires-Dist: PySimpleSOAP; extra == "bts"
Requires-Dist: python-debianbts>=2.6.1; extra == "bts"
Provides-Extra: bugzilla
Requires-Dist: python-bugzilla>=2.0.0; extra == "bugzilla"
Provides-Extra: gmail
Requires-Dist: google-api-python-client; extra == "gmail"
Requires-Dist: google-auth-oauthlib; extra == "gmail"
Provides-Extra: jira
Requires-Dist: jira>=0.22; extra == "jira"
Provides-Extra: keyring
Requires-Dist: keyring; extra == "keyring"
Provides-Extra: megaplan
Requires-Dist: megaplan>=1.4; extra == "megaplan"
Provides-Extra: phabricator
Requires-Dist: phabricator; extra == "phabricator"
Provides-Extra: trac
Requires-Dist: offtrac; extra == "trac"



``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:

 - `activecollab <https://www.activecollab.com>`_ (2.x and 4.x)
 - `bitbucket <https://bitbucket.org>`_
 - `bugzilla <https://www.bugzilla.org/>`_
 - `Debian BTS <https://bugs.debian.org/>`_
 - `gerrit <https://www.gerritcodereview.com/>`_
 - `github <https://github.com>`_ (api v3)
 - `gitlab <https://gitlab.com>`_ (api v3)
 - `gmail <https://www.google.com/gmail/about/>`_
 - `jira <https://www.atlassian.com/software/jira/overview>`_
 - `megaplan <https://www.megaplan.ru/>`_
 - `pagure <https://pagure.io/>`_
 - `phabricator <http://phabricator.org/>`_
 - `Pivotal Tracker <https://www.pivotaltracker.com/>`_
 - `redmine <https://www.redmine.org/>`_
 - `taiga <https://taiga.io>`_
 - `teamlab <https://www.teamlab.com/>`_
 - `trac <https://trac.edgewall.org/>`_
 - `trello <https://trello.com/>`_
 - `versionone <http://www.versionone.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)
- Matthew Cengia (contributed extra support for Trello)
- Andrew Demas (contributed support for PivotalTracker)
