Metadata-Version: 2.4
Name: apitestgen-cli
Version: 0.5.36
Summary: Record, analyze, and generate pytest API test scripts.
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.28
Requires-Dist: PyYAML>=6.0
Requires-Dist: urllib3>=1.26
Provides-Extra: record-baseline
Requires-Dist: mitmproxy>=10.0; extra == "record-baseline"
Provides-Extra: record
Requires-Dist: mitmproxy>=10.0; extra == "record"
Provides-Extra: test
Requires-Dist: pytest>=7.0; extra == "test"
Provides-Extra: mcp
Requires-Dist: mcp>=1.0; extra == "mcp"
Dynamic: description
Dynamic: description-content-type
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# apitestgen-cli

Windows-only CLI for recording API traffic, analyzing dependencies and login chains, and generating runnable pytest API tests.

## Install

```bash
pip install apitestgen-cli
```

Optional baseline recording support:

```bash
pip install "apitestgen-cli[record-baseline]"
```

PyPI publishes only Windows `win_amd64` Cython wheels for Python 3.10-3.15.

See the project repository or bundled release documentation for full usage details.
