Metadata-Version: 2.1
Name: pyloan
Version: 0.0.1.4
Summary: A small 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
Description: # PyLoan
        
        PyLoan can perform mortgage/loan calculations:
        
        * Amortize a loan based on the specified payment schedule.
        * Consider ad-hoc or periodic special principal repayments during loan amortization schedule (under development).
        * Calculate interest payments using either 30/360 methods or actual methods.
        
        All documentation is in the "docs" directory and online at https://pyloan.readthedocs.io/en/latest/.
        
        ## To-Do
        
        * Add Actual method for interest rate compounding.
        * Add special principal repayments.
        * Add loan summary details.
        * Integrate end_date.
        * Extend documentation.
        
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
