Skip to content

Commit 7f006f3

Browse files
update README
1 parent 63fbb92 commit 7f006f3

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

databind/readme.md renamed to databind/README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
# `databind`
1+
<h1 align="center">databind</h1>
22

3+
<p align="center">
4+
<img src="https://img.shields.io/pypi/pyversions/pydoc-markdown?style=for-the-badge" alt="Python versions">
5+
<a href="https://pypi.org/project/pydoc-markdown/"><img src="https://img.shields.io/pypi/v/pydoc-markdown?style=for-the-badge"></a>
6+
</p>
7+
<p align="center">
38
Databind is a Python serialization library on top of dataclasses, inspired by similar libraries from other languages
4-
like [jackson-databind](https://github.com/FasterXML/jackson-databind) and [serde-rs](https://serde.rs/).
5-
6-
![Python versions](https://img.shields.io/pypi/pyversions/pydoc-markdown?style=for-the-badge)
7-
[![Pypi version](https://img.shields.io/pypi/v/pydoc-markdown?style=for-the-badge)](https://pypi.org/project/pydoc-markdown/)
8-
9-
[Examples](https://niklasrosenstein.github.io/python-databind/examples/) | [Changelog](https://niklasrosenstein.github.io/python-databind/changelog/databind.core/)
9+
like <a href="https://github.com/FasterXML/jackson-databind">jackson-databind</a> and <a href="https://serde.rs/">serde-rs</a>.
10+
</p>
11+
<p align="center">
12+
<a href="https://niklasrosenstein.github.io/python-databind/core/basic-usage/">CORE Guide</a>
13+
<a href="https://niklasrosenstein.github.io/python-databind/json/examples/">JSON Examples</a>
14+
</p>
1015

1116
## Overview 📖
1217

0 commit comments

Comments
 (0)