Skip to content

Commit 5da401b

Browse files
feat: Add msgspec-ext logo and badges to README
1 parent 948ceee commit 5da401b

File tree

3 files changed

+70
-3
lines changed

3 files changed

+70
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
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

assets/msgspec-ext-logo-dark.svg

Lines changed: 26 additions & 0 deletions
Loading

assets/msgspec-ext-logo-light.svg

Lines changed: 26 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)