Skip to content

Commit e351bb3

Browse files
authored
📝 Refactor README (#61)
1 parent 88677ad commit e351bb3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

‎README.md‎

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
# pydantic-extra-types
1+
# Pydantic Extra Types
2+
3+
[![CI](https://github.com/pydantic/pydantic-extra-types/workflows/CI/badge.svg?event=push)](https://github.com/pydantic/pydantic-extra-types/actions?query=event%3Apush+branch%3Amain+workflow%3ACI)
4+
[![Coverage](https://codecov.io/gh/pydantic/pydantic-extra-types/branch/main/graph/badge.svg)](https://codecov.io/gh/pydantic/pydantic-extra-types)
5+
[![pypi](https://img.shields.io/pypi/v/pydantic-extra-types.svg)](https://pypi.python.org/pypi/pydantic-extra-types)
6+
[![license](https://img.shields.io/github/license/pydantic/pydantic-extra-types.svg)](https://github.com/pydantic/pydantic-extra-types/blob/main/LICENSE)
27

38
A place for pydantic types that probably shouldn't exist in the main pydantic lib.
49

510
See [pydantic/pydantic#5012](https://github.com/pydantic/pydantic/issues/5012) for more info.
611

7-
This is just a stub to reserve the name `pydantic-extra-types`.
12+
**Currently a work in progress.**
13+
14+
This package will be officially released as V2 when pydantic V2 is released.

0 commit comments

Comments
 (0)