Skip to content

Commit

Permalink
📝 update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Apr 25, 2024
1 parent 5cd16f8 commit 16d80a9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ A query string encoding and decoding library for Python.

Ported from [qs](https://www.npmjs.com/package/qs) for JavaScript.

![PyPI - Version](https://img.shields.io/pypi/v/qs_codec)
![PyPI - Status](https://img.shields.io/pypi/status/qs_codec)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/qs_codec)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/qs_codec)
![PyPI - Format](https://img.shields.io/pypi/format/qs_codec)
[![Test](https://github.com/techouse/qs_codec/actions/workflows/test.yml/badge.svg)](https://github.com/techouse/qs_codec/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/techouse/qs_codec/graph/badge.svg?token=Vp0z05yj2l)](https://codecov.io/gh/techouse/qs_codec)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/7ead208221ae4f6785631043064647e4)](https://app.codacy.com/gh/techouse/qs_codec/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
Expand Down

0 comments on commit 16d80a9

Please sign in to comment.