bugwarrior is a command line utility for updating your local taskwarrior database from your forge issue trackers.
It currently supports the following remote resources:
- github (api v3)
- bitbucket
- trac
- bugzilla
- megaplan
- teamlab
- redmine
- jira
- activecollab (2.x and 4.x)
- phabricator
On Mon, Dec 1, 2014 at 12:25 AM, Ethan Furman <ethan@stoneleaf.us> wrote:One argument that keeps coming up is transferability of knowledge: knowing git and/or GitHub, as many seem to, it
therefore becomes easier to commit to the Python ecosystem.
What about the transferability of Python knowledge? Because I know Python, I can customize hg; because I know Python I
can customize Roundup.
I do not choose tools simply because they are written in Python -- I choose them because, being written in Python, I can
work on them if I need to: I can enhance them, I can fix them, I can learn from them.
There are lots of Python tools written with Git:* https://pypi.python.org/pypi/GitPython (Python)* https://pypi.python.org/pypi/pyrpo (subprocess wrapper for git, hg, bzr, svn)