Metadata-Version: 2.3
Name: coicop-query
Version: 0.1.0
Summary: Tool for querying COICOP categories
Author: Declan Kelly
Author-email: Declan Kelly <dkelly.home@gmail.com>
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# coicop-query

Tool for querying COICOP categories

## Development

This tool bakes an sqlite database into the package structure. In order to initialize that value, you must run

```bash
./scripts/bake.py
```

ahead of running or building or publishing the `coicop-query`.
