Metadata-Version: 2.4
Name: openarchieven
Version: 0.2.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Rust
Classifier: Topic :: Sociology :: Genealogy
License-File: LICENSE
Summary: CLI for the openarchieven.nl Dutch genealogical API
Keywords: genealogy,openarchieven,cli,agent-friendly
Author-email: Ruben Jongejan <ruben.jongejan@gmail.com>
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/rvben/openarchieven-cli
Project-URL: Repository, https://github.com/rvben/openarchieven-cli.git

# openarchieven

CLI for the [openarchieven.nl](https://www.openarchieven.nl/) Dutch genealogical
API. Designed for humans, scripts, and AI agents per [clispec.dev](https://clispec.dev).

## Install

```bash
cargo install openarchieven
# or
brew install rvben/tap/openarchieven
# or
uvx openarchieven --help
```

Both `openarchieven` and the short alias `oa` are installed.

## Usage

```bash
openarchieven search "Jan Janssen" --limit 10
openarchieven show beeldbank-amsterdam abc-123
openarchieven schema | jq
```

See `openarchieven schema` for the full machine-readable contract.

## License

MIT

