| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Attempt at developing an asset price simulator/API in Python
I want to learn to create APIs for data, that I can use to display said data on a website.
Nothing here is to simulate real stock or asset pricing activity, except perhaps in the broadest statistical sense.
Currently, the API does the following:
What it doesn't do:
First, create a virtualenv:
virtualenv --python=python3.4 ~/asset_sim_envThen, start the virtualenv:
source ~/asset_sim_env/bin/activateThen, install the Python modules:
cd asset_sim/reqs
pip install -r requirements.txtTo use it:
python app.py runserverBy default, the APIs can be reached at [http://localhost:5000/] (http://localhost:5000/).
The following URLs work:
| Back | FazBrowse Home | New Git URL |