Metadata-Version: 2.4
Name: reqman4
Version: 0.1.2
Summary: reqman4 (prototype), command 'rq' 
Project-URL: Homepage, https://github.com/manatlan/reqman4
Project-URL: Repository, https://github.com/manatlan/reqman4
Project-URL: Issues, https://github.com/manatlan/reqman4/issues
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.2.1
Requires-Dist: colorama>=0.4.6
Requires-Dist: httpx>=0.28.1
Requires-Dist: pyjwt>=2.10.1
Requires-Dist: python-dotenv>=1.1.1
Requires-Dist: pyyaml>=6.0.2
Dynamic: license-file

# Reqman4

a complete rewrite (prototype)

diff:
- licence gnu gpl v2 -> MIT
- "uv" & (a lot) simpler (less features)
- use httpx !
- options are inverted (--i -> -i & (switch) -dev --> --dev)
- one SWITCH param only (may change)
- scenars(yml/rml) & reqman.conf are yaml/dict only !
- scenars must(/can for compat) have a "RUN:" section (others keys are the global env)
- tests are python statements
- no break!
- no if 
- no more .BEGIN/.END
- no more RMR
- no mote comparison side by side
- no more XML testing (may change)
- no more junit xml output (may change)

# from github

## to test command line

    uvx --from git+https://github.com/manatlan/reqman4 rq --help

## to run a scenario

    uvx --from git+https://github.com/manatlan/reqman4 rq scenario.yml -o

# from pypi

## to test command line

    uvx --from reqman4 rq --help

## to run a scenario

    uvx --from reqman4 rq scenario.yml -o

