Metadata-Version: 1.1
Name: tasque
Version: 0.4.3
Summary: Command-line task handler
Home-page: https://www.bitbucket.org/johannestaas/tasque
Author: Johan Nestaas
Author-email: johannestaas@gmail.com
License: GPLv3+
Description: tasque
        ======
        
        Command-line task handler with Trello integration
        
        Installation
        ------------
        
        From the project root directory::
        
            $ python setup.py install
        
        Or from pip::
        
            $ pip install tasque
        
        After install, run the install script which sets up your app key (required to run) and follow the directions::
        
            $ tasque-install
        
        Usage
        -----
        
        Simply run the shell::
        
            $ tasque-shell
        
        For help on commands::
        
            > help
            > help cd
            > help ls
            ...
        
        
        Release Notes
        -------------
        
        :0.4.3:
            In PyPI, with accurate README
            bug: Will still display 0.4.2 in tasque-shell
        :0.0.1:
            Project created
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Environment :: Console
Classifier: Environment :: X11 Applications :: Qt
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
