---
name: gdtest-page-status
description: >
  A test package for the page status badges feature. Use when writing Python code that uses the gdtest_page_status package.
---

# Page Status Demo

A test package for the page status badges feature

## Installation

```bash
pip install gdtest-page-status
```

## API overview

### Classes

Core classes

- `Processor`: A data processor that runs a pipeline of steps

### Exceptions

Exception classes

- `PipelineError`: Raised when a pipeline step fails

### Functions

Public functions

- `run_pipeline`: Run a named pipeline

## Resources

- [llms.txt](llms.txt) — Indexed API reference for LLMs
- [llms-full.txt](llms-full.txt) — Comprehensive documentation for LLMs
