Install
On Windows
Download reqman.exe
On *nix platforms
In a console:
$ pip3 install reqman
(Will install PyYAML, aiohttp, stpl and colorama dependencies)
Info
Before version<2.2.0.0, reqman used httpcore/httpx. Now it uses aiohttp, to preserve mixed cases in http/1.x headers !
From Sources
In a console:
$ git clone https://github.com/manatlan/reqman.git
$ pip3 install pyyaml aiohttp stpl colorama pytest
$ python3 -m pytest tests/
$ python3 setup.py install