Metadata-Version: 1.0
Name: TrelloCardUpdate
Version: 0.0.3
Summary: basic command line trello client
Home-page: https://github.com/thomasballinger/trellocardupdate
Author: Thomas Ballinger
Author-email: tom@hackerschool.com
License: LICENSE.txt
Description: TrelloCardUpdater
        
        Command-line tool for updating Trello cards.
        
        Sort of mimics the git interface.
        
        Installation
        ============
        clone the repo, then
        `cd TrelloCardUpdate`
        `virtualenv venv`
        `source venv/bin/activate`
        `pip install -e . -r requirements.txt`
        
        Current Features:
        =================
        
        * ability to add comments to cards
        * fuzzy matching on card name
        * single board at a time, which is persitantly set
        
        Bash Completion
        ---------------
        
        For now, just completes cards and --flags. Paste this into your bashrc:
        
        `complete -C 'tu --get-bash-completion' tu`
        
Platform: UNKNOWN
