---
name: gdtest-generators
description: >
  Test generator function documentation. Use when writing Python code that uses the gdtest_generators package.
---

# gdtest_generators

Test generator function documentation

## Installation

```bash
pip install gdtest-generators
```

## API overview

### Functions

Utility functions

- `count_up`: Count upward from a start value
- `fibonacci`: Generate Fibonacci numbers up to a limit
- `iter_chunks`: Iterate over data in chunks

## Resources

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