https://github.com/pmezard/go-difflib
Last synced: about 1 month ago
Repository metadata:
Partial port of Python difflib package to Go
- Host: GitHub
- URL: https://github.com/pmezard/go-difflib
- Owner: pmezard
- License: other
- Created: 2013-10-20T16:54:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T11:23:07.000Z (over 1 year ago)
- Last Synced: 2024-10-19T16:53:50.265Z (2 months ago)
- Language: Go
- Size: 27.3 KB
- Stars: 389
- Watchers: 13
- Forks: 105
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Owner metadata:
- Name: Patrick Mézard
- Login: pmezard
- Email:
- Kind: user
- Description:
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/1430779?v=4
- Repositories: 51
- Last Synced at: 2023-08-01T19:22:40.284Z
- Profile URL: https://github.com/pmezard
- Sponsor URL:
Committers metadata
Last synced: about 1 month ago
Total Commits: 20
Total Committers: 5
Avg Commits per committer: 4.0
Development Distribution Score (DDS): 0.25
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
Name | Commits | |
---|---|---|
Patrick Mezard | p****k@m****u | 15 |
visualfc | v****c@g****m | 2 |
Andrey Petrov | a****v@s****t | 1 |
Justin Buchanan | j****n@g****m | 1 |
Robert Williamson | w****t@g****m | 1 |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 2
- Total downloads: unknown
- Total docker downloads: 50,659,729,158
- Total dependent packages: 69,104 (may contain duplicates)
- Total dependent repositories: 281,215 (may contain duplicates)
- Total versions: 1
go: github.com/pmezard/go-difflib
- Homepage: https://github.com/pmezard/go-difflib
- Documentation: https://pkg.go.dev/github.com/pmezard/go-difflib#section-documentation
- Licenses: BSD-3-Clause
- Latest release: v1.0.0 (published almost 9 years ago)
- Last Synced: 2024-11-11T01:12:54.913Z (about 1 month ago)
- Versions: 1
- Dependent Packages: 69,104
- Dependent Repositories: 281,215
- Docker Downloads: 50,659,729,158
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.001%
- Docker downloads count: 0.007%
- Average: 1.129%
- Forks count: 2.65%
- Stargazers count: 2.989%
go: github.com/pmezard/go-difflib/difflib
Package difflib is a partial port of Python difflib module. It provides tools to compare sequences of strings and generate textual diffs. The following class and functions have been ported: - SequenceMatcher - unified_diff - context_diff Getting unified diffs was the main goal of the port. Keep in mind this code is mostly suitable to output text differences in a human friendly way, there are no guarantees generated diffs are consumable by patch(1).
- Homepage: https://github.com/pmezard/go-difflib
- Documentation: https://pkg.go.dev/github.com/pmezard/go-difflib/difflib#section-documentation
- Licenses: BSD-3-Clause
- Latest release:
- Last Synced: 2024-11-10T00:32:37.121Z (about 1 month ago)
- Versions: 0
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 6.151%
- Average: 6.357%
- Dependent repos count: 6.563%