Metadata-Version: 2.4
Name: requestly-tds-test-cli
Version: 0.1.0
Summary: CLI tool for intercepting API calls.
Author-email: TDS Exam <admin@example.com>
Requires-Python: >=3.8
Requires-Dist: requests
Description-Content-Type: text/markdown

# requestly-tds-test-cli

A tool designed for the TDS exam. This tool makes 50 network requests to an external server. One of the requests contains a special piece of information encoded in base64.

## Usage

```sh
uv tool run .
```
