Skip to content

Commit a495737

Browse files
committed
Add badges
1 parent 8cf65c5 commit a495737

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Python Value-Objects
22

3+
![](https://img.shields.io/badge/PRs-welcome-green.svg)
4+
[![GitHub](https://img.shields.io/github/license/jparadadev/python-value-objects)](https://github.com/jparadadev/python-value-objects/blob/main/LICENSE)
5+
[![Pypi](https://img.shields.io/pypi/v/pyvalueobjects)](https://pypi.org/project/pyvalueobjects/)
6+
[![Downloads](https://pepy.tech/badge/pyvalueobjects)](https://pepy.tech/project/pyvalueobjects)
7+
[![GA](https://github.com/jparadadev/python-value-objects/workflows/Tests/badge.svg)](https://github.com/jparadadev/python-value-objects/actions/workflows/test.yml)
8+
39
A collection of Value Objects to save time by generalizing types and format validations.
410

511
* [Value-objects](#value-objects)

0 commit comments

Comments
 (0)