slackbuilds_ponce/python/poster
B. Watson 4629719b91 python/poster: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:37:56 -04:00
..
poster.info
poster.SlackBuild
README python/poster: Wrap README at 72 columns. 2022-03-17 12:37:56 -04:00
slack-desc

poster provides a set of classes and functions to faciliate making
HTTP POST (or PUT) requests using the standard multipart/form-data
encoding.

The modules in the Python standard library don't provide a way to
upload large files via HTTP without having to load the entire file
into memory first.

poster provides support for both streaming POST requests as well as
multipart/form-data encoding of string or file parameters.