A command line application that creates amortization schedules.
Project description
Amortization is a command line interface that outputs an amortization schedule based on the user’s input of the borrowed amount, interest rate, loan duration, and number of payments made annually. For reading on amortization schedules please visit: https://en.wikipedia.org/wiki/Amortization_schedule
Installation
Amortization requires the pandas library in order for the command line application to work correctly. Pandas should be pre-installed in the environment where amortization is installed. For pandas install instructions, please visit: http://pandas.pydata.org/
To install the Amortization package simply open a command line prompt and run:
pip install amort
If you would rather install from source, run the following commands:
git clone https://github.com/mandeep/Amortization.git cd Amortization python setup.py install
Usage
Once Amortization is installed, the command line application can be invoked with the following command and mandatory arguments:
amortization BORROWED INTEREST LENGTH PERIODS [NAME] Example: amortization 70000000 3 30 12 "Gulfstream G650 Loan"
Output of the command line application appears below:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file amort-0.22.1.tar.gz
.
File metadata
- Download URL: amort-0.22.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5965d1cb408659d65c663632d60152566ea067caaed41b0eb9a7cb8a3c41088d |
|
MD5 | 950290ffa271568433aeacaf2b3ea408 |
|
BLAKE2b-256 | c656e56897a07ffab219554977924739d241d8c513144eaa6cb005243a1ce159 |
File details
Details for the file amort-0.22.1-py3-none-any.whl
.
File metadata
- Download URL: amort-0.22.1-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 036c6ea3bfbc72dd108339778f371bfe611bb0afa9992a2e2cdc2debe2843f7e |
|
MD5 | 235cd8e64afad9c8743bbe99ec7c8ed9 |
|
BLAKE2b-256 | d2d2d727e9c1c800bceb1684eb0026c08441eb0d706afa9316157617148402b9 |
File details
Details for the file amort-0.22.1-py2-none-any.whl
.
File metadata
- Download URL: amort-0.22.1-py2-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cbd69109356fc2aa1a9fb7b3d460452c6d0f96e959764029c54ea1861edc39b |
|
MD5 | 457d085c265d1b42771e9cf3746bd0c2 |
|
BLAKE2b-256 | e0e0b9e2159f48b8b439c269f1f093930c3183f1e611d760c65b539c39c56fc8 |