Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 588 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 588 Bytes

Package Indexer

pind: A package indexer system to keeps track of package dependencies.

Installation

$ cd packageIndexer
$ python setup.py install

Usage

Run Package Indexer Server

# Runs the package indexer; by default it runs on port 8080
$ pind

# Prints help message
$ pind -h

Run Client for Testing

In a separate terminal, run the automated testing suite: TODO

Run Unit Tests

TODO

$ cd packageIndexer

Documentation

See docs/design.md for the information and design rationale for this application.