An open API service for producing an overview of a list of open source projects.

https://github.com/pmezard/go-difflib

Score: 32.33088667702646

Last synced: about 7 hours ago
JSON representation

Repository metadata:

Partial port of Python difflib package to Go


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: about 18 hours 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 Email Commits
Patrick Mezard p****k@m****u 15
visualfc v****c@g****m 2
Robert Williamson w****t@g****m 1
Justin Buchanan j****n@g****m 1
Andrey Petrov a****v@s****t 1

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 0
Total pull requests: 16
Average time to close issues: N/A
Average time to close pull requests: 3 months
Total issue authors: 0
Total pull request authors: 16
Average comments per issue: 0
Average comments per pull request: 0.94
Merged pull request: 5
Bot issues: 0
Bot pull requests: 0

Past year issues: 0
Past year pull requests: 1
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 1
Past year average comments per issue: 0
Past year average comments per pull request: 0.0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/pmezard/go-difflib

Top Issue Authors

Top Pull Request Authors

  • pmezard (1)
  • aijamalnk (1)
  • visualfc (1)
  • ianbruene (1)
  • keiththomps (1)
  • testwill (1)
  • shazow (1)
  • brandon-welsch (1)
  • aoright (1)
  • rdwilliamson (1)
  • CodeLingoTeam (1)
  • FrnchFrgg (1)
  • piggynl (1)
  • justbuchanan (1)
  • hinshun (1)

Top Issue Labels

Top Pull Request Labels


Package metadata

proxy.golang.org: 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: other
  • Latest release: v1.0.0 (published over 10 years ago)
  • Last Synced: 2026-08-25T10:09:04.144Z (1 day 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%
proxy.golang.org: 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: other
  • Latest release: v1.0.0 (published over 10 years ago)
  • Last Synced: 2026-08-25T10:09:09.346Z (1 day ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Forks count: 2.859%
    • Stargazers count: 3.504%
    • Average: 4.275%
    • Dependent packages count: 5.194%
    • Dependent repos count: 5.542%
proxy.golang.org: 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: other
  • Latest release: v1.0.0 (published over 10 years ago)
  • Last Synced: 2026-08-25T10:02:23.146Z (1 day ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.683%
    • Average: 4.841%
    • Dependent repos count: 4.998%
proxy.golang.org: 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: other
  • Latest release: v1.0.0 (published over 10 years ago)
  • Last Synced: 2026-08-25T10:11:19.638Z (1 day ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.889%
    • Average: 5.054%
    • Dependent repos count: 5.218%
proxy.golang.org: gopkg.in/pmezard/go-difflib.v1

  • Homepage: https://github.com/pmezard/go-difflib
  • Documentation: https://pkg.go.dev/gopkg.in/pmezard/go-difflib.v1#section-documentation
  • Licenses: other
  • Latest release: v1.0.0 (published over 10 years ago)
  • Last Synced: 2026-08-25T10:02:06.070Z (1 day ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 5.317%
    • Average: 5.495%
    • Dependent repos count: 5.674%
proxy.golang.org: 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
  • Status: removed
  • Documentation: https://pkg.go.dev/github.com/pmezard/go-difflib/difflib#section-documentation
  • Licenses: BSD-3-Clause
  • Latest release: v1.0.0 (published 6 months ago)
  • Last Synced: 2026-08-26T03:02:22.808Z (about 14 hours ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.151%
    • Average: 6.357%
    • Dependent repos count: 6.563%
debian-12: golang-github-pmezard-go-difflib

  • Homepage: https://github.com/pmezard/go-difflib
  • Documentation: https://packages.debian.org/bookworm/golang-github-pmezard-go-difflib
  • Licenses: other
  • Latest release: 1.0.0-3 (published 6 months ago)
  • Last Synced: 2026-03-12T22:07:48.865Z (6 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
ubuntu-23.04: golang-github-pmezard-go-difflib

  • Homepage: https://github.com/pmezard/go-difflib
  • Licenses: other
  • Latest release: 1.0.0-3 (published 7 months ago)
  • Last Synced: 2026-03-11T07:12:33.406Z (6 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
ubuntu-24.10: golang-github-pmezard-go-difflib

  • Homepage: https://github.com/pmezard/go-difflib
  • Licenses: other
  • Latest release: 1.0.0-3 (published 7 months ago)
  • Last Synced: 2026-03-08T16:51:27.678Z (6 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
guix: go-github-com-pmezard-go-difflib

Go diff implementation

debian-11: golang-github-pmezard-go-difflib

  • Homepage: https://github.com/pmezard/go-difflib
  • Documentation: https://packages.debian.org/bullseye/golang-github-pmezard-go-difflib
  • Licenses: other
  • Latest release: 1.0.0-3 (published 7 months ago)
  • Last Synced: 2026-03-13T16:29:49.183Z (6 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
ubuntu-23.10: golang-github-pmezard-go-difflib

  • Homepage: https://github.com/pmezard/go-difflib
  • Licenses: other
  • Latest release: 1.0.0-3 (published 7 months ago)
  • Last Synced: 2026-03-10T05:05:55.952Z (6 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
debian-13: golang-github-pmezard-go-difflib

  • Homepage: https://github.com/pmezard/go-difflib
  • Documentation: https://packages.debian.org/trixie/golang-github-pmezard-go-difflib
  • Licenses: other
  • Latest release: 1.0.0-3 (published 7 months ago)
  • Last Synced: 2026-03-13T19:17:55.866Z (6 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
ubuntu-20.04: golang-github-pmezard-go-difflib

  • Homepage: https://github.com/pmezard/go-difflib
  • Licenses: other
  • Latest release: 1.0.0-2 (published 7 months ago)
  • Last Synced: 2026-03-08T02:59:34.087Z (6 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
debian-10: golang-github-pmezard-go-difflib

  • Homepage: https://github.com/pmezard/go-difflib
  • Documentation: https://packages.debian.org/buster/golang-github-pmezard-go-difflib
  • Licenses: other
  • Latest release: 1.0.0-2 (published 7 months ago)
  • Last Synced: 2026-07-25T18:01:12.747Z (about 1 month ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
ubuntu-24.04: golang-github-pmezard-go-difflib

  • Homepage: https://github.com/pmezard/go-difflib
  • Licenses: other
  • Latest release: 1.0.0-3 (published 7 months ago)
  • Last Synced: 2026-08-13T22:48:04.892Z (13 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
ubuntu-22.04: golang-github-pmezard-go-difflib

  • Homepage: https://github.com/pmezard/go-difflib
  • Licenses: other
  • Latest release: 1.0.0-3 (published 6 months ago)
  • Last Synced: 2026-08-04T19:03:09.537Z (22 days ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%