mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-18 06:28:11 -07:00
global: snapshot
This commit is contained in:
@@ -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
|
||||
|
||||
+2578
-4625
File diff suppressed because it is too large
Load Diff
@@ -1,2 +1,3 @@
|
||||
uvx pydoc-markdown > DOCS.md
|
||||
uv build
|
||||
uvx uv-publish
|
||||
|
||||
Reference in New Issue
Block a user