---
name: gdtest-typed-containers
description: >
  A synthetic test package with typed containers. Use when writing Python code that uses the gdtest_typed_containers package.
---

# gdtest_typed_containers

A synthetic test package with typed containers

## Installation

```bash
pip install gdtest-typed-containers
```

## API overview

### Named Tuples

Named tuple definitions

- `Coordinate`: A geographic coordinate

### Typed Dicts

TypedDict definitions

- `UserProfile`: A user profile dictionary

## Resources

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