Metadata-Version: 2.3
Name: contacts
Version: 0.1.2
Summary: Headless personal CRM for the AI age
Author: Pascal Brokmeier
Author-email: Pascal Brokmeier <git@pascalbrokmeier.de>
Requires-Dist: pydantic>=2.13.2
Requires-Dist: pydantic-ai>=1.84.1
Requires-Dist: pydantic-settings>=2.13.1
Requires-Dist: rich>=15.0.0
Requires-Dist: typer>=0.24.1
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# contacts

Headless personal CRM for the AI age.

> [!WARNING]
> Work in progress. The product vision, architecture, and data model are still being shaped.

## Quickstart

```bash
make install
source .venv/bin/activate
contacts --help
contacts doctor
```

You can also run the CLI without activating the environment:

```bash
uv run contacts --help
uv run contacts doctor
uv run contacts init-data-dir
```

Configuration is read from `.env` and environment variables prefixed with `CONTACTS_`.
