Skip to content

Commit 3db2579

Browse files
committed
add badges to README
1 parent 4bea17b commit 3db2579

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# bydantic
22

33
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
4+
![PyPI - Version](https://img.shields.io/pypi/v/bydantic)
5+
![PyPI - Downloads](https://img.shields.io/pypi/dm/bydantic)
46

57
`bydantic` is a Python library for serializing and deserializing bitfields.
68
bydantic allows you to declaratively define bitfields as Python classes with

docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ title: Welcome to bydantic
77
# bydantic
88

99
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
10+
![PyPI - Version](https://img.shields.io/pypi/v/bydantic)
11+
![PyPI - Downloads](https://img.shields.io/pypi/dm/bydantic)
1012

1113
`bydantic` is a Python library for serializing and deserializing bitfields.
1214
bydantic allows you to declaratively define bitfields as Python classes with

0 commit comments

Comments
 (0)