https://github.com/bminixhofer/triple_accel_py

(very minimalistic) Python bindings for the `triple_accel` Rust library, primarily for my own use.

https://github.com/bminixhofer/triple_accel_py

Science Score: 13.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
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

(very minimalistic) Python bindings for the `triple_accel` Rust library, primarily for my own use.

Basic Info
  • Host: GitHub
  • Owner: bminixhofer
  • Language: Rust
  • Default Branch: main
  • Size: 4.88 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 3 years ago · Last pushed about 3 years ago
Metadata Files
Readme

README.md

tripleaccelpy

(very minimalistic) Python bindings for the triple_accel Rust library, primarily for my own use.

Installation

Install Rust (via https://www.rust-lang.org/tools/install):

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Install this package: pip install git+https://github.com/bminixhofer/triple_accel_py

Owner

  • Name: Benjamin Minixhofer
  • Login: bminixhofer
  • Kind: user
  • Location: Linz, Austria

PhD Student @cambridgeltl

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 3
  • Total Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Benjamin Minixhofer b****n@c****m 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/CI.yml actions
  • PyO3/maturin-action v1 composite
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
Cargo.lock cargo
  • autocfg 1.1.0
  • bitflags 1.3.2
  • cfg-if 1.0.0
  • indoc 1.0.9
  • libc 0.2.144
  • lock_api 0.4.9
  • memoffset 0.8.0
  • once_cell 1.17.1
  • parking_lot 0.12.1
  • parking_lot_core 0.9.7
  • proc-macro2 1.0.56
  • pyo3 0.18.3
  • pyo3-build-config 0.18.3
  • pyo3-ffi 0.18.3
  • pyo3-macros 0.18.3
  • pyo3-macros-backend 0.18.3
  • quote 1.0.27
  • redox_syscall 0.2.16
  • scopeguard 1.1.0
  • smallvec 1.10.0
  • syn 1.0.109
  • target-lexicon 0.12.7
  • triple_accel 0.4.0
  • unicode-ident 1.0.8
  • unindent 0.1.11
  • windows-sys 0.45.0
  • windows-targets 0.42.2
  • windows_aarch64_gnullvm 0.42.2
  • windows_aarch64_msvc 0.42.2
  • windows_i686_gnu 0.42.2
  • windows_i686_msvc 0.42.2
  • windows_x86_64_gnu 0.42.2
  • windows_x86_64_gnullvm 0.42.2
  • windows_x86_64_msvc 0.42.2
Cargo.toml cargo
pyproject.toml pypi