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.1.tar.gz
(3.7 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.1.tar.gz.
File metadata
- Download URL: taxmistri-0.1.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5535c8aa8e52d56524e36231664f51a005c8c189510d2bfbfde877df5223825d
|
|
| MD5 |
1b8a8c9b89dfa6cd5dacb3db27990e50
|
|
| BLAKE2b-256 |
82fd629e316822e7f7da2eb9bbab50b7335fe8654f65d0263c6f7ad230cc07bf
|
File details
Details for the file taxmistri-0.1.1-py3-none-any.whl.
File metadata
- Download URL: taxmistri-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.1 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 |
ede6db7feefb82c38c3f950ec4db249ea62ba6faadc8c17ef7d8b07b0847da2d
|
|
| MD5 |
94f90558a9deb3a541c582ed893109d9
|
|
| BLAKE2b-256 |
608f85104edcff2c978fffb9014a8043c5a6374961ce7d54ed8f2e7da072aa10
|