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 18 hours ago
JSON representation

Repository metadata:

A simple router for arbitrary paths


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 3 days ago

Total Commits: 41
Total Committers: 2
Avg Commits per committer: 20.5
Development Distribution Score (DDS): 0.488

Commits in past year: 19
Committers in past year: 2
Avg Commits per committer in past year: 9.5
Development Distribution Score (DDS) in past year: 0.053

Name Email Commits
dependabot[bot] 4****] 21
Ilmari Vacklin i****n@i****i 20

Issue and Pull Request metadata

Last synced: 3 days ago

Total issues: 0
Total pull requests: 57
Average time to close issues: N/A
Average time to close pull requests: 7 days
Total issue authors: 0
Total pull request authors: 2
Average comments per issue: 0
Average comments per pull request: 0.32
Merged pull request: 29
Bot issues: 0
Bot pull requests: 40

Past year issues: 0
Past year pull requests: 28
Past year average time to close issues: N/A
Past year average time to close pull requests: 9 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.29
Past year merged pull request: 15
Past year bot issues: 0
Past year bot pull requests: 27

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

Top Issue Authors

Top Pull Request Authors

  • dependabot[bot] (40)
  • wolverian (17)

Top Issue Labels

Top Pull Request Labels

  • dependencies (40)
  • github_actions (38)
  • documentation (2)
  • enhancement (2)
  • bug (2)
  • go (2)

Package metadata

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

Package reitti provides a simple router for matching routes with handlers. Routes are paths with / separated components. A component can be a literal or a parameter. A parameter is a placeholder for a value that can be extracted when matching a route. The router supports context and can handle functions with varying signatures as 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-05-28T23:00:29.060Z (3 days 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