Metadata-Version: 2.4
Name: vergi-calculator
Version: 0.1.0
Summary: A Python package for Turkish tax calculations.
Author: Shahnoza Boyitova
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Vergi Calculator

A simple Python package for calculating Turkish income tax.

## Installation

```bash
pip install vergi-calculator
```

## Usage

```python
from vergi_calculator import calculate_income_tax

print(calculate_income_tax(100000))
```
