Skip to content

Commit 0b7fb83

Browse files
committed
Add badges
1 parent d7d34c9 commit 0b7fb83

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# JSON Schema to AWS Glue schema converter
22

3+
<!-- markdownlint-disable MD013 -->
4+
5+
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
6+
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
7+
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
8+
[![image](https://img.shields.io/pypi/v/pydantic-glue.svg)](https://pypi.python.org/pypi/pydantic-glue)
9+
[![image](https://img.shields.io/pypi/l/pydantic-glue.svg)](https://github.com/svdimchenko/pydantic-glue/blob/main/LICENSE)
10+
[![image](https://img.shields.io/pypi/pyversions/pydantic-glue.svg)](https://pypi.python.org/pypi/pydantic-glue)
11+
[![Actions status](https://github.com/svdimchenko/pydantic-glue/actions/workflows/ci.yml/badge.svg)](https://github.com/svdimchenko/pydantic-glue/actions)
12+
13+
<!-- markdownlint-restore -->
14+
315
<!-- TOC -->
416
* [JSON Schema to AWS Glue schema converter](#json-schema-to-aws-glue-schema-converter)
517
* [Installation](#installation)

0 commit comments

Comments
 (0)