Metadata-Version: 2.4
Name: tlopack
Version: 0.1.0
Summary: A CLI tool for TLO searches
Project-URL: Homepage, https://github.com/yourusername/tlopack
Author: TLOPack
Requires-Python: >=3.8
Requires-Dist: requests>=2.31.0
Requires-Dist: rich>=13.7.0
Requires-Dist: typer>=0.9.0
Description-Content-Type: text/markdown

# TLOPack

A command-line interface for TLO searches.

## Installation

```bash
pip install tlopack
```

## Configuration

First, configure your admin key:

```bash
tlopack config --admin-key "your-key"
```

## Usage

```bash
# Search by name
tlopack search --first-name "John" --last-name "Doe"

# Search by address
tlopack search --street "123 Main St" --city "New York" --state "NY"

# Override saved admin key for a single search
tlopack search --first-name "John" --last-name "Doe" --admin-key "different-key"
```

## Features

- Person search by name or address
- Persistent admin key configuration
- Rich terminal output
- Easy to use command-line interface

## License

MIT 