Metadata-Version: 1.0
Name: bugwarrior
Version: 0.1a
Summary: Synch 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: 
        
        This is a command line utility for updating your local `taskwarrior
        <http://taskwarrior.org>`_ database from you forge issue trackers.
        
        Getting bugwarrior
        -------------
        
        Installing
        ++++++++++
        
        Installing it from http://pypi.python.org/pypi/bugwarrior is easy with ``pip``::
        
            $ pip install bugwarrior
        
        The Source
        ++++++++++
        
        You can find the source on github at http://github.com/ralphbean/bugwarrior
        
        
        Configuring
        -----------
        
        Create a ``~/.bugwarriorrc`` file with the following contents::
        
          [github]
          github_user = YOUR_USERNAME
        
          [bitly]
          api_user = YOUR_USERNAME
          api_key = R_3c223c39de2d675
        
        Using
        -----
        
        Just run ``bugwarrior-pull``.
        
        It's ideal to create a cron task like::
        
            0 * * * *  /usr/bin/bugwarrior-pull 2>&1 | /usr/bin/logger
Keywords: task taskwarrior todo github
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 2
Classifier: Topic :: Software Development :: Bug Tracking
Classifier: Topic :: Utilities
