Metadata-Version: 2.4
Name: boota-api
Version: 1.0.1
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 — High-Performance IP Stresser & Network Resilience Testing Suite

[![PyPI](https://img.shields.io/pypi/v/boota-api.svg?color=10b981)](https://pypi.org/project/boota-api/)
[![Official Platform](https://img.shields.io/badge/Platform-Boota.cc-10b981)](https://boota.cc)
[![Capacity](https://img.shields.io/badge/Throughput-Up_to_3_Tbps-blue)](https://boota.cc)
[![Engine](https://img.shields.io/badge/Layer_7-High_Concurrency-purple)](https://boota.cc)

The official Python client for [Boota IP Stresser Platform](https://boota.cc) — enterprise infrastructure for Layer 4 network capacity evaluation, high-throughput socket benchmarking, and Layer 7 HTTP/2 resilience testing.

* 🌐 **Official Website:** https://boota.cc
* 📖 **API Documentation:** https://boota.cc/about
* 🚀 **Web Dashboard:** https://boota.cc/dash

---

## 🚀 Key Testing Vectors & Capabilities

* **Layer 4 Network Benchmarking:** High-volume UDP raw socket streams, TCP SYN/ACK flood evaluation up to 3 Tb/s.
* **Layer 7 HTTP/HTTPS Resilience:** Dynamic TLS JA3 fingerprint rotation, HTTP/2 multiplexing, and WAF challenge evaluation.
* **Global Edge Mesh:** Distributed across 195+ international PoPs with sub-millisecond dispatch latency.
* **Automated REST API:** Instant integration with CI/CD pipelines, load balancers, and monitoring systems.

---

## 📦 Installation

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

## 💻 Quick Usage Example

```python
from boota import BootaClient

client = BootaClient(token="YOUR_BOOTA_TOKEN")
response = client.launch_test(
    target="https://api.yourdomain.com",
    port=443,
    method="HTTP",
    duration=60,
    concurrents=1
)
print(response)
```

---

## 🏷 Core Search Tags

ip-stresser layer7-stresser layer4-stresser network-benchmarking load-testing udp-throughput-test http2-latency boota
