Git for engineering files. Version-control your CAD designs with meaningful metadata.
pip install openvaultopenvault init # Initialize a repo for engineering files
openvault status # Show modified engineering files
openvault commit # Commit with auto-extracted STEP metadata
openvault push # Sync with remote (LFS-aware)git clone https://github.com/jonklinger02/openvault.git
cd openvault
pip install -e ".[dev]"
pytestSee CONTRIBUTING.md.
MIT — see LICENSE.