From 300e5852f69d46f66fbb3a27e264714b28e837b0 Mon Sep 17 00:00:00 2001 From: Alexey Makridenko Date: Sun, 21 Apr 2024 17:16:52 +0700 Subject: [PATCH] add lables to README.md (#11) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f4b9ee8..bf2542b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Supadantic +[![PyPI - Downloads](https://img.shields.io/pypi/dm/supadantic)](https://github.com/makridenko/supadantic) +[![GitHub License](https://img.shields.io/github/license/makridenko/supadantic)](https://github.com/makridenko/supadantic) +[![versions](https://img.shields.io/pypi/pyversions/supadantic.svg)](https://github.com/makridenko/supadantic) +[![pypi](https://img.shields.io/pypi/v/supadantic.svg)](https://pypi.python.org/pypi/supadantic) + Supadantic is a small Python library that allows you to manage [Supabase](supabase.com) tables through [Pydantic](https://github.com/pydantic/pydantic) models. It is very convenient to use in projects based on [FastAPI](https://github.com/tiangolo/fastapi), [Flask](https://github.com/pallets/flask), and so on.