10 buildPythonPackage rec {
13 format = "wheel"; # only redistributable available
18 inherit pname version format;
20 sha256 = "1b27d7d63e3191e5d7238631fc828e4493590e94dcea034e386c079d853cce14";
30 description = "Streaming HTTP uploads and multipart/form-data encoding";
31 homepage = "https://atlee.ca/software/poster/";
32 license = licenses.mit;
33 maintainers = with maintainers; [ WhittlesJr ];