Skip to content

A package indexer system to keeps track of package dependencies.

Notifications You must be signed in to change notification settings

dimitri4788/packageIndexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages