A bond valuation webapp in Python.
Clone this repository :
git clone https://github.com/romaincaraes/bond-valuation-python
cd bond-valuation-python
You may want to use a virtual environment to keep a clean Python installation :
python3 -m venv venv/
source venv/bin/activate
Install the required dependencies :
pip3 install -r requirements.txt
To use the Bond Valuation web app, run the bond.py script in bond-valuation/ folder :
cd bond-valuation
streamlit run bond.py
A new tab should open in your browser :
- Numpy - Fundamental package for scientific computing with Python,
- Pandas - Library providing data structures and data analysis tools for Python,
- Streamlit - Open-source app framework,
All the Python packages needed are listed in requirements.txt and on the Dependency Graph page.
This project is licensed under the MIT License.
- Romain Caraës - romaincaraes
See also the GitHub Contributors page.