Metadata-Version: 2.1
Name: pyloan
Version: 0.1.2
Summary: A package for mortgage/loan calculations.
Home-page: https://github.com/sudo-dakix/pyloan
Author: Da.Ki.X
Author-email: dakix@protonmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/sudo-dakix/pyloan/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

Welcome to PyLoan!
##################
PyLoan is a Python package designed to provide a lightweight and flexible tool to perform mortgage/loan calculations, including:

* Calculate payment amount to fully amortize a mortgage/loan over its term.
* Amortize a mortgage/loan based on the specified payment schedule.
* Consider ad-hoc or periodic special principal repayments during the mortgage/loan amortization schedule.
* Calculate interest payments using either 30/360 methods or actual methods.
* Consider interest-only payment periods.

Installation
============
PyLoan is distributed on PyPI and can be installed with `pip`::

  $ pip install pyloan

For more information, read the documentation on installing the package (OPEN: add link).

Quickstart
==========
Read the Quickstart (OPEN: add link) guide to see illustrative examples on how to get started using PyLoan to perform mortgage/loan calculations.

Support
=======
Report bugs via the bug tracker on `GitHub <https://github.com/sudo-dakix/pyloan/issues>`__.

License
=======
PyLoan is licensed under the `MIT License <https://github.com/sudo-dakix/pyloan/blob/master/LICENSE>`__.


