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 -h
In a separate terminal, run the automated testing suite: TODO
TODO
$ cd packageIndexer
See docs/design.md
for the information and design rationale for this application.