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

https://github.com/wolverian/reitti

go golang router

Score: -Infinity

Last synced: about 13 hours ago
JSON representation

Repository metadata:

A simple router for arbitrary paths


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 6 days ago

Total Commits: 51
Total Committers: 2
Avg Commits per committer: 25.5
Development Distribution Score (DDS): 0.471

Commits in past year: 26
Committers in past year: 2
Avg Commits per committer in past year: 13.0
Development Distribution Score (DDS) in past year: 0.192

Name Email Commits
dependabot[bot] 4****] 27
Ilmari Vacklin i****n@i****i 24

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 0
Total pull requests: 76
Average time to close issues: N/A
Average time to close pull requests: 12 days
Total issue authors: 0
Total pull request authors: 2
Average comments per issue: 0
Average comments per pull request: 0.34
Merged pull request: 37
Bot issues: 0
Bot pull requests: 57

Past year issues: 0
Past year pull requests: 40
Past year average time to close issues: N/A
Past year average time to close pull requests: 8 days
Past year issue authors: 0
Past year pull request authors: 2
Past year average comments per issue: 0
Past year average comments per pull request: 0.35
Past year merged pull request: 20
Past year bot issues: 0
Past year bot pull requests: 39

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/wolverian/reitti

Top Issue Authors

Top Pull Request Authors

  • dependabot[bot] (57)
  • wolverian (19)

Top Issue Labels

Top Pull Request Labels

  • dependencies (57)
  • github_actions (54)
  • go (3)
  • documentation (2)
  • enhancement (2)
  • bug (2)

Package metadata

proxy.golang.org: github.com/wolverian/reitti

Package reitti provides a simple router for matching routes with handlers.

  • Homepage: https://github.com/wolverian/reitti
  • Documentation: https://pkg.go.dev/github.com/wolverian/reitti#section-documentation
  • Licenses: mit
  • Latest release: v0.6.0 (published over 1 year ago)
  • Last Synced: 2026-08-23T17:32:35.015Z (1 day ago)
  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 5.861%
    • Dependent repos count: 6.254%
    • Average: 12.728%
    • Forks count: 15.972%
    • Stargazers count: 22.827%

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v6 composite
  • actions/setup-go v6 composite
  • astral-sh/setup-uv 681c641aba71e4a1c380be3ab5e12ad51f415867 composite
  • github/codeql-action/upload-sarif v4 composite
go.mod go
  • github.com/davecgh/go-spew v1.1.1
  • github.com/kr/pretty v0.3.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rogpeppe/go-internal v1.13.1
  • github.com/stretchr/testify v1.10.0
  • gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
  • gopkg.in/yaml.v3 v3.0.1
go.sum go
  • github.com/creack/pty v1.1.9
  • github.com/davecgh/go-spew v1.1.1
  • github.com/kr/pretty v0.2.1
  • github.com/kr/pretty v0.3.1
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/kr/text v0.2.0
  • github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rogpeppe/go-internal v1.9.0
  • github.com/rogpeppe/go-internal v1.13.1
  • github.com/stretchr/testify v1.10.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
  • gopkg.in/yaml.v3 v3.0.1