项目作者: deep4788

项目描述 :
A package indexer system to keeps track of package dependencies.
高级语言: Python
项目地址: git://github.com/deep4788/packageIndexer.git
创建时间: 2017-08-26T16:54:51Z
项目社区:https://github.com/deep4788/packageIndexer

开源协议:

下载


Package Indexer

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

Installation

  1. $ cd packageIndexer
  2. $ python setup.py install

Usage

Run Package Indexer Server

  1. # Runs the package indexer; by default it runs on port 8080
  2. $ pind
  3. # Prints help message
  4. $ pind -h

Run Client for Testing

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

  1. ```
  2. ### Run Unit Tests
  3. TODO
  4. ```bash
  5. $ cd packageIndexer

Documentation

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