Skip to content

Commit

Permalink
docs: add pypi badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Mar 11, 2024
1 parent b33091c commit bd171db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Python Tree-sitter

[![Build Status](https://github.com/tree-sitter/py-tree-sitter/actions/workflows/ci.yml/badge.svg)][ci]
[![CI][ci]](https://github.com/tree-sitter/py-tree-sitter/actions/workflows/ci.yml)
[![PyPI][pypi]](https://pypi.org/project/tree-sitter/)

This module provides Python bindings to the [tree-sitter] parsing library.

Expand Down Expand Up @@ -321,6 +322,7 @@ To try out and explore the code referenced in this README, check out [examples/u
[issue]: https://github.com/tree-sitter/py-tree-sitter/issues/new
[tree-sitter-python]: https://github.com/tree-sitter/tree-sitter-python
[tree query]: https://tree-sitter.github.io/tree-sitter/using-parsers#query-syntax
[ci]: https://github.com/tree-sitter/py-tree-sitter/actions/workflows/ci.yml
[ci]: https://img.shields.io/github/actions/workflow/status/tree-sitter/py-tree-sitter/ci.yml?logo=github&label=CI
[pypi]: https://img.shields.io/pypi/v/tree-sitter?logo=pypi&logoColor=ffd242
[examples/walk_tree.py]: https://github.com/tree-sitter/py-tree-sitter/blob/master/examples/walk_tree.py
[examples/usage.py]: https://github.com/tree-sitter/py-tree-sitter/blob/master/examples/usage.py

0 comments on commit bd171db

Please sign in to comment.