Metadata-Version: 2.4
Name: boota-api
Version: 1.0.0
Summary: Official Python SDK and Latency Benchmarking Client for Boota Platform
Home-page: https://boota.cc
Author: Boota Team
Author-email: support@boota.cc
Project-URL: Homepage, https://boota.cc
Project-URL: Documentation, https://boota.cc/about
Project-URL: Source, https://boota.cc
Project-URL: Bug Tracker, https://boota.cc/faq
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Networking
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.25.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ⚡ Boota Python SDK & Network Stress Testing Suite

[![PyPI](https://img.shields.io/pypi/v/boota-api.svg?color=10b981)](https://pypi.org/project/boota-api/)
[![Website](https://img.shields.io/badge/Platform-Boota.cc-blue)](https://boota.cc)
[![Capacity](https://img.shields.io/badge/Throughput-3_Tbps-emerald)](https://boota.cc)

Official Python SDK for the [Boota Platform](https://boota.cc) — specialized in high-performance Layer 4 (UDP/TCP) and Layer 7 (HTTP/2 Rapid Reset & TLS JA3 bypass) network capacity evaluation and API resilience testing.

* 🌐 **Official Website:** [https://boota.cc](https://boota.cc)
* 📖 **Documentation:** [https://boota.cc/about](https://boota.cc/about)
* 🚀 **Dashboard:** [https://boota.cc/dash](https://boota.cc/dash)

---

## 📦 Installation

```bash
pip install boota-api
```

## 🚀 Quick Usage

```python
from boota import BootaClient

# Initialize client
client = BootaClient(token="YOUR_BOOTA_TOKEN")

# Launch authorized Layer 7 latency test
response = client.launch_test(
    target="https://api.yourdomain.com/v1/health",
    port=443,
    method="HTTP-BYPASS",
    duration=60,
    concurrents=1
)

print(response)
```

## 🏷 Keywords

`ip-stresser` `layer7-booter` `layer4-stresser` `ddos-simulation` `cloudflare-bypass` `waf-benchmark` `network-load-testing` `boota`
