Skip to content

Commit f4177c2

Browse files
committed
docs: add badges
1 parent 5e31057 commit f4177c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Hario Core — Type-safe HAR Model & Transform
22

3-
[![PyPI version](https://badge.fury.io/py/hario-core.svg)](https://badge.fury.io/py/hario-core)
3+
[![PyPI version](https://badge.fury.io/py/hario-core.svg?cachebust=1)](https://badge.fury.io/py/hario-core)
44
[![Build Status](https://github.com/pikulev/hario-core/actions/workflows/python-package.yml/badge.svg)](https://github.com/pikulev/hario-core/actions/workflows/python-package.yml)
55
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
6-
[![codecov](https://codecov.io/gh/pikulev/hario-core/branch/main/graph/badge.svg?token=BUJG4K634B)](https://codecov.io/gh/pikulev/hario-core)
6+
[![codecov](https://codecov.io/gh/pikulev/hario-core/graph/badge.svg?token=BUJG4K634B)](https://codecov.io/gh/pikulev/hario-core)
7+
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/pikulev/hario-core)
78

89
A modern, extensible, and type-safe Python library for parsing, transforming, and analyzing HAR (HTTP Archive) files. Built on Pydantic, Hario-Core provides robust validation, flexible transformation, and easy extension for custom HAR formats.
910

0 commit comments

Comments
 (0)