Metadata-Version: 2.2
Name: doseper
Version: 1.0.1
Summary: A tool for sending multiple HTTP requests for website testing
Home-page: https://github.com/HeronSky/doseper
Author: HeronSky
Author-email: heronskytw@gmail.com
Project-URL: Bug Tracker, https://github.com/HeronSky/doseper/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
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

# Doseper

Doseper is a tool for sending multiple HTTP requests for website testing.

## Features
- Supports Fast, Human, and Rate-limited modes.
- Displays progress with a progress bar.
- Easy to install and use.

## Installation

Install Doseper directly from PyPI:

```bash
pip install doseper
```

## Usage

Run doseper with:

```bash
doseper <url> <times> <mode> [rate]
```

- `url`: Target URL (must start with http:// or https://)
- `times`: Number of requests to send
- `mode`: Execution mode (F = Fast, H = Human, R = Rate-limited)
- `rate`: Requests per second limit (only for mode R, max 50)

**Examples:**

```bash
doseper https://example.com 100 H
doseper https://example.com 100 R 10
```

## License

This project is licensed under the MIT License.

**This project includes AI-assisted editing.**
