Metadata-Version: 2.4
Name: commodity-registry
Version: 0.1.4
Summary: Single source of truth for financial instrument data
Project-URL: Homepage, https://github.com/romamo/commodity-registry
Project-URL: Repository, https://github.com/romamo/commodity-registry
Project-URL: Issues, https://github.com/romamo/commodity-registry/issues
Author-email: Roman Medvedev <pypi@romavm.dev>
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: pydantic-market-data>=0.1.9
Requires-Dist: pydantic>=2.0
Requires-Dist: pyyaml>=6.0
Provides-Extra: fetchers
Requires-Dist: py-ftmarkets>=0.1.2; extra == 'fetchers'
Requires-Dist: py-yfinance>=0.1.2; extra == 'fetchers'
Description-Content-Type: text/markdown

# Commodity Registry

Single source of truth for financial instrument data.
Used to map ISINs, Tickers, and Names to canonical commodity identifiers.

## Installation

```bash
uv tool install commodity-registry
```

## Usage

```bash
commodity-reg --help
```

### Linting

```bash
commodity-reg lint --verify
```
