# aide_validation **Repository Path**: mirrors_AguaClara/aide_validation ## Basic Information - **Project Name**: aide_validation - **Description**: Validation tool for the outputs in OnShape - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Valadation Tool for AIDE [![Build Status](https://github.com/AguaClara/aide_validation/workflows/Build%20Master/badge.svg)](https://github.com/AguaClara/aide_validation/actions) [![Code Coverage](https://codecov.io/gh/AguaClara/aide_validation/branch/master/graph/badge.svg)](https://codecov.io/gh/AguaClara/aide_validation) Validation tool for the outputs in Onshape. # Installation **Stable Release:** `pip install aide_validation`
**Development Head:** `pip install git+https://github.com/AguaClara/aide_validation.git` ## Quick Start ```python from aide_validation import link_input link_input.main() ``` ## Development See [CONTRIBUTING.md](CONTRIBUTING.md) for information related to developing the code.