An open API service indexing awesome lists of open source software.

https://github.com/dimitri4788/packageindexer

A package indexer system to keeps track of package dependencies.
https://github.com/dimitri4788/packageindexer

package-dependency package-indexer python server

Last synced: about 1 year ago
JSON representation

A package indexer system to keeps track of package dependencies.

Awesome Lists containing this project

README

          

# Package Indexer

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

## Installation

```bash
$ cd packageIndexer
$ python setup.py install
```

## Usage

### Run Package Indexer Server

```bash
# 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

```bash
```

### Run Unit Tests
TODO

```bash
$ cd packageIndexer
```

## Documentation

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