Metadata-Version: 2.1
Name: bdkpython
Version: 2.0.0
Summary: The Python language bindings for the Bitcoin Development Kit
Home-page: https://github.com/bitcoindevkit/bdkpython
Author: Bitcoin Dev Kit Developers <dev@bitcoindevkit.org>
License: MIT or Apache 2.0
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE-APACHE
License-File: LICENSE-MIT

# bdkpython
The Python language bindings for the [Bitcoin Dev Kit](https://github.com/bitcoindevkit).

## Install the package
```shell
pip install bdkpython
```

## Simple example
```python
from bdkpython import Wallet
```
