项目作者: romaincaraes

项目描述 :
A bond valuation webapp in Python
高级语言: Python
项目地址: git://github.com/romaincaraes/bond-valuation-python.git
创建时间: 2020-08-06T12:24:06Z
项目社区:https://github.com/romaincaraes/bond-valuation-python

开源协议:MIT License

下载


Bond Valuation with Python

A bond valuation webapp in Python.

Installation

Clone this repository :

  1. git clone https://github.com/romaincaraes/bond-valuation-python
  2. cd bond-valuation-python

You may want to use a virtual environment to keep a clean Python installation :

  1. python3 -m venv venv/
  2. source venv/bin/activate

Install the required dependencies :

  1. pip3 install -r requirements.txt

Usage

To use the Bond Valuation web app, run the bond.py script in bond-valuation/ folder :

  1. cd bond-valuation
  2. streamlit run bond.py

A new tab should open in your browser :

Streamlit Web App Screenshot

Built With

  • Numpy - Fundamental package for scientific computing with Python,
  • Pandas - Library providing data structures and data analysis tools for Python,
  • Streamlit - Open-source app framework,

Dependencies

All the Python packages needed are listed in requirements.txt and on the Dependency Graph page.

License

This project is licensed under the MIT License.

Authors

See also the GitHub Contributors page.