# prometheus **Repository Path**: mirrors_lukecyca/prometheus ## Basic Information - **Project Name**: prometheus - **Description**: A flask web app that analyzes your stock portfolio performance, optimizes your asset allocation, and provides performance enhancement alerts. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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: * `Python >= 2.7 `_ 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] 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.