tree-sitter-ssh-client-config

tree-sitter grammar for SSH client configuration files

https://github.com/metio/tree-sitter-ssh-client-config

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.2%) to scientific vocabulary

Keywords

client config grammar parser ssh tree-sitter

Keywords from Contributors

generic interactive mesh interpretability profiles sequences projection standardization optim embedded
Last synced: 4 months ago · JSON representation ·

Repository

tree-sitter grammar for SSH client configuration files

Basic Info
  • Host: GitHub
  • Owner: metio
  • License: cc0-1.0
  • Language: JavaScript
  • Default Branch: main
  • Homepage:
  • Size: 5.05 MB
Statistics
  • Stars: 8
  • Watchers: 1
  • Forks: 2
  • Open Issues: 2
  • Releases: 98
Topics
client config grammar parser ssh tree-sitter
Created almost 4 years ago · Last pushed 4 months ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.cargo.md

tree-sitter-ssh-client-config

SSH client config grammar for tree-sitter.

Usage

This grammar is available at crates.io, and you can use it together with the Rust language binding.

```rust use tree_sitter::{Parser, Language};

let mut parser = Parser::new(); parser.setlanguage(treesittersshclientconfig::language()).expect("Error loading SSH client config grammar"); let config = "\ Host example.com User your-name Port 12345"; let tree = parser.parse(config, None).unwrap(); asserteq!(tree.rootnode().tosexp(), "(clientconfig (host (hostvalue)) (user (uservalue)) (port (portvalue)))"); ```

References

Owner

  • Name: metio.wtf
  • Login: metio
  • Kind: organization

Citation (CITATION.cff)

cff-version: 1.2.0
title: tree-sitter-ssh-client-config
message: 'If you use this software, please cite it as below.'
type: software
authors:
  - given-names: Sebastian
    family-names: Hoß
    email: seb@hoß.de

GitHub Events

Total
  • Release event: 33
  • Watch event: 1
  • Delete event: 160
  • Issue comment event: 10
  • Push event: 166
  • Pull request event: 310
  • Create event: 195
Last Year
  • Release event: 33
  • Watch event: 1
  • Delete event: 160
  • Issue comment event: 10
  • Push event: 166
  • Pull request event: 310
  • Create event: 195

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 270
  • Total Committers: 5
  • Avg Commits per committer: 54.0
  • Development Distribution Score (DDS): 0.244
Past Year
  • Commits: 181
  • Committers: 2
  • Avg Commits per committer: 90.5
  • Development Distribution Score (DDS): 0.033
Top Committers
Name Email Commits
dependabot[bot] 4****] 204
Sebastian Hoß s****b@x****e 36
Sebastian Hoß s****b@h****e 28
Sebastian Hoß s****s@p****e 1
Matt 8****e 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 7
  • Total pull requests: 700
  • Average time to close issues: 5 months
  • Average time to close pull requests: about 13 hours
  • Total issue authors: 2
  • Total pull request authors: 3
  • Average comments per issue: 0.29
  • Average comments per pull request: 0.05
  • Merged pull requests: 637
  • Bot issues: 3
  • Bot pull requests: 681
Past Year
  • Issues: 1
  • Pull requests: 421
  • Average time to close issues: less than a minute
  • Average time to close pull requests: about 13 hours
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.05
  • Merged pull requests: 370
  • Bot issues: 1
  • Bot pull requests: 420
Top Authors
Issue Authors
  • sebhoss (4)
  • dependabot[bot] (3)
Pull Request Authors
  • dependabot[bot] (681)
  • sebhoss (18)
  • mattmassicotte (1)
Top Labels
Issue Labels
enhancement (4) dependencies (3) rust (3) good first issue (1) help wanted (1)
Pull Request Labels
dependencies (681) rust (599) javascript (70) github_actions (13) enhancement (8)

Packages

  • Total packages: 4
  • Total downloads:
    • npm 439 last-month
    • cargo 89,710 total
  • Total dependent packages: 0
    (may contain duplicates)
  • Total dependent repositories: 1
    (may contain duplicates)
  • Total versions: 275
  • Total maintainers: 3
npmjs.org: tree-sitter-ssh-client-config

tree-sitter grammar for SSH client configuration files

  • Versions: 97
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 439 Last month
Rankings
Downloads: 9.6%
Forks count: 9.8%
Dependent repos count: 10.3%
Stargazers count: 10.9%
Average: 18.5%
Dependent packages count: 51.8%
Maintainers (1)
Last synced: 4 months ago
alpine-edge: tree-sitter-ssh-client-config

tree-sitter grammar for SSH client configuration files

  • Versions: 70
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 12.3%
Average: 19.1%
Stargazers count: 31.8%
Forks count: 32.2%
Maintainers (1)
Last synced: 4 months ago
crates.io: tree-sitter-ssh-client-config

SSH client config grammar for the tree-sitter parsing library

  • Versions: 97
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 89,710 Total
Rankings
Forks count: 24.8%
Dependent repos count: 29.3%
Stargazers count: 33.8%
Dependent packages count: 33.8%
Average: 37.0%
Downloads: 63.1%
Maintainers (1)
Last synced: 4 months ago
alpine-v3.22: tree-sitter-ssh-client-config

tree-sitter grammar for SSH client configuration files

  • Versions: 11
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 0.0%
Dependent packages count: 0.0%
Average: 100%
Maintainers (1)
Last synced: 4 months ago

Dependencies

Cargo.lock cargo
  • aho-corasick 0.7.18
  • cc 1.0.73
  • memchr 2.4.1
  • regex 1.5.5
  • regex-syntax 0.6.25
  • tree-sitter 0.20.6
fuzz/aflplusplus/Cargo.lock cargo
  • aho-corasick 0.7.18
  • cc 1.0.73
  • cfg-if 1.0.0
  • encoding_rs 0.8.30
  • encoding_rs_io 0.1.7
  • memchr 2.4.1
  • regex 1.5.5
  • regex-syntax 0.6.25
  • tree-sitter 0.20.6
fuzz/jsfuzz/package-lock.json npm
  • 223 dependencies
fuzz/jsfuzz/package.json npm
  • jsfuzz ^1.0.15
  • tree-sitter ^0.20.0
  • tree-sitter-ssh-client-config file:../../
package-lock.json npm
  • tree-sitter-cli 0.20.6 development
  • nan 2.15.0
package.json npm
  • tree-sitter-cli ^0.20.1 development
  • nan ^2.15.0