TaxMistri simplifies Indian Tax calculations using Python.
Project description
TaxMistri
TaxMistri simplifies Indian Tax calculations using Python.
Features
- Calculation of Income Tax (Old and New Regimes)
- Calculation of Capital Gains Tax (Equity, Debt, Gold)
Installation
pip install taxmistri
Usage
#import the library
from taxmistri import IncomeTaxCalculator
#enter your income,age,regime and deductions under 80C,80CCD2,HRA,Interest paid for Home Loan
calc = IncomeTaxCalculator(
income=1400000,
age=29,
regime='new',
deductions={'80C': 0, 'HRA': 0, '80CCD2': 100000, 'Home Loan': 0}
)
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
taxmistri-0.1.2.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file taxmistri-0.1.2.tar.gz.
File metadata
- Download URL: taxmistri-0.1.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9186e2d500d80fc9f1f44cd04e64fdbfda1d1a52d3a59c0659725d0be414de4
|
|
| MD5 |
c75487c9137524bfbdf0a52c32b08e81
|
|
| BLAKE2b-256 |
f6da4979ed4121b6a74fff64faf1a4af85946efa5ecd8bb57891a6567409a499
|
File details
Details for the file taxmistri-0.1.2-py3-none-any.whl.
File metadata
- Download URL: taxmistri-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a19e5cd3ec1afb15f7b59305d04fa343f5704034ba7216d349af1b0f443c609a
|
|
| MD5 |
5909a70602312f9450b2b6c085a102ef
|
|
| BLAKE2b-256 |
dd53e128f15350befabebf69710aad0872ae60dfad44d38ad2ddd786aa5c97a8
|