Metadata-Version: 2.4
Name: bugwarrior
Version: 2.1.0
Summary: a command line utility for updating your local taskwarrior database from your forge issue trackers
License-Expression: GPL-3.0-or-later
Project-URL: documentation, https://bugwarrior.readthedocs.io/en/stable/
Project-URL: repository, https://github.com/GothenburgBitFactory/bugwarrior
Keywords: task,taskwarrior,todo,github
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Bug Tracking
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
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: pydantic[email]>=2
Requires-Dist: python-dateutil
Requires-Dist: requests
Requires-Dist: taskw>=0.8
Requires-Dist: tomli; python_version <= "3.10"
Provides-Extra: bts
Requires-Dist: python-debianbts>=4.1.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: ini2toml
Requires-Dist: ini2toml[full]; extra == "ini2toml"
Provides-Extra: jira
Requires-Dist: jira>=3.10.0; extra == "jira"
Provides-Extra: kanboard
Requires-Dist: kanboard; extra == "kanboard"
Provides-Extra: keyring
Requires-Dist: keyring; extra == "keyring"
Provides-Extra: phabricator
Requires-Dist: phabricator; extra == "phabricator"
Provides-Extra: test
Requires-Dist: docutils<0.22; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-subtests; extra == "test"
Requires-Dist: responses; extra == "test"
Requires-Dist: ruff; extra == "test"
Requires-Dist: sphinx<9.0,>=1.0; python_version <= "3.10" and extra == "test"
Requires-Dist: sphinx>=9.0.3; python_version >= "3.11" and extra == "test"
Requires-Dist: sphinx-click; extra == "test"
Requires-Dist: sphinx-inline-tabs; extra == "test"
Requires-Dist: setuptools; extra == "test"
Provides-Extra: todoist
Requires-Dist: todoist_api_python>=3.0.0; extra == "todoist"
Provides-Extra: trac
Requires-Dist: offtrac; extra == "trac"
Provides-Extra: all
Requires-Dist: bugwarrior[bts,bugzilla,gmail,ini2toml,jira,kanboard,keyring,phabricator,test,todoist,trac]; extra == "all"
Dynamic: license-file

bugwarrior - Pull tickets from github, bitbucket, bugzilla, jira, trac, and others into taskwarrior
===================================================================================================

.. split here

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

.. class:: services

- `Azure DevOps <https://azure.microsoft.com/en-us/services/devops/>`_
- `Bitbucket <https://bitbucket.org>`_
- `Bugzilla <https://www.bugzilla.org/>`_
- `ClickUp <https://clickup.com/>`_
- `Debian Bug Tracking System (BTS) <https://bugs.debian.org/>`_
- `Gerrit <https://www.gerritcodereview.com/>`_
- `Git-Bug <https://github.com/MichaelMure/git-bug>`_
- `Github <https://github.com>`_
- `Gitlab <https://gitlab.com>`_
- `Gmail <https://www.google.com/gmail/about/>`_
- `Jira <https://www.atlassian.com/software/jira/overview>`_
- `Kanboard <https://kanboard.org/>`_
- `Logseq <https://logseq.com/>`_
- `Nextcloud Deck <https://github.com/nextcloud/deck>`_
- `Pagure <https://pagure.io/>`_
- `Phabricator <http://phabricator.org/>`_
- `Pivotal Tracker <https://www.pivotaltracker.com/>`_
- `Linear <https://linear.app/>`_
- `Redmine <https://www.redmine.org/>`_
- `Taiga <https://taiga.io>`_
- `Teamwork Projects <https://www.teamwork.com/>`_
- `Todoist <https://todoist.com/>`_
- `Trac <https://trac.edgewall.org/>`_
- `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
------------

.. |develop| image:: https://github.com/ralphbean/bugwarrior/actions/workflows/bugwarrior.yml/badge.svg?branch=develop
   :alt: Build Status - develop branch

+----------+-----------+
| Branch   | Status    |
+==========+===========+
| 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)
- Florian Preinstorfer (contributed support for Kanboard)
- Lena Brüder (contributed support for Nextcloud Deck)
- Stephen Cross (contributed support for Logseq)
