Metadata-Version: 2.4
Name: isprimetool
Version: 0.1.0
Summary: a tool to calculate if number is prime
Project-URL: Homepage, https://github.com/toolsmith-auto/isprimetool
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pydantic

# isprimetool

Auto-generated tool by Toolsmith.

## Installation

```bash
pip install isprimetool
```

## Description

a tool to calculate if number is prime

## Usage

```python
from isprimetool import IsPrimeTool

tool = IsPrimeTool("./workspace")
result = tool.run(...)
```
