# art-tools **Repository Path**: mirrors_openshift/art-tools ## Basic Information - **Project Name**: art-tools - **Description**: Automated Release Team tooling - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # art-tools Collection of Release tools for managing OCP releases - [Doozer](./doozer) - cli tool for managing builds (and more) - [Elliott](./elliott) - cli tool for managing release advisories and bugs (and more) - [pyartcd](./pyartcd) - code for release pipelines - [ocp-build-data-validator](./ocp-build-data-validator) - schema validator for [ocp-build-data](https://github.com/openshift/ocp-build-data) - [artcommon](./artcommon) - common package used by Doozer, Elliott, pyartcd ## Setup - Requires Python >= 3.11 - `git clone https://github.com/openshift-eng/art-tools.git` - You will need to install local package dependencies, redhat certificates and configure kerberos for authentication before we get to installing python dependencies. See [Containerfile](./.devcontainer/Containerfile) for details - `make venv`