From 38b2e4819a903e6c6033dd7e28dcc2cb7d807850 Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Fri, 20 Sep 2024 20:24:00 +0200 Subject: [PATCH] docs: Fancy badges --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.rst b/README.rst index 9dc29e0..9364d72 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,18 @@ Parser for multipart/form-data ============================== +.. image:: https://github.com/defnull/multipart/actions/workflows/test.yaml/badge.svg + :target: https://github.com/defnull/multipart/actions/workflows/test.yaml + :alt: Tests Status + +.. image:: https://img.shields.io/pypi/v/multipart.svg + :target: https://pypi.python.org/pypi/multipart/ + :alt: Latest Version + +.. image:: https://img.shields.io/pypi/l/multipart.svg + :target: https://pypi.python.org/pypi/multipart/ + :alt: License + This module provides multiple parsers for RFC-7578 ``multipart/form-data``, both low-level for framework authors and high-level for WSGI application developers: