Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Python と WSGI を使用してフォーム データやマルチパート リクエストを解析するための推奨ライブラリはありますか?
cgi.FieldStorage を使用して、フォームの投稿などを解析できます。
Werkzeug/Flask を使用したほうがよいかもしれませんが、これには独自の実装があり、はるかにうまく機能します。さらに、より高いレベルのものを取得して、物事をより簡単にします。