Metadata-Version: 2.4
Name: web-hacker
Version: 1.3.2
Summary: Renamed to bluebox-sdk. This package is a compatibility shim.
Project-URL: Homepage, https://vectorly.app
Project-URL: Repository, https://github.com/VectorlyApp/bluebox-sdk
Author-email: Vectorly <contact@vectorly.app>
License: Apache-2.0
Requires-Python: >=3.12
Requires-Dist: bluebox-sdk>=1.3.1
Description-Content-Type: text/markdown

# web-hacker → bluebox-sdk

**This package has been renamed to `bluebox-sdk`.**

## Migration

```bash
pip uninstall web-hacker
pip install bluebox-sdk
```

Then update your imports:

```python
# Old
from web_hacker import ...

# New
from bluebox import ...
```

## About bluebox-sdk

SDK for reverse engineering web apps. See the [bluebox-sdk repository](https://github.com/VectorlyApp/bluebox-sdk) for documentation and updates.
