https://github.com/biopragmatics/curies.rs

🦀 Idiomatic conversion between URIs and compact URIs (CURIEs) in Rust

https://github.com/biopragmatics/curies.rs

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
  • â—‹
    Academic email domains
  • â—‹
    Institutional organization owner
  • â—‹
    JOSS paper metadata
  • â—‹
    Scientific vocabulary similarity
    Low similarity (7.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

🦀 Idiomatic conversion between URIs and compact URIs (CURIEs) in Rust

Basic Info
Statistics
  • Stars: 8
  • Watchers: 3
  • Forks: 2
  • Open Issues: 5
  • Releases: 4
Created over 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.md

🦀 curies.rs

crates.io npm PyPI

Test Build crates Dependency status MIT license Codecov status

Idiomatic conversion between URIs and compact URIs (CURIEs) in Rust, with bindings to Python, and JavaScript compiled to WebAssembly.

📖 Documentation

Checkout the biopragmatics.github.io/curies.rs for more details on how to install and use it.

Owner

  • Name: Biopragmatics Stack
  • Login: biopragmatics
  • Kind: organization

Software supporting biomedical semantics and pragmatics

GitHub Events

Total
  • Watch event: 3
  • Issue comment event: 4
  • Push event: 3
  • Pull request event: 2
  • Fork event: 1
Last Year
  • Watch event: 3
  • Issue comment event: 4
  • Push event: 3
  • Pull request event: 2
  • Fork event: 1

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 5
  • Total pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 hour
  • Total issue authors: 3
  • Total pull request authors: 2
  • Average comments per issue: 1.0
  • Average comments per pull request: 1.33
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 18 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 2.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • cthoyt (2)
  • vincerubinetti (2)
  • jonassmedegaard (1)
Pull Request Authors
  • cthoyt (3)
  • IoannisNezis (2)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 3
  • Total downloads:
    • pypi 888 last-month
    • npm 8 last-month
    • cargo 8,352 total
  • Total dependent packages: 0
    (may contain duplicates)
  • Total dependent repositories: 0
    (may contain duplicates)
  • Total versions: 11
  • Total maintainers: 2
pypi.org: curies-rs

Python bindings for the curies library

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 888 Last month
Rankings
Dependent packages count: 10.1%
Average: 38.3%
Dependent repos count: 66.5%
Maintainers (1)
Last synced: 10 months ago
npmjs.org: @biopragmatics/curies

JavaScript bindings for the curies library

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 8 Last month
Rankings
Dependent repos count: 34.1%
Average: 41.3%
Dependent packages count: 48.5%
Maintainers (1)
Last synced: 11 months ago
crates.io: curies

Idiomatic conversion between URIs and compact URIs (CURIEs)

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 8,352 Total
Rankings
Dependent repos count: 30.3%
Dependent packages count: 35.7%
Average: 54.2%
Downloads: 96.8%
Maintainers (1)
Last synced: 10 months ago

Dependencies

Cargo.toml cargo
.github/workflows/build.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • docker/setup-qemu-action v2 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/test.yml actions
  • Swatinem/rust-cache v2 composite
  • actions/checkout v4 composite
  • actions/configure-pages v3 composite
  • actions/deploy-pages v2 composite
  • actions/upload-pages-artifact v1 composite
  • codecov/codecov-action v2 composite
js/Cargo.toml cargo
  • wasm-bindgen-test 0.3 development
  • console_error_panic_hook 0.1
  • curies 0.1.0
  • js-sys 0.3
  • serde 1.0
  • serde-wasm-bindgen 0.6
  • wasm-bindgen 0.2
  • wasm-bindgen-futures 0.4
lib/Cargo.toml cargo
  • tokio 1.34 development
  • async-trait 0.1
  • regex 1.10
  • reqwest 0.11
  • serde 1.0
  • serde_json 1.0
  • trie-rs 0.1
python/Cargo.toml cargo
js/package.json npm
  • http-server ^14.1.1 development
  • prettier ^3.1.0 development
python/pyproject.toml pypi
python/requirements.dev.txt pypi
  • maturin * development