Metadata-Version: 2.4
Name: rewget
Version: 1.0.1
Summary: wget-compatible wrapper with automatic fallback for blocked requests
Project-URL: Homepage, https://github.com/neul-labs/rewget
Project-URL: Documentation, https://docs.neullabs.com/rewget
Project-URL: Repository, https://github.com/neul-labs/rewget
Project-URL: Issues, https://github.com/neul-labs/rewget/issues
Author: Neul Labs
License: MIT
Keywords: bot-detection,cli,cloudflare,download,http,tls-impersonation,wget
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: System :: Networking
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# rewget

wget-compatible wrapper with automatic fallback for blocked requests.

## Installation

```bash
pip install rewget
```

## Usage

Use exactly like wget:

```bash
rewget https://example.com/file.tar.gz
```

When a site blocks wget, rewget automatically retries with browser emulation.

## Documentation

See [https://docs.neullabs.com/rewget](https://docs.neullabs.com/rewget) for full documentation.
