https://github.com/cqcl/portgraph

Directed graph with first-level ports in Rust.

https://github.com/cqcl/portgraph

Science Score: 26.0%

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

  • 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 (8.1%) to scientific vocabulary

Keywords

graph-algorithms rust
Last synced: 5 months ago · JSON representation

Repository

Directed graph with first-level ports in Rust.

Basic Info
  • Host: GitHub
  • Owner: CQCL
  • License: apache-2.0
  • Language: Rust
  • Default Branch: main
  • Homepage: http://docs.rs/portgraph
  • Size: 2.48 MB
Statistics
  • Stars: 11
  • Watchers: 8
  • Forks: 5
  • Open Issues: 11
  • Releases: 11
Topics
graph-algorithms rust
Created over 3 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog

README.md

portgraph

build_status crates msrv codecov codspeed

Data structure library for directed graphs with first-level ports. Includes secondary data structures for node and port weights, and node hierarchies.

Please read the API documentation here.

Features

  • pyo3: Enable Python bindings via pyo3.
  • serde: Enable serialization and deserialization via serde.
  • petgraph: Enable petgraph interoperability by implementing the petgraph::visit traits for PortGraph and MultiPortGraph.

Recent Changes

See CHANGELOG for a list of changes. The minimum supported rust version will only change on major releases.

Development

See DEVELOPMENT.md for instructions on setting up the development environment.

License

This project is licensed under Apache License, Version 2.0 (LICENSE or http://www.apache.org/licenses/LICENSE-2.0).

Owner

  • Name: Cambridge Quantum
  • Login: CQCL
  • Kind: organization
  • Location: Cambridge, UK

Quantum Software and Technologies

GitHub Events

Total
  • Create event: 148
  • Release event: 9
  • Issues event: 24
  • Watch event: 3
  • Delete event: 137
  • Issue comment event: 92
  • Push event: 208
  • Pull request review comment event: 56
  • Pull request review event: 99
  • Pull request event: 113
  • Fork event: 2
Last Year
  • Create event: 148
  • Release event: 9
  • Issues event: 24
  • Watch event: 3
  • Delete event: 137
  • Issue comment event: 92
  • Push event: 208
  • Pull request review comment event: 56
  • Pull request review event: 99
  • Pull request event: 113
  • Fork event: 2

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 26
  • Total Committers: 4
  • Avg Commits per committer: 6.5
  • Development Distribution Score (DDS): 0.423
Past Year
  • Commits: 26
  • Committers: 4
  • Avg Commits per committer: 6.5
  • Development Distribution Score (DDS): 0.423
Top Committers
Name Email Commits
Agustín Borgna 1****q@u****m 15
seyon s****h@c****m 6
Luca Mondada 7****a@u****m 4
Luca Mondada l****a@m****t 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 5 months ago

All Time
  • Total issues: 36
  • Total pull requests: 254
  • Average time to close issues: about 2 months
  • Average time to close pull requests: 5 days
  • Total issue authors: 6
  • Total pull request authors: 8
  • Average comments per issue: 0.36
  • Average comments per pull request: 0.83
  • Merged pull requests: 213
  • Bot issues: 0
  • Bot pull requests: 71
Past Year
  • Issues: 15
  • Pull requests: 114
  • Average time to close issues: 2 days
  • Average time to close pull requests: 6 days
  • Issue authors: 4
  • Pull request authors: 6
  • Average comments per issue: 0.07
  • Average comments per pull request: 1.12
  • Merged pull requests: 79
  • Bot issues: 0
  • Bot pull requests: 44
Top Authors
Issue Authors
  • aborgna-q (23)
  • lmondada (5)
  • doug-q (3)
  • acl-cqc (3)
  • ss2165 (1)
  • cqc-alec (1)
Pull Request Authors
  • aborgna-q (127)
  • dependabot[bot] (66)
  • hugrbot (20)
  • lmondada (19)
  • acl-cqc (10)
  • ss2165 (6)
  • github-actions[bot] (5)
  • doug-q (1)
Top Labels
Issue Labels
enhancement (13) bug (7) perf (2) good first issue (1) documentation (1)
Pull Request Labels
dependencies (66) rust (24) breaking change (4) github_actions (3) enhancement (1) perf (1)

Packages

  • Total packages: 1
  • Total downloads:
    • cargo 215,939 total
  • Total dependent packages: 3
  • Total dependent repositories: 1
  • Total versions: 30
  • Total maintainers: 2
crates.io: portgraph

Data structure library for directed graphs with first-level ports.

  • Versions: 30
  • Dependent Packages: 3
  • Dependent Repositories: 1
  • Downloads: 215,939 Total
Rankings
Downloads: 14.6%
Dependent repos count: 16.5%
Dependent packages count: 18.2%
Average: 21.7%
Forks count: 23.2%
Stargazers count: 36.2%
Maintainers (2)
Last synced: 5 months ago

Dependencies

Cargo.toml cargo
  • rstest 0.12.0 development
  • pyo3 0.16.5
  • thiserror 1.0.28