Metadata-Version: 2.4
Name: aind-qcportal-schema
Version: 0.6.0
Summary: Generated from aind-library-template
Author: Allen Institute for Neural Dynamics
License: MIT
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic
Requires-Dist: aind-data-schema>=2.0.0
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: interrogate; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: Sphinx; extra == "dev"
Requires-Dist: furo; extra == "dev"
Dynamic: license-file

# aind-qcportal-schema

Install with `pip install aind-qcportal-schema`

## Usage

This package includes classes that are expected by the [QC Portal](https://github.com/AllenNeuralDynamics/aind-qc-portal) for generating custom `QCMetric` value views. For example you can generate dropdowns with specific options, multi-select (checkbox) values with options, etc... 
