Welcome to mortgage_calc documentation!
This library contains classes that can be used to calculate various attributes of a fully amoratirized mortgage to include the monthly mortgage value, Private Mortgage Insurance (PMI), property or real estage insurance, taxes, and other metrics.
Contents:
Indices and tables
Installation
In order to download this repository from github follow these instructions.
Install poetry globally on your computer. Follow the instructions from the Poetry website
Set the poetry virtual environment with the following command
poetry config virtualenvs.in-project trueEnsure you have .git installed on your computer.
Open a terminal (Bash, zsh or DOS) and
cdto the directory where you want to install the cobralib libraryType
git clone https://github.com/Jon-Webb-79/mortgage-calc.gitcdinto the cobralib directorycdinto the cobralib directoryCreate a virtual environment with the command
python3 -m venv .venvActivate the virtual environment with the command
source .venv/bin/activate
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to include and update tests as well as relevant cod-strings and sphinx updates.
License
This project uses a basic MIT license