Metadata-Version: 2.1
Name: probot_tax
Version: 0.1.1
Summary: A simple library to calculate ProBot tax only
Home-page: https://github.com/AdhamT1/probot-tax
Author: Adham Hamdy
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# probot_tax

A oneâ€‘file Python library to calculate ProBot tax (5%) only, with full input handling.

> By Adham Hmady  
> Discord: Dewecat / 7teq  

---

## Features

- Calculates a fixed 5% â€œProBotâ€‌ tax on any amount  
- Accepts `int`, `float`, or numeric `str` inputs  
- Rounds amounts to the nearest integer before computing tax  
- Raises a clear `InvalidAmountError` if the input is invalid or negative  

---

## Installation

After publishing to PyPI under the name **probotâ€‘tax**, install with:

```bash
pip install probotâ€‘tax
