Metadata-Version: 2.1
Name: ben_future_value
Version: 1.0.0
Summary: A package to assist in calculating future value
Author: Ben Payton
Project-URL: Documentation, https://github.com/Ben-Payton/ben_future_value/blob/main/README.md
Project-URL: Source, https://github.com/Ben-Payton/ben_future_value
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: seaborn

# Project Description

This is a package for calculating future values and debt payoff in python.
Generally this is a small package so people can learn how to install and use packages. 
It is meant to pair well with [matplotlib](https://matplotlib.org/) and [seaborn](https://seaborn.pydata.org/) they are listed as dependancies to ensure they are installed.


# How to install and use

In the command line type:

`pip install ben-future-value`

Once installed then use by importing at the top of your python code.
