Metadata-Version: 2.4
Name: brk-client
Version: 0.1.0a2
Summary: Python client for the Bitcoin Research Kit
Project-URL: Homepage, https://bitcoinresearchkit.org
Project-URL: Repository, https://github.com/bitcoinresearchkit/brk
License-Expression: MIT
Keywords: analytics,bitcoin,blockchain,on-chain
Classifier: Development Status :: 3 - Alpha
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: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: httpx>=0.25.0
Description-Content-Type: text/markdown

# brk_client

Python client for the [Bitcoin Research Kit](https://bitcoinresearchkit.org) - a suite of tools to extract, compute and display data stored on a Bitcoin Core node.

## Installation

```bash
pip install brk-client
```

## License

MIT
