dinuth-perera / apit_lk

Sri lanka APIT Calculation python library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contact
  6. Acknowledgments

About The Project

The Sri Lankan Advance Personal Income Tax (APIT) Calculator is a Python package that helps you calculate the APIT based on specified income ranges and tax rates.

(back to top)

Installation

Install via PIP

pip install apit-lk==0.1.1

(back to top)

Usage

 #import calculate_apit
 from apit.calc import calculate_apit

 # Example usage
 gross_income = 140000
 result = calculate_apit(gross_income)
 print(reult)

(back to top)

Roadmap

  • Add Monthly Tax Deductions from Regular Profits from Employment APIT calculation
  • Add Tax breakdown
  • Add other calculation methods with breakdown ( ex: Lump-Sum-Payments,Tax-on-Tax Rates,Bonus..etc)

(back to top)

Contact

Dinuth Perera - +94776793824 - pm@dinuth.me

(back to top)

Acknowledgments

Find from below offical Advance Personal Income Tax Tables​​​ & Rules.

(back to top)

About

Sri lanka APIT Calculation python library


Languages

Language:Python 100.0%