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.
- Host: GitHub
- URL: https://github.com/dimitri4788/packageindexer
- Owner: dimitri4788
- Created: 2017-08-26T16:54:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-06T01:01:19.000Z (almost 9 years ago)
- Last Synced: 2025-03-11T07:46:28.380Z (over 1 year ago)
- Topics: package-dependency, package-indexer, python, server
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.