Metadata-Version: 1.0
Name: hrpg
Version: 0.0.4
Summary: Commandline interface to HabitRPG (http://habitrpg.com)
Home-page: https://github.com/philadams/hrpg
Author: Phil Adams
Author-email: philadams.net@gmail.com
License: LICENSE.txt
Description: hrpg
        ====
        
        Three tools for interacting with [HabitRPG](http://habitrpg.com):
        
        1. Python wrapper for the RESTful Habit RPG api (`hrpg.api`)
        2. Command-line interface with subcommands (e.g. `> hrpg habits`)
        3. An interactive command-line interface (`hrpg --interactive` - in
           development)
        
        install
        -------
        
        First `pip install hrpg`. Then you'll want to TODO API credentials.
        
        help
        ----
        
        Via `hrpg --help`:
        
        TODO
        
        thanks
        ------
        
        Much thanks to the following excellent projects:
        
        - docopt
        - requests
        
        future
        ------
        
        - add --avatar option to status!!!
        - test harness
        - prettify with [clint](https://github.com/kennethreitz/clint)
        - POST endpoints
        
Platform: UNKNOWN
