Decision Workspace
projvar vs owl2shacl vs stgit
Side-by-side comparison of Rust crates
A tiny CLI tool that tries to gather project specific meta-data in different ways, to store them into key=value pairs in a file for later use by other tools. See --list for the keys set by this tool.
A CLI tool that tries to convert simple OWL ontologies into SHACL shapes. OWL ontologies define logical relationships. SHACL shapes define a data scheme, and allow to validate data against them. Strictly speaking, as these are different things, such a conversion is thus illegal/wrong in the ideological/theoretical sense. Thus this tool is not generally applicable, but only under the circumstance, that the OWL ontology is actually written as a data specification - if it is understood as a kind of distributed database schema, rather then for logical inference. Not only that, but it also has to conform to certain, very narrow rules, and only a few basic properties are translated into SHACL; the rest is ignored.
Stack-based patch management for Git
Core Metrics
| projvar | owl2shacl | stgit | |
|---|---|---|---|
| Health Score | 40 | 34 | 59 |
| Total Downloads | 10.5K | 481 | 14.1K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 5 | 0 | 0 |
| Releases | 10 | 1 | 15 |
| Last Updated | 316d ago | 340d ago | 8d ago |
| Age | 2y 5m | 11m | 2y 3m |
Health Breakdown
Technical Details
| projvar | owl2shacl | stgit | |
|---|---|---|---|
| Version | 0.19.9 | 0.2.0 | 2.6.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | AGPL-3.0-or-later | AGPL-3.0-or-later | GPL-2.0-only |
| Dependencies | 33 | 13 | 21 |
| Crate Size | 648KB | 46KB | 285KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | 1.85 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •stgit leads with a health score of 59/100, but none of the options score above 80.
- •projvar, owl2shacl are pre-1.0 — API may change.