grep -ir "liquidplanner" *
Results: 1
Liquid Planner
We use Liquid Planner at my job to manage our projects and timesheets. Liquid Planner provides a nice RESTful API so I wrote some python to access some of the functions: liquidplanner.py This script requires my other send_gmail.py script. ...
more ...