A sample project to help me understand how buildout works.
Prep and run buildout to satisfy application dependencies.
$ python bootstrap.py
$ bin/buildout
$ bin/python
>>> from hipchatter import messenger
>>> messenger.send_joke('hipchat_api_key', 'hipchat_room_id')