File tree Expand file tree Collapse file tree 3 files changed +70
-3
lines changed
Expand file tree Collapse file tree 3 files changed +70
-3
lines changed Original file line number Diff line number Diff line change 1- # msgspec-ext
2-
3- Fast settings management using [ msgspec] ( https://github.com/jcrist/msgspec ) - a high-performance serialization library.
1+ <p align =" center " >
2+ <picture >
3+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/msgflux/msgspec-ext/main/assets/msgspec-ext-logo-dark.svg">
4+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/msgflux/msgspec-ext/main/assets/msgspec-ext-logo-light.svg">
5+ <img alt="msgspec-ext" src="https://raw.githubusercontent.com/msgflux/msgspec-ext/main/assets/msgspec-ext-logo-light.svg" width="340">
6+ </picture >
7+ </p >
8+
9+ <p align =" center " >
10+ <b >Fast settings management using <a href =" https://github.com/jcrist/msgspec " >msgspec</a ></b > - a high-performance serialization library
11+ </p >
12+
13+ <p align =" center " >
14+ <a href =" https://github.com/msgflux/msgspec-ext/actions/workflows/ci.yml " ><img src =" https://github.com/msgflux/msgspec-ext/actions/workflows/ci.yml/badge.svg " alt =" CI " ></a >
15+ <a href =" https://pypi.org/project/msgspec-ext/ " ><img src =" https://img.shields.io/pypi/v/msgspec-ext.svg " alt =" PyPI " ></a >
16+ <a href =" https://pypi.org/project/msgspec-ext/ " ><img src =" https://img.shields.io/pypi/pyversions/msgspec-ext.svg " alt =" Python Versions " ></a >
17+ <a href =" https://github.com/msgflux/msgspec-ext/blob/main/LICENSE " ><img src =" https://img.shields.io/badge/license-MIT-blue.svg " alt =" License " ></a >
18+ </p >
419
520## Features
621
You can’t perform that action at this time.
0 commit comments