Metadata-Version: 2.4
Name: fissionbox
Version: 0.1.1
Summary: Fission box is a Python library built by NormAI to help you interact with the FissionBox API.
Author-email: Mohammad Alshakoush <mo@normai.nl>, Mo Assaf <assaf@normai.nl>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic>=2.11.7
Requires-Dist: requests>=2.32.4
Requires-Dist: tqdm>=4.67.1
Dynamic: license-file


# FissionBox SDK

Install with pip
```
pip install fissionbox
```

Run the CLI as follows
```bash
python -m fissionbox.cli.main
```

