pind: A package indexer system to keeps track of package dependencies.
$ cd packageIndexer
$ python setup.py install# Runs the package indexer; by default it runs on port 8080
$ pind
# Prints help message
$ pind -hIn a separate terminal, run the automated testing suite: TODO
TODO
$ cd packageIndexerSee docs/design.md for the information and design rationale for this application.