Metadata-Version: 2.1
Name: ukpf
Version: 0.1
Summary: A personal finance package for the UK tax system
Home-page: https://github.com/williamholtam/ukpersonalfinance
Author: William Holtam
Author-email: william.holtam@gmail.com
License: UNKNOWN
Download-URL: https://github.com/WilliamHoltam/ukpf/archive/v_01.tar.gz
Description: # ukpf
        
        This project eventually aims to be a complete personal finance package for the UK tax system.
        
        Currently this package purely contains calculations for the following contributions which appear on UK payslips:
        1. Income Tax
        2. National Insurance
        3. Student Loans
        4. Autoenrolement Pension
        
        There are also static methods for calculating:
        1. Simple Interest Rate
        2. Compound Intrest Rate
        
        I am not responsible for any financial decisions made as a result of this code. This project is in an alpha state, expect bugs and use with caution.
        
        Install using:
        ` pip install ukpersonalfinance`
        
Keywords: PERSONAL,FINANCE,UK,PAYSLIP
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
