https://github.com/cmake-wheel/cmeel-example

This is an example project, to show how to use cmeel

https://github.com/cmake-wheel/cmeel-example

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.7%) to scientific vocabulary

Keywords from Contributors

parameter-estimation unit-test labels
Last synced: 11 months ago · JSON representation

Repository

This is an example project, to show how to use cmeel

Basic Info
  • Host: GitHub
  • Owner: cmake-wheel
  • License: bsd-2-clause
  • Language: CMake
  • Default Branch: main
  • Size: 249 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 1
  • Releases: 31
Created over 4 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog License

README.md

Example project C++ for cmeel

PyPI version pre-commit.ci status Code style: black Test Release

This is an example project, to show how to use cmeel, and to provide tests for it

Test this

Installation

Binary wheels are published on PyPI for many Linux and mac OS flavors and architectures, so you'll probably be able to install from binaries with python -m pip install cmeel-example (don't forget to use an up-to-date pip with python -m pip install -U pip).

If pip can't find binaries for your platform, it will download the .tar.gz source and build it for you.

If you really want to explicitely build it yourself: python -m pip install git+https://github.com/cmake-wheel/cmeel-example.git

Usage

From shell: cmeel-add 3 4

From python: python import cmeel_example cmeel_example.cmeel_add(3, 4)

Owner

  • Name: cmake-wheel
  • Login: cmake-wheel
  • Kind: organization

GitHub Events

Total
  • Release event: 3
  • Delete event: 10
  • Push event: 40
  • Pull request event: 18
  • Create event: 14
Last Year
  • Release event: 3
  • Delete event: 10
  • Push event: 40
  • Pull request event: 18
  • Create event: 14

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 170
  • Total Committers: 3
  • Avg Commits per committer: 56.667
  • Development Distribution Score (DDS): 0.129
Top Committers
Name Email Commits
Guilhem Saurel g****l@l****r 148
pre-commit-ci[bot] 6****]@u****m 18
dependabot[bot] 4****]@u****m 4
Committer Domains (Top 20 + Academic)
laas.fr: 1

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 1
  • Total pull requests: 58
  • Average time to close issues: N/A
  • Average time to close pull requests: 8 days
  • Total issue authors: 1
  • Total pull request authors: 3
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.07
  • Merged pull requests: 51
  • Bot issues: 0
  • Bot pull requests: 55
Past Year
  • Issues: 0
  • Pull requests: 7
  • Average time to close issues: N/A
  • Average time to close pull requests: 30 minutes
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 4
Top Authors
Issue Authors
  • nim65s (1)
Pull Request Authors
  • pre-commit-ci[bot] (42)
  • dependabot[bot] (13)
  • nim65s (6)
Top Labels
Issue Labels
Pull Request Labels
dependencies (13) github_actions (1)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 1,101 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 33
  • Total maintainers: 1
pypi.org: cmeel-example

This is an example project, to show how to use cmeel

  • Versions: 33
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 1,101 Last month
Rankings
Downloads: 4.2%
Dependent packages count: 6.6%
Average: 20.7%
Forks count: 23.2%
Dependent repos count: 30.6%
Stargazers count: 39.1%
Maintainers (1)
Last synced: 11 months ago

Dependencies

.github/workflows/release.yml actions
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/setup-python v4 composite
  • actions/upload-artifact v3 composite
  • docker/setup-qemu-action v2 composite
.github/workflows/test.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite