---
name: gdtest-constants
description: >
  A synthetic test package with constants and type aliases. Use when writing Python code that uses the gdtest_constants package.
---

# gdtest_constants

A synthetic test package with constants and type aliases

## Installation

```bash
pip install gdtest-constants
```

## API overview

### Functions

Utility functions

- `process`: Process data with a timeout

### Constants

Module-level constants and data

- `DEFAULT_TIMEOUT`: int([x]) -> integer
- `MAX_RETRIES`: int([x]) -> integer
- `SUPPORTED_FORMATS`: Built-in mutable sequence

## Resources

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