public
Description: Shelf is an app for MacOS that looks at the current foreground application, and tries to figure out if what you’re looking at corresponds to a person in your Address Book. Then it’ll tell you things about them.
Homepage: http://jerakeen.org/code/shelf/
Clone URL: git://github.com/jerakeen/shelf.git
shelf /
README
Building (for development)

  python setup.py py2app -A
  
Building (for deployment)

  python setup.py py2app

Dependencies:

  simplejson

Notes:

Don't be fooled by the fact that the files are in folders. When packaged,
they're all in one big flat folder. They're only in folders in the source
so that I can organise them a little.