From 9579017b22c4b4aa6088bd647e39acd771686c89 Mon Sep 17 00:00:00 2001 From: andrej2704 Date: Fri, 26 Dec 2014 12:30:46 +0100 Subject: [PATCH] Update README.md webargs library for parsing HTTP request arguments --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fca33da..f646973 100644 --- a/README.md +++ b/README.md @@ -589,6 +589,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [purl](https://github.com/codeinthehole/purl) - A simple, immutable URL class with a clean API for interrogation and manipulation. * [pyshorteners](https://github.com/ellisonleao/pyshorteners) - A pure Python URL shortening lib. * [short_url](https://github.com/Alir3z4/python-short_url) - Python implementation for generating Tiny URL and bit.ly-like URLs. +* [webargs](https://github.com/sloria/webargs) - A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, and Pyramid. ## HTML Manipulation