File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
- # ` databind `
1
+ < h1 align = " center " > databind</ h1 >
2
2
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 " >
3
8
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 >
10
15
11
16
## Overview 📖
12
17
You can’t perform that action at this time.
0 commit comments