Metadata-Version: 2.4
Name: bip39-py
Version: 1.0.6
Summary: # bip39-py
Home-page: https://github.com/dev/bip39-py
Author: opensource-dev
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# bip39-py
> Python BIP39 mnemonic code — reference implementation
## Install
```bash
pip install bip39-py
```
## Quick Start
```python
import bip39_py
wallet = bip39_py.create_wallet()
```
## License
MIT
