Skip to content

A flask web app that analyzes your stock portfolio performance, optimizes your asset allocation, and provides performance enhancement alerts.

Notifications You must be signed in to change notification settings

lukecyca/prometheus

 
 

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

A flask web app that analyzes your stock portfolio performance, optimizes your asset allocation, and provides performance enhancement alerts.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.1%
  • Shell 1.9%