# SYNOPSIS
Simple wrapper for [httpx](https://github.com/encode/httpx)
# INSTALL
$ s6 --install python-httpx
# USAGE
Basic usage:
$ s6 --plg-run python-httpx <args>
For example:
$ s6 --plg-run python-httpx@args="--help"
See parameters description at [https://github.com/encode/httpx](https://github.com/encode/httpx)
# Author
* The plugin maintainer is [Alexey Melezhik](https://github.com/melezhik/)