Skip to content

Commit 5150dfc

Browse files
committed
docs: update documentation
1 parent 43b9300 commit 5150dfc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77
![CI](https://github.com/unlv-evol/PyReprism/actions/workflows/ci.yml/badge.svg)
88
![Publish](https://github.com/unlv-evol/PyReprism/actions/workflows/publish.yml/badge.svg)
99
[![codecov](https://codecov.io/gh/unlv-evol/PyReprism/graph/badge.svg?token=J2JV31837H)](https://codecov.io/gh/unlv-evol/PyReprism)
10+
![PyPI - Version](https://img.shields.io/pypi/v/pyreprism)
11+
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/unlv-evol/pyreprism/main)
12+
1013

1114
# PyReprism
1215

13-
PyReprism is a suite of essential methods designed for common preprocessing tasks in code clone detection research.
16+
PyReprism is a Python framework that helps researchers and developers the task of source code preprocessing. With PyReprism, you can easily match, extract, count, and remove comments, whitespaces, operators, numbers and other language specific constructs from over **150 programming languages and file extensions**.
1417

1518
## Install
1619
```shell

0 commit comments

Comments
 (0)