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

Repository metadata:

A simple router for arbitrary paths


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 36
Total Committers: 2
Avg Commits per committer: 18.0
Development Distribution Score (DDS): 0.444

Commits in past year: 17
Committers in past year: 2
Avg Commits per committer in past year: 8.5
Development Distribution Score (DDS) in past year: 0.059

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

Issue and Pull Request metadata

Last synced: 16 days ago

Total issues: 0
Total pull requests: 46
Average time to close issues: N/A
Average time to close pull requests: 6 days
Total issue authors: 0
Total pull request authors: 2
Average comments per issue: 0
Average comments per pull request: 0.3
Merged pull request: 24
Bot issues: 0
Bot pull requests: 29

Past year issues: 0
Past year pull requests: 30
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.4
Past year merged pull request: 11
Past year bot issues: 0
Past year bot pull requests: 29

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

Top Issue Authors

Top Pull Request Authors

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

Top Issue Labels

Top Pull Request Labels

  • dependencies (29)
  • github_actions (27)
  • documentation (2)
  • bug (2)
  • enhancement (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 about 1 year ago)
  • Last Synced: 2026-02-04T05:45:29.614Z (about 16 hours 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/go.yml actions
  • actions/checkout v4 composite
  • actions/setup-go v5 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