global: snapshot

This commit is contained in:
nym21
2026-01-11 18:55:40 +01:00
parent ea70c381de
commit 69f6d32d4a
32 changed files with 6111 additions and 10390 deletions
@@ -168,7 +168,7 @@ Main BRK client with catalog tree and API methods.
#### \_\_init\_\_
```python
def __init__(base_url: str = "http://localhost:3000", timeout: float = 30.0)
def __init__(base_url: str = 'http://localhost:3000', timeout: float = 30.0)
```
<a id="brk_client.BrkClient.get_address"></a>
@@ -2,7 +2,7 @@
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.
[API Documentation](/docs/API.md)
[Documentation](/DOCS.md)
## Installation
File diff suppressed because it is too large Load Diff
+1
View File
@@ -1,2 +1,3 @@
uvx pydoc-markdown > DOCS.md
uv build
uvx uv-publish