Metadata-Version: 2.4
Name: goldprice
Version: 0.0.1
Summary: Official Python SDK for goldprice.dev — multi-source gold + precious metals API with prediction-market view
Project-URL: Homepage, https://goldprice.dev
Project-URL: Documentation, https://goldprice.dev/docs
Project-URL: Source, https://github.com/michaelmustopo/goldprice-dev
Project-URL: Issues, https://github.com/michaelmustopo/goldprice-dev/issues
Author-email: Michael Mustopo <michael.mustopo@gmail.com>
License: MIT
Keywords: api,commodity,gold,kalshi,mcp,polymarket,precious-metals,silver
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# goldprice

Official Python SDK for [goldprice.dev](https://goldprice.dev) — the commodity data API for prediction-market bot builders.

## Coming soon

This is a placeholder release reserving the package name. The real SDK ships shortly after the goldprice.dev launch (April 2026).

## Why goldprice.dev

- **Multi-source provenance**: Pyth + WGC + CME + Stooq, with cross-source divergence detection
- **Prediction-market view**: Polymarket + Kalshi yes-prices aggregated into a monotone CDF
- **MCP server**: Official MCP stdio bridge for Claude Desktop, Cursor, Continue
- **Commercial use clarity**: single ToS, $10/mo Basic for commercial use

See [goldprice.dev/docs](https://goldprice.dev/docs) for the REST API reference.

## Install

```bash
pip install goldprice
```

## License

MIT
