dimitri4788 / packageIndexer

A package indexer system to keeps track of package dependencies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A package indexer system to keeps track of package dependencies.


Languages

Language:Python 100.0%