Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 853 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 853 Bytes

yhttp

PyPI Build Status Coverage Status Documentation Python

Documentation

Contribution

cd path/to/yhttp
pip install -e .
pip install -r requirements-dev.txt

Running tests

pytest

Coverage

pytest --cov=yhtml

Documentation

cd sphinx
make doctest
make html
make livehtml