Metadata-Version: 2.1
Name: ChessAnalysisPipeline
Version: 0.0.17.dev2
Summary: CHESS analysis pipeline framework
Home-page: https://github.com/CHESSComputing/ChessAnalysisPipeline
Author: Keara Soloway, Rolf Verberg, Valentin Kuznetsov
Author-email: 
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy ==1.26.4
Requires-Dist: pydantic ==2.7.3
Requires-Dist: pyyaml ==6.0.3

[![DOI](https://zenodo.org/badge/600053436.svg)](https://zenodo.org/badge/latestdoi/600053436)
![pylint](https://github.com/CHESSComputing/ChessAnalysisPipeline/actions/workflows/pylint-check.yml/badge.svg)
![unittests](https://github.com/CHESSComputing/ChessAnalysisPipeline/actions/workflows/unittests.yml/badge.svg)

# ChessAnalysisPipeline (CHAP)
CHAP is a package that provides a framework for executing data anlaysis pipelines. The package can be found on PyPI and conda-forge.

## Subpackages
There are several subpackages within CHAP that contain specialized items to handle specific types of data processing in the CHAP framework. Dependencies for these subpackages can be found in `CHAP/<subpackage_name>/environment.yml`.

## Documentation
Documentation for the latest version can be found on [this project's github pages site](https://chesscomputing.github.io/ChessAnalysisPipeline/).
