Skip to content

mnjstwins/ebay-search-api

 
 

Repository files navigation

prometheus

Introduction

prometheus is a full featured web app that tells you how your stock portfolio has performed over time, gives insight into how to optimize your asset allocation, and monitors your portfolio for rebalancing or performance enhancing opportunities.. It has been tested on the following configuration:

  • MacOS X 10.7.4
  • Python 2.7.1

Requirements

prometheus requires the following in order to run properly:

Preparation

Check that the correct version of Python is installed

python -V

Installation

Install prometheus using either pip (recommended)

sudo pip install prometheus

or easy_install

sudo easy_install prometheus

Using prometheus

Usage

prometheus [options] <argument>

Examples

normal usage

prometheus argument

stdin

cat file | prometheus -

options

prometheus -dc TZS argument

Options

-c currency, --currency=currency set currency, defaults to 'USD' -d, --debug enables debug mode, displays the options and arguments passed to the parser -v, --verbose verbose output -h, --help show this help message and exit --version show the program version and exit

Arguments

file

the source file, enter '-' to read data from standard input

LICENSE

prometheus is distributed under the MIT License, the same as anotherprogram on which this program depends.

About

RESTful API for searching eBay sites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.1%
  • Shell 4.9%