Skip to content

Commit 5ef48aa

Browse files
authored
Merge pull request #39 from unlv-evol/dev
docs: updating documentation
2 parents 3671020 + 6d1441d commit 5ef48aa

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
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

docs/intro.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Overview / Install
55
==================
66

7-
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 extension.
7+
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.
88

99

1010
Requirements

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ authors = [
1212
license={file="LICENSE" }
1313
python_requires = ">=3.5"
1414
description = "Framework for Source Code Preprocessing"
15-
readme = "README.md"
15+
readme = "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."
1616
requires-python = ">=3.6"
1717
classifiers = [
1818
"Environment :: Console",
19-
"Development Status :: 4 - Beta",
19+
"Development Status :: 5 - Stable,
2020
"Intended Audience :: Developers",
2121
"Intended Audience :: Science/Research",
2222
"Programming Language :: Python :: 3",
@@ -43,4 +43,5 @@ dev = [
4343

4444
[project.urls]
4545
Homepage = "https://github.com/unlv-evol/PyReprism"
46+
Documentation = "https://pyreprism.readthedocs.io"
4647
Issues = "https://github.com/unlv-evol/PyReprism/issues"

0 commit comments

Comments
 (0)