File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- # diffparser
1+ # difflib-parser
22
3- Parser for Python's difflib. Built on top of https://github.com/yebrahim/difflibparser/blob/master/difflibparser.py
3+ Parser for Python's ` difflib ` . Built on top of https://github.com/yebrahim/difflibparser/blob/master/difflibparser.py
44
55Key changes made to the above library:
66
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ requires = ["hatchling"]
33build-backend = " hatchling.build"
44
55[project ]
6- name = " diffparser "
7- version = " 0.0.1 "
6+ name = " difflib-parser "
7+ version = " 0.0.3 "
88authors = [{
name =
" Jiahao, Woo" ,
email =
" [email protected] " }]
99description = " Lightweight Python package for parsing Python difflib's diff results"
1010readme = " README.md"
@@ -18,5 +18,5 @@ classifiers = [
1818license.file = " LICENSE"
1919
2020[project .urls ]
21- Homepage = " https://github.com/git-mastery/diffparser "
22- Issues = " https://github.com/git-mastery/diffparser /issues"
21+ Homepage = " https://github.com/git-mastery/difflib-parser "
22+ Issues = " https://github.com/git-mastery/difflib-parser /issues"
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments