Metadata-Version: 2.4
Name: armory-lib
Version: 0.1.2
Summary: Python library and tools for recovering Armory Bitcoin Wallets
Project-URL: Homepage, https://github.com/RecRanger/armory-recovery-lib
Project-URL: Repository, https://github.com/RecRanger/armory-recovery-lib
Project-URL: Issues, https://github.com/RecRanger/armory-recovery-lib/issues
Author-email: RecRanger <RecRanger+package@proton.me>
License-Expression: BSD-3-Clause
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: base58
Requires-Dist: bitcoinlib>=0.7.6
Requires-Dist: cryptography
Requires-Dist: fire
Requires-Dist: loguru
Requires-Dist: polars>1
Requires-Dist: ripemd-hash
Requires-Dist: tqdm
Requires-Dist: used-addr-check>=0.1.9
Description-Content-Type: text/markdown

# armory-recovery-lib (`armory_lib`)

Python library and tools for recovering Armory Bitcoin Wallets

[![PyPI version](https://img.shields.io/pypi/v/armory-lib.svg)](https://pypi.org/project/armory-lib/)
[![Python versions](https://img.shields.io/pypi/pyversions/armory-lib.svg)](https://pypi.org/project/armory-lib/)
[![License](https://img.shields.io/pypi/l/armory-lib.svg)](https://pypi.org/project/armory-lib/)
[![Downloads](https://img.shields.io/pypi/dm/armory-lib.svg)](https://pypi.org/project/armory-lib/)

## Example

```python
# Run: uv add armory-lib

from armory_lib.calcs import bitcoin_addr_to_armory_wallet_id

print(bitcoin_addr_to_armory_wallet_id("1CDkMAThcNS4hMZexDiwZF6SJ9gzYmqVgm"))
# "31hTA1aRV"
```

## Other Requirements

```bash
sudo apt-get install libgmp3-dev ripgrep
```

